summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2013-02-11drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handlerJan Luebbe1-0/+3
2013-01-11drivers/rtc/rtc-vt8500.c: fix handling of data passed in struct rtc_timeTony Prisk1-3/+4
2013-01-11drivers/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-02drivers/rtc/rtc-rs5c348.c: fix hour decoding in 12-hour modeAtsushi Nemoto1-2/+5
2012-10-02drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probeKevin Hilman1-0/+5
2012-08-15rtc: wm831x: Feed the write counter into device_add_randomness()Mark Brown1-1/+23
2012-07-16drivers/rtc/rtc-mxc.c: fix irq enabled interrupts warningBenoît Thébaudeau1-2/+3
2012-06-01drivers/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: 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-07Revert "rtc: Disable the alarm in the hardware"Linus Torvalds1-34/+10
2012-01-07rtc: m41t80: Workaround broken alarm functionalityJohn Stultz1-0/+9
2011-12-09rtc: Disable the alarm in the hardwareRabin Vincent1-10/+34
2011-10-03rtc: Fix RTC PIE frequency limitJohn Stultz1-1/+1
2011-08-05drivers/rtc/rtc-tegra.c: properly initialize spinlockUwe Kleine-König1-1/+1
2011-08-05rtc: limit frequencyThomas Gleixner1-1/+1
2011-08-05rtc: fix hrtimer deadlockThomas Gleixner1-19/+37
2011-08-05rtc: handle errors correctly in rtc_irq_set_state()Thomas Gleixner1-0/+3
2011-06-28drivers/rtc/rtc-ds1307.c: add support for RTC device pt7c4338Priyanka Jain1-0/+1
2011-06-24rtc: vt8500: Fix build error & cleanup rtc_class_ops->update_irq_enable()Alexey Charkov1-42/+3
2011-06-13Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+3
2011-06-09unicore32: move rtc-puv3.c to drivers/rtc directoryGuan Xuetao3-0/+369
2011-06-09spi/rtc-m41t93: Use spi_get_drvdata() for SPI devicesGeert Uytterhoeven1-1/+1
2011-06-02rtc: Staticize non-exported __rtc_set_alarm()Mark Brown1-1/+1
2011-06-02rtc: Fix ioctl error path returnJohn Stultz1-1/+2
2011-05-27drivers/rtc/rtc-mxc.c: remove defines already included in rtc.hWolfram Sang1-6/+0
2011-05-27drivers/rtc/rtc-pcf50633.c: don't request update IRQLars-Peter Clausen1-20/+3
2011-05-27rtc: add support for spear rtcRajeev Kumar3-0/+543
2011-05-27drivers/rtc/rtc-mrst.c: use release_mem_region after request_mem_regionJulia Lawall1-2/+2
2011-05-27rtc: add basic support for ST M41T93 SPI RTCVoss, Nikolaus3-0/+235
2011-05-27rtc: add rv3029c2 RTC supportHeiko Schocher3-0/+464
2011-05-27rtc: add EM3027 rtc driverMike Rapoport3-0/+171
2011-05-27rtc: add support for the RTC in VIA VT8500 and compatiblesAlexey Charkov3-0/+374
2011-05-26mfd: Add rtc support to 88pm860xHaojian Zhuang3-0/+438
2011-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds3-0/+170
2011-05-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-19/+11
2011-05-17tile: add an RTC driver for the Tilera hypervisorChris Metcalf3-0/+170
2011-05-17Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds11-26/+40
2011-05-12drivers/rtc/rtc-s3c.c: fixup wake support for rtcBen Dooks1-3/+10
2011-05-07rtc: mc13xxx: Don't call rtc_device_register while holding lockUwe Kleine-König1-2/+6
2011-05-07rtc: rp5c01: Initialize drvdata before registering deviceJohn Stultz1-2/+3
2011-05-07rtc: pcap: Initialize drvdata before registering deviceJohn Stultz1-1/+3
2011-05-07rtc: msm6242: Initialize drvdata before registering deviceJohn Stultz1-1/+2
2011-05-07rtc: max8998: Initialize drvdata before registering deviceJohn Stultz1-2/+3
2011-05-07rtc: max8925: Initialize drvdata before registering deviceJohn Stultz1-2/+3
2011-05-07rtc: m41t80: Initialize clientdata before registering deviceJohn Stultz1-2/+3
2011-05-07rtc: ds1286: Initialize drvdata before registering deviceJohn Stultz1-1/+1
2011-05-07rtc: ep93xx: Initialize drvdata before registering deviceWolfram Sang1-3/+2