summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2014-07-11rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irqBoris BREZILLON1-2/+14
2014-04-02rtc-cmos: Add an alarm disable quirkBorislav Petkov1-1/+51
2014-01-03drivers/rtc/rtc-at91rm9200.c: correct alarm over day/month wrapLinus Pizunski1-0/+2
2013-07-27drivers/rtc/rtc-rv3029c2.c: fix disabling AIE irqAxel Lin1-1/+1
2013-06-19drivers/rtc/rtc-twl.c: fix missing device_init_wakeup() when booted with devi...Tony Lindgren1-0/+1
2013-05-30drivers/rtc/rtc-pcf2123.c: fix error return code in pcf2123_probe()Wei Yongjun1-0/+1
2013-05-13drivers/rtc/rtc-cmos.c: don't disable hpet emulation on suspendDerek Basehore1-2/+2
2013-03-06drivers/rtc/rtc-pl031.c: restore ST variant functionalityLinus Walleij1-1/+3
2013-02-20drivers/rtc/rtc-pl031.c: fix the missing operation on enableHaojian Zhuang1-3/+5
2013-02-20drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handlerJan Luebbe1-0/+3
2013-01-16drivers/rtc/rtc-vt8500.c: fix handling of data passed in struct rtc_timeTony Prisk1-3/+4
2013-01-16drivers/rtc/rtc-vt8500.c: correct handling of CR_24H bitfieldTony Prisk1-2/+2
2012-10-31drivers/rtc/rtc-imxdi.c: add missing spin lock initializationJan Luebbe1-0/+2
2012-10-10drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probeKevin Hilman1-0/+5
2012-09-12drivers/rtc/rtc-rs5c348.c: fix hour decoding in 12-hour modeAtsushi Nemoto1-2/+5
2012-08-10rtc: wm831x: Feed the write counter into device_add_randomness()Mark Brown1-1/+23
2012-07-25drivers/rtc/rtc-mxc.c: fix irq enabled interrupts warningBenoît Thébaudeau1-2/+3
2012-05-31drivers/rtc/rtc-pl031.c: configure correct wday for 2000-01-01Rajkumar Kasirajan1-0/+18
2012-04-23drivers/rtc/rtc-pl031.c: enable clock on all ST variantsLinus Walleij1-2/+1
2012-04-02rtc: Provide flag for rtc devices that don't support UIEJohn Stultz2-0/+7
2012-04-02rtc: Disable the alarm in the hardware (v2)Rabin Vincent1-2/+13
2012-01-26drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-rangeBen Hutchings1-2/+2
2012-01-04Revert "rtc: Expire alarms after the time is set."Linus Torvalds1-6/+0
2012-01-04Revert "rtc: Disable the alarm in the hardware"Linus Torvalds1-34/+10
2011-12-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+15
2011-12-14rtc: m41t80: Workaround broken alarm functionalityJohn Stultz1-0/+9
2011-12-14rtc: Expire alarms after the time is set.NeilBrown1-0/+6
2011-12-09drivers/rtc/rtc-s3c.c: fix driver clock enable/disable balance issuesJonghwan Choi1-1/+1
2011-12-06Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-15/+39
2011-11-23rtc: Fix some bugs that allowed accumulating time drift in suspend/resumeArve Hjønnevåg1-5/+5
2011-11-23rtc: Disable the alarm in the hardwareRabin Vincent1-10/+34
2011-11-15rtc: rtc-puv3: Add __devinit and __devexit markers for probe and removeAxel Lin1-2/+2
2011-11-12vrtc: change its year offset from 1960 to 1972Feng Tang1-8/+11
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds17-0/+17
2011-11-03Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds3-26/+39
2011-11-03drivers/rtc/rtc-mc13xxx.c: move probe and remove callbacks to .init.text and ...Uwe Kleine-König1-3/+3
2011-11-03rtc: add initial support for mcp7941x partsDavid Anders1-0/+27
2011-11-03drivers/rtc/class.c: convert idr to ida and use ida_simple_get()Jonathan Cameron1-23/+9
2011-11-02um: switch to use of drivers/KconfigAl Viro1-1/+1
2011-11-01rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker17-0/+17
2011-09-15drivers/rtc/rtc-s3c.c: fix no occurrence of alarm interruptDonggeun Kim1-0/+26
2011-09-15drivers/rtc/rtc-imxdi.c needs linux/sched.hAxel Lin1-0/+1
2011-09-08Merge branch 'timers-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds3-44/+34
2011-08-27rtc: twl: Fix registration vs. init orderTodd Poynor1-28/+24
2011-08-27rtc: Initialized rtc_time->tm_isdstMike Waychison1-0/+2
2011-08-26drivers/rtc/rtc-s3c.c: allow multiple open / allow no-ioctl-open'ed rtc to ha...MyungJoo Ham1-42/+25
2011-08-26drivers/rtc/rtc-s3c.c: correct debug messagesMyungJoo Ham1-6/+6
2011-08-17Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2011-08-11rtc: Fix RTC PIE frequency limitJohn Stultz1-1/+1
2011-08-11rtc: rtc-twl: Remove lockdep related local_irq_enable()Sebastian Reichel1-8/+0