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