summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/interface.c
Commit message (Expand)AuthorAgeFilesLines
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-4/+4
* ktime: Get rid of the unionThomas Gleixner2016-12-251-4/+4
* rtc: fix a typo and reduce three empty lines to oneUwe Kleine-König2016-07-111-3/+1
* rtc: interface: ignore expired timers when enqueuing new timersColin Ian King2016-06-041-1/+15
* rtc: initialize output parameter for read alarm to "uninitialized"Uwe Kleine-König2016-05-301-1/+11
* rtc: Add functions to set and read rtc offsetJoshua Clayton2016-03-141-0/+54
* rtc: Drop (un)likely before IS_ERR(_OR_NULL)viresh kumar2015-09-051-1/+1
* rtc: interface: Remove rtc_set_mmss()Xunlei Pang2015-06-251-45/+0
* rtc: interface: Remove unused return value from rtc_timer_cancel()Krzysztof Kozlowski2015-06-191-3/+1
* drivers/rtc/interface.c: __rtc_read_time: reduce log levelAaro Koskinen2015-04-171-2/+3
* drivers/rtc: Provide y2038 safe rtc_class_ops.set_mmss() replacementXunlei Pang2015-04-031-1/+7
* rtc: Update interface.c to use y2038-safe time interfacesXunlei Pang2015-01-231-12/+10
* rtc: refine rtc_timer_do_work() to consider other set alarm failuresXunlei Pang2014-12-101-0/+13
* drivers/rtc/interface.c: check the validation of rtc_time in __rtc_read_timeHyogi Gim2014-12-101-0/+8
* drivers/rtc/interface.c: check the error after __rtc_read_time()Hyogi Gim2014-08-081-0/+2
* drivers/rtc/interface.c: fix infinite loop in initializing the alarmAles Novak2014-06-061-2/+12
* rtc: verify a critical argument to rtc_update_irq() before using itAlessandro Zummo2014-04-031-0/+3
* rtc: Keep system awake until all expired RTC timers are handledZoran Markovic2013-07-221-4/+9
* drivers/rtc/interface.c: return -EBUSY, not -EACCES when device is busyChris Brand2013-07-031-4/+4
* drivers/rtc/interface.c: fix checkpatch errorsSachin Kamat2013-07-031-9/+9
* driver-core: constify data for class_find_device()Michał Mirosław2013-02-061-3/+3
* RTC: Avoid races between RTC alarm wakeup and suspend.NeilBrown2012-08-081-0/+2
* rtc: Provide flag for rtc devices that don't support UIEJohn Stultz2012-03-151-0/+5
* rtc: Disable the alarm in the hardware (v2)Rabin Vincent2012-01-261-2/+13
* rtc: Expire alarms after the time is set. (v2)NeilBrown2012-01-261-0/+4
* rtc: Avoid setting alarm to a time in the pastJohn Stultz2012-01-261-1/+10
* drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-rangeBen Hutchings2012-01-101-2/+2
* Revert "rtc: Expire alarms after the time is set."Linus Torvalds2012-01-041-6/+0
* Revert "rtc: Disable the alarm in the hardware"Linus Torvalds2012-01-031-34/+10
* rtc: Expire alarms after the time is set.NeilBrown2011-12-131-0/+6
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-12-051-10/+34
|\
| * rtc: Disable the alarm in the hardwareRabin Vincent2011-11-221-10/+34
| * rtc: fix hrtimer deadlockThomas Gleixner2011-07-261-19/+37
| * rtc: limit frequencyThomas Gleixner2011-07-261-1/+1
| * rtc: handle errors correctly in rtc_irq_set_state()Thomas Gleixner2011-07-261-0/+3
* | rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker2011-10-311-0/+1
* | rtc: Limit RTC PIE frequencyThomas Gleixner2011-07-261-1/+1
* | rtc: Fix hrtimer deadlockThomas Gleixner2011-07-261-19/+37
* | rtc: Handle errors correctly in rtc_irq_set_state()Thomas Gleixner2011-07-261-0/+3
|/
* rtc: Staticize non-exported __rtc_set_alarm()Mark Brown2011-06-011-1/+1
* Merge branch 'fortglx/39/tip/timers/rtc' of git://git.linaro.org/people/jstul...Thomas Gleixner2011-04-131-0/+26
|\
| * RTC: Fix early irqs caused by calling rtc_set_alarm too earlyJohn Stultz2011-03-291-0/+26
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* RTC: Initialize kernel state from RTCJohn Stultz2011-03-091-0/+180
* RTC: Re-enable UIE timer/polling emulationJohn Stultz2011-02-171-1/+17
* RTC: Release mutex in error path of rtc_alarm_irq_enableUwe Kleine-König2011-02-171-3/+2
* RTC: Prevents a division by zero in kernel code.Marcelo Roberto Jimenez2011-02-031-0/+3
* RTC: Properly handle rtc_read_alarm error propagation and fix bugJohn Stultz2011-01-211-3/+9
* RTC: Propagate error handling via rtc_timer_enqueue properlyJohn Stultz2011-01-211-21/+28
* rtc: Namespace fixupThomas Gleixner2010-12-131-21/+21