aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-bfin.c
Commit message (Expand)AuthorAge
* drivers/rtc: correct an error testJulia Lawall2009-01-06
* Blackfin RTC Driver: dont let RTC programming in bootloaders randomly cause ~...Mike Frysinger2008-08-20
* Blackfin RTC Driver: do all initialization before we register the rtc and mak...Mike Frysinger2008-08-20
* Blackfin RTC Driver: move irq request/free out of open/release and into probe...Mike Frysinger2008-08-20
* blackfin RTC driver: drop PIE/stopwatch code since the hardware can only do a...Mike Frysinger2008-08-05
* blackfin RTC driver: convert PIE handling to irq_set_state() as pointed out b...Mike Frysinger2008-08-05
* blackfin RTC driver: wait for the write complete interrupt complete before sl...Mike Frysinger2008-08-05
* blackfin RTC driver: disable the write complete irq upon closeMike Frysinger2008-08-05
* blackfin RTC driver: don't bother passing the rtc struct down to bfin_rtc_int...Mike Frysinger2008-08-05
* blackfin RTC driver: add support for power management frameworkMike Frysinger2008-08-05
* blackfin RTC driver: Fix bug Only RTC interrupt can wake up deeper sleep coreSonic Zhang2008-08-05
* blackfin RTC driver: if we dont define irq_set_freq, the common rtc-dev layer...Mike Frysinger2008-08-05
* Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa2008-04-29
* rtc: fix platform driver hotplug/coldplugKay Sievers2008-04-11
* Blackfin RTC driver: convert sync wait to use the irq write complete noticeMike Frysinger2008-02-06
* Blackfin RTC driver: shave off another memcpy() by using assignment.Mike Frysinger2008-02-06
* Blackfin RTC driver: read_alarm() checks the enabled field, not the pending f...Mike Frysinger2008-02-06
* Blackfin RTC driver: use dev_dbg() rather than pr_stamp()Mike Frysinger2008-02-06
* Blackfin RTC driver: cleanup proc handler (we dont need RTC reg dump now that...Mike Frysinger2008-02-06
* Blackfin RTC driver: we pass in a (struct device*) to the irq handler, not a ...Mike Frysinger2008-02-06
* Blackfin RTC driver: the frequency function is in units of Hz, not units of s...Mike Frysinger2008-02-06
* Blackfin On-Chip RTC driver update for supporting BF54xMike Frysinger2007-07-14
* Blackfin: on-chip RTC controller driverWu, Bryan2007-05-07