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