aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-bfin.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin1-12/+1
2011-04-13Merge branch 'fortglx/39/tip/timers/rtc' of git://git.linaro.org/people/jstultz/linux into timers/urgentThomas 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 implicit slab.h inclusion from percpu.hTejun 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 ~5 second boot delaysMike Frysinger1-0/+8
2008-08-20Blackfin RTC Driver: do all initialization before we register the rtc and make it availableMike Frysinger1-2/+1
2008-08-20Blackfin RTC Driver: move irq request/free out of open/release and into probe/remove so that the non-dev interfaces (like sysfs) work as expectedMike Frysinger1-31/+20
2008-08-05blackfin RTC driver: drop PIE/stopwatch code since the hardware can only do a max of 1HZ and this same functionality is provided by UIEMike Frysinger1-32/+14
2008-08-05blackfin RTC driver: convert PIE handling to irq_set_state() as pointed out by David BrownellMike Frysinger1-10/+18
2008-08-05blackfin RTC driver: wait for the write complete interrupt complete before sleepingMike 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_{set,clear} since it isnt needed (shaves off ~100bytes)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 will give us the same behavior of returning ENOTTYMike 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 field.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 we have MMR filesystem in sysfs)Mike Frysinger1-14/+12
2008-02-06Blackfin RTC driver: we pass in a (struct device*) to the irq handler, not a (struct platform_device*), so fix the irq handlerMike Frysinger1-2/+2
2008-02-06Blackfin RTC driver: the frequency function is in units of Hz, not units of seconds, so lock our driver down to 1 HzMike 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