aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-bfin.c
AgeCommit message (Expand)Author
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