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