summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-bfin.c
AgeCommit message (Expand)Author
2011-04-13Merge branch 'fortglx/39/tip/timers/rtc' of git://git.linaro.org/people/jstul...Thomas Gleixner
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-29RTC: add missing "return 0" in new alarm func for rtc-bfin.cMike Frysinger
2011-03-09RTC: Clean out UIE icotl implementationsJohn Stultz
2011-02-03RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz
2010-10-27rtc-bfin: add debug markers to suspend/resume pathsMike Frysinger
2010-10-27rtc-bfin: shrink/optimize interrupt handler a bitMike Frysinger
2010-09-09rtc-bfin: fix state restoration when resumingMike Frysinger
2010-09-09rtc-bfin: fix inverted logic in suspend pathMike Frysinger
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-23rtc-bfin: do not share RTC IRQMichael Hennerich
2009-06-30bfin: delay IRQ registration until driver is readyMike Frysinger
2009-01-06drivers/rtc: correct an error testJulia Lawall
2008-08-20Blackfin RTC Driver: dont let RTC programming in bootloaders randomly cause ~...Mike Frysinger
2008-08-20Blackfin RTC Driver: do all initialization before we register the rtc and mak...Mike Frysinger
2008-08-20Blackfin RTC Driver: move irq request/free out of open/release and into probe...Mike Frysinger
2008-08-05blackfin RTC driver: drop PIE/stopwatch code since the hardware can only do a...Mike Frysinger
2008-08-05blackfin RTC driver: convert PIE handling to irq_set_state() as pointed out b...Mike Frysinger
2008-08-05blackfin RTC driver: wait for the write complete interrupt complete before sl...Mike Frysinger
2008-08-05blackfin RTC driver: disable the write complete irq upon closeMike Frysinger
2008-08-05blackfin RTC driver: don't bother passing the rtc struct down to bfin_rtc_int...Mike Frysinger
2008-08-05blackfin RTC driver: add support for power management frameworkMike Frysinger
2008-08-05blackfin RTC driver: Fix bug Only RTC interrupt can wake up deeper sleep coreSonic Zhang
2008-08-05blackfin RTC driver: if we dont define irq_set_freq, the common rtc-dev layer...Mike Frysinger
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa
2008-04-11rtc: fix platform driver hotplug/coldplugKay Sievers
2008-02-06Blackfin RTC driver: convert sync wait to use the irq write complete noticeMike Frysinger
2008-02-06Blackfin RTC driver: shave off another memcpy() by using assignment.Mike Frysinger
2008-02-06Blackfin RTC driver: read_alarm() checks the enabled field, not the pending f...Mike Frysinger
2008-02-06Blackfin RTC driver: use dev_dbg() rather than pr_stamp()Mike Frysinger
2008-02-06Blackfin RTC driver: cleanup proc handler (we dont need RTC reg dump now that...Mike Frysinger
2008-02-06Blackfin RTC driver: we pass in a (struct device*) to the irq handler, not a ...Mike Frysinger
2008-02-06Blackfin RTC driver: the frequency function is in units of Hz, not units of s...Mike Frysinger
2007-07-15Blackfin On-Chip RTC driver update for supporting BF54xMike Frysinger
2007-05-07Blackfin: on-chip RTC controller driverWu, Bryan