aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* rtc: twl: add ability to configure RTC compensation via pdataZiyan2016-05-011-1/+30
* Merge remote-tracking branch 'linux-stable/linux-3.0.y' into p-android-omap-3...Ziyan2015-10-2511-13/+69
|\
| * 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
| * 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
| * 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
* | Merge latest changes from google kernel/common.gitRoman Shaposhnikov2012-06-132-4/+14
* | twl-rtc: mask alarm interrupts at shutdown.Anand Gadiyar2012-05-031-0/+5
* | RTC: twl6030: correct usage of static register while reading RTCKonstantin Shlyakhovoy2012-03-301-5/+38
* | Merge branch 'linux-3.0.18' into p-android-omap-3.0Dan Murphy2012-02-022-2/+11
|\ \ | |/
| * 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
| * rtc: Disable the alarm in the hardwareRabin Vincent2011-12-091-10/+34
* | rtc: Fix some bugs that allowed accumulating time drift in suspend/resumeArve Hjønnevåg2011-11-291-5/+5
* | rtc: Avoid accumulating time drift in suspend/resumeJohn Stultz2011-11-291-17/+48
* | Merge branch 'linux-omap-3.0' into android-omap-3.0Colin Cross2011-10-271-1/+1
|\ \
| * \ Merge commit 'v3.0.8' into linux-omap-3.0Colin Cross2011-10-271-1/+1
| |\ \ | | |/
| | * rtc: Fix RTC PIE frequency limitJohn Stultz2011-10-031-1/+1
| * | Merge commit 'v3.0.1' into linux-omap-3.0Colin Cross2011-08-102-18/+39
| |\ \ | | |/
* | | Merge branch 'android-3.0' into android-omap-3.0Colin Cross2011-09-081-1/+1
|\ \ \
| * | | rtc alarm: fix bad index when canceling alarms[]JP Abgrall2011-09-071-1/+1
* | | | Merge branch 'android-3.0' into android-omap-3.0Colin Cross2011-08-102-18/+39
|\ \ \ \ | |/ / /
| * | | Merge commit 'v3.0.1' into android-3.0Colin Cross2011-08-102-18/+39
| |\ \ \ | | | |/ | | |/|
| | * | 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
* | | | Merge branch 'linux-omap-3.0' into android-omap-3.0Colin Cross2011-07-271-39/+28
|\ \ \ \ | | |_|/ | |/| |
| * | | rtc: twl: Fix registration vs. init orderTodd Poynor2011-07-261-31/+28
| * | | rtc: twl: Use threaded IRQ, remove IRQ enable in interrupt handlerTodd Poynor2011-07-261-11/+3
* | | | Merge branch 'linux-omap-3.0' into android-omap-3.0Erik Gilling2011-07-261-0/+3
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | rtc: twl: Enable RTC IRQ for wakeupTodd Poynor2011-07-251-0/+3
| |/
* | Merge commit 'v3.0-rc5' into android-3.0Colin Cross2011-06-292-42/+4
|\ \ | |/
| * 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
* | rtc: alarm: Update hrtimer if alarm at the head of the queue is reprogrammedArve Hjønnevåg2011-06-141-4/+7
* | rtc: alarm: Don't use save_time_delta.Arve Hjønnevåg2011-06-141-5/+6
* | rtc: alarm: Add in-kernel alarm interfaceArve Hjønnevåg2011-06-144-325/+638
* | rtc: Add android alarm driver.Arve Hjønnevåg2011-06-143-0/+579
|/