Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8d1cbc98838b252af68204780bb0bfac4fe850ec
/
drivers
/
rtc
/
rtc-bfin.c
5a167f4
Drivers: rtc: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
0c4eae6
rtc: convert drivers/rtc/* to use module_platform_driver()
by Axel Lin
· 13 years ago
92f73a6
Merge branch 'fortglx/39/tip/timers/rtc' of git://git.linaro.org/people/jstultz/linux into timers/urgent
by Thomas Gleixner
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
8c122b9
RTC: add missing "return 0" in new alarm func for rtc-bfin.c
by Mike Frysinger
· 14 years ago
e428c6a
RTC: Clean out UIE icotl implementations
by John Stultz
· 14 years ago
16380c1
RTC: Convert rtc drivers to use the alarm_irq_enable method
by John Stultz
· 14 years ago
d7c7ef9
rtc-bfin: add debug markers to suspend/resume paths
by Mike Frysinger
· 14 years ago
286f9f9
rtc-bfin: shrink/optimize interrupt handler a bit
by Mike Frysinger
· 14 years ago
b6de860
rtc-bfin: fix state restoration when resuming
by Mike Frysinger
· 14 years ago
110b7e9
rtc-bfin: fix inverted logic in suspend path
by Mike Frysinger
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
6bff5fb
rtc-bfin: do not share RTC IRQ
by Michael Hennerich
· 15 years ago
9980060
bfin: delay IRQ registration until driver is ready
by Mike Frysinger
· 15 years ago
ba6c403
drivers/rtc: correct an error test
by Julia Lawall
· 16 years ago
d0fd937
Blackfin RTC Driver: dont let RTC programming in bootloaders randomly cause ~5 second boot delays
by Mike Frysinger
· 16 years ago
8c9166f
Blackfin RTC Driver: do all initialization before we register the rtc and make it available
by Mike Frysinger
· 16 years ago
fe2e1cf
Blackfin RTC Driver: move irq request/free out of open/release and into probe/remove so that the non-dev interfaces (like sysfs) work as expected
by Mike Frysinger
· 16 years ago
26cb8bb
blackfin RTC driver: drop PIE/stopwatch code since the hardware can only do a max of 1HZ and this same functionality is provided by UIE
by Mike Frysinger
· 16 years ago
e12af37
blackfin RTC driver: convert PIE handling to irq_set_state() as pointed out by David Brownell
by Mike Frysinger
· 16 years ago
140fab1
blackfin RTC driver: wait for the write complete interrupt complete before sleeping
by Mike Frysinger
· 16 years ago
3b128fe
blackfin RTC driver: disable the write complete irq upon close
by Mike Frysinger
· 16 years ago
605eb8b
blackfin RTC driver: don't bother passing the rtc struct down to bfin_rtc_int_{set,clear} since it isnt needed (shaves off ~100bytes)
by Mike Frysinger
· 16 years ago
813006f
blackfin RTC driver: add support for power management framework
by Mike Frysinger
· 16 years ago
5aeb776
blackfin RTC driver: Fix bug Only RTC interrupt can wake up deeper sleep core
by Sonic Zhang
· 16 years ago
dd279f6
blackfin RTC driver: if we dont define irq_set_freq, the common rtc-dev layer will give us the same behavior of returning ENOTTY
by Mike Frysinger
· 16 years ago
801678c
Remove duplicated unlikely() in IS_ERR()
by Hirofumi Nakagawa
· 17 years ago
ad28a07
rtc: fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
095b9d5
Blackfin RTC driver: convert sync wait to use the irq write complete notice
by Mike Frysinger
· 17 years ago
48c1a56
Blackfin RTC driver: shave off another memcpy() by using assignment.
by Mike Frysinger
· 17 years ago
68db304
Blackfin RTC driver: read_alarm() checks the enabled field, not the pending field.
by Mike Frysinger
· 17 years ago
5438de4
Blackfin RTC driver: use dev_dbg() rather than pr_stamp()
by Mike Frysinger
· 17 years ago
6406116
Blackfin RTC driver: cleanup proc handler (we dont need RTC reg dump now that we have MMR filesystem in sysfs)
by Mike Frysinger
· 17 years ago
d7827d8
Blackfin RTC driver: we pass in a (struct device*) to the irq handler, not a (struct platform_device*), so fix the irq handler
by Mike Frysinger
· 17 years ago
5c23634
Blackfin RTC driver: the frequency function is in units of Hz, not units of seconds, so lock our driver down to 1 Hz
by Mike Frysinger
· 17 years ago
2c95cd7
Blackfin On-Chip RTC driver update for supporting BF54x
by Mike Frysinger
· 17 years ago
8cc75c9
Blackfin: on-chip RTC controller driver
by Wu, Bryan
· 18 years ago