index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-bfin.c
Age
Commit message (
Expand
)
Author
2012-01-11
rtc: convert drivers/rtc/* to use module_platform_driver()
Axel Lin
2011-04-12
Merge branch 'fortglx/39/tip/timers/rtc' of git://git.linaro.org/people/jstul...
Thomas Gleixner
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-03-30
RTC: add missing "return 0" in new alarm func for rtc-bfin.c
Mike Frysinger
2011-03-09
RTC: Clean out UIE icotl implementations
John Stultz
2011-02-03
RTC: Convert rtc drivers to use the alarm_irq_enable method
John Stultz
2010-10-28
rtc-bfin: add debug markers to suspend/resume paths
Mike Frysinger
2010-10-28
rtc-bfin: shrink/optimize interrupt handler a bit
Mike Frysinger
2010-09-10
rtc-bfin: fix state restoration when resuming
Mike Frysinger
2010-09-10
rtc-bfin: fix inverted logic in suspend path
Mike Frysinger
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-09-23
rtc-bfin: do not share RTC IRQ
Michael Hennerich
2009-07-01
bfin: delay IRQ registration until driver is ready
Mike Frysinger
2009-01-06
drivers/rtc: correct an error test
Julia Lawall
2008-08-20
Blackfin RTC Driver: dont let RTC programming in bootloaders randomly cause ~...
Mike Frysinger
2008-08-20
Blackfin RTC Driver: do all initialization before we register the rtc and mak...
Mike Frysinger
2008-08-20
Blackfin RTC Driver: move irq request/free out of open/release and into probe...
Mike Frysinger
2008-08-05
blackfin RTC driver: drop PIE/stopwatch code since the hardware can only do a...
Mike Frysinger
2008-08-05
blackfin RTC driver: convert PIE handling to irq_set_state() as pointed out b...
Mike Frysinger
2008-08-05
blackfin RTC driver: wait for the write complete interrupt complete before sl...
Mike Frysinger
2008-08-05
blackfin RTC driver: disable the write complete irq upon close
Mike Frysinger
2008-08-05
blackfin RTC driver: don't bother passing the rtc struct down to bfin_rtc_int...
Mike Frysinger
2008-08-05
blackfin RTC driver: add support for power management framework
Mike Frysinger
2008-08-05
blackfin RTC driver: Fix bug Only RTC interrupt can wake up deeper sleep core
Sonic Zhang
2008-08-05
blackfin RTC driver: if we dont define irq_set_freq, the common rtc-dev layer...
Mike Frysinger
2008-04-29
Remove duplicated unlikely() in IS_ERR()
Hirofumi Nakagawa
2008-04-11
rtc: fix platform driver hotplug/coldplug
Kay Sievers
2008-02-06
Blackfin RTC driver: convert sync wait to use the irq write complete notice
Mike Frysinger
2008-02-06
Blackfin RTC driver: shave off another memcpy() by using assignment.
Mike Frysinger
2008-02-06
Blackfin RTC driver: read_alarm() checks the enabled field, not the pending f...
Mike Frysinger
2008-02-06
Blackfin RTC driver: use dev_dbg() rather than pr_stamp()
Mike Frysinger
2008-02-06
Blackfin RTC driver: cleanup proc handler (we dont need RTC reg dump now that...
Mike Frysinger
2008-02-06
Blackfin RTC driver: we pass in a (struct device*) to the irq handler, not a ...
Mike Frysinger
2008-02-06
Blackfin RTC driver: the frequency function is in units of Hz, not units of s...
Mike Frysinger
2007-07-14
Blackfin On-Chip RTC driver update for supporting BF54x
Mike Frysinger
2007-05-07
Blackfin: on-chip RTC controller driver
Wu, Bryan