aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0rogersb112015-11-103-3/+4
|\
| * drivers/rtc/rtc-rv3029c2.c: fix disabling AIE irqAxel Lin2013-07-211-1/+1
| * drivers/rtc/rtc-pcf2123.c: fix error return code in pcf2123_probe()Wei Yongjun2013-05-191-0/+1
| * drivers/rtc/rtc-cmos.c: don't disable hpet emulation on suspendDerek Basehore2013-05-071-2/+2
* | Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-278-10/+65
|\|
| * drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handlerJan Luebbe2013-02-111-0/+3
| * drivers/rtc/rtc-vt8500.c: fix handling of data passed in struct rtc_timeTony Prisk2013-01-111-3/+4
| * drivers/rtc/rtc-vt8500.c: correct handling of CR_24H bitfieldTony Prisk2013-01-111-2/+2
| * drivers/rtc/rtc-imxdi.c: add missing spin lock initializationJan Luebbe2012-10-311-0/+2
| * drivers/rtc/rtc-rs5c348.c: fix hour decoding in 12-hour modeAtsushi Nemoto2012-10-021-2/+5
| * drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probeKevin Hilman2012-10-021-0/+5
| * rtc: wm831x: Feed the write counter into device_add_randomness()Mark Brown2012-08-151-1/+23
| * drivers/rtc/rtc-mxc.c: fix irq enabled interrupts warningBenoît Thébaudeau2012-07-161-2/+3
| * drivers/rtc/rtc-pl031.c: configure correct wday for 2000-01-01Rajkumar Kasirajan2012-06-011-0/+18
* | merge opensource jb u5codeworkx2012-09-226-2/+366
* | Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-183-28/+23
|\|
| * drivers/rtc/rtc-pl031.c: enable clock on all ST variantsLinus Walleij2012-04-221-2/+1
| * rtc: Disable the alarm in the hardware (v2)Rabin Vincent2012-04-021-2/+13
| * drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-rangeBen Hutchings2012-01-251-2/+2
| * Revert "rtc: Disable the alarm in the hardware"Linus Torvalds2012-01-061-34/+10
| * rtc: m41t80: Workaround broken alarm functionalityJohn Stultz2012-01-061-0/+9
* | samsung opensource update3Daniel Hillenbrand2012-07-211-6/+26
* | samsung update 1codeworkx2012-06-0211-214/+3580
|/
* rtc: Disable the alarm in the hardwareRabin Vincent2011-12-091-10/+34
* rtc: Fix RTC PIE frequency limitJohn Stultz2011-10-031-1/+1
* drivers/rtc/rtc-tegra.c: properly initialize spinlockUwe Kleine-König2011-08-041-1/+1
* rtc: limit frequencyThomas Gleixner2011-08-041-1/+1
* rtc: fix hrtimer deadlockThomas Gleixner2011-08-041-19/+37
* rtc: handle errors correctly in rtc_irq_set_state()Thomas Gleixner2011-08-041-0/+3
* drivers/rtc/rtc-ds1307.c: add support for RTC device pt7c4338Priyanka Jain2011-06-271-0/+1
* rtc: vt8500: Fix build error & cleanup rtc_class_ops->update_irq_enable()Alexey Charkov2011-06-231-42/+3
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-06-132-2/+3
|\
| * rtc: Staticize non-exported __rtc_set_alarm()Mark Brown2011-06-011-1/+1
| * rtc: Fix ioctl error path returnJohn Stultz2011-06-011-1/+2
* | unicore32: move rtc-puv3.c to drivers/rtc directoryGuan Xuetao2011-06-093-0/+369
* | spi/rtc-m41t93: Use spi_get_drvdata() for SPI devicesGeert Uytterhoeven2011-06-081-1/+1
|/
* drivers/rtc/rtc-mxc.c: remove defines already included in rtc.hWolfram Sang2011-05-261-6/+0
* drivers/rtc/rtc-pcf50633.c: don't request update IRQLars-Peter Clausen2011-05-261-20/+3
* rtc: add support for spear rtcRajeev Kumar2011-05-263-0/+543
* drivers/rtc/rtc-mrst.c: use release_mem_region after request_mem_regionJulia Lawall2011-05-261-2/+2
* rtc: add basic support for ST M41T93 SPI RTCVoss, Nikolaus2011-05-263-0/+235
* rtc: add rv3029c2 RTC supportHeiko Schocher2011-05-263-0/+464
* rtc: add EM3027 rtc driverMike Rapoport2011-05-263-0/+171
* rtc: add support for the RTC in VIA VT8500 and compatiblesAlexey Charkov2011-05-263-0/+374
* mfd: Add rtc support to 88pm860xHaojian Zhuang2011-05-263-0/+438
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-253-0/+170
|\
| * tile: add an RTC driver for the Tilera hypervisorChris Metcalf2011-05-173-0/+170
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-05-192-19/+11
|\ \
| * \ Merge branch 'linus' into timers/coreThomas Gleixner2011-05-021-1/+2
| |\ \
| * | | RTC: Disable CONFIG_RTC_CLASS from being built as a moduleJohn Stultz2011-05-021-5/+2