aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/interface.c
Commit message (Expand)AuthorAge
* rtc: remove irq_task from kerneldocAlexandre Belloni2018-09-13
* Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2018-08-20
|\
| * rtc: remove struct rtc_taskAlexandre Belloni2018-08-02
| * rtc: unexport rtc_irq_set_*Alexandre Belloni2018-07-26
| * rtc: simplify rtc_irq_set_state/rtc_irq_set_freqAlexandre Belloni2018-07-26
| * rtc: remove irq_task and irq_task_lockAlexandre Belloni2018-07-26
| * rtc: remove rtc_irq_register/rtc_irq_unregisterAlexandre Belloni2018-07-26
* | rtc: fix alarm read and set offsetAlexandre Belloni2018-07-13
|/
* rtc: ensure rtc_set_alarm fails when alarms are not supportedAlexandre Belloni2018-06-07
* rtc: Add one offset seconds to expand RTC rangeBaolin Wang2018-03-17
* rtc: Factor out the RTC range validation into rtc_valid_range()Baolin Wang2018-03-17
* rtc: Add RTC rangeAlexandre Belloni2018-03-17
* rtc: Add tracepoints for RTC systemBaolin Wang2018-02-13
* rtc: clarify the RTC offset correctionRussell King2017-10-25
* rtc: set the alarm to the next expiring timerAlexandre Belloni2017-09-28
* rtc: interface: Validate alarm-time before handling rolloverVaibhav Jain2017-05-31
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-25
* ktime: Get rid of the unionThomas Gleixner2016-12-25
* rtc: fix a typo and reduce three empty lines to oneUwe Kleine-König2016-07-11
* rtc: interface: ignore expired timers when enqueuing new timersColin Ian King2016-06-04
* rtc: initialize output parameter for read alarm to "uninitialized"Uwe Kleine-König2016-05-29
* rtc: Add functions to set and read rtc offsetJoshua Clayton2016-03-14
* rtc: Drop (un)likely before IS_ERR(_OR_NULL)viresh kumar2015-09-05
* rtc: interface: Remove rtc_set_mmss()Xunlei Pang2015-06-24
* rtc: interface: Remove unused return value from rtc_timer_cancel()Krzysztof Kozlowski2015-06-19
* drivers/rtc/interface.c: __rtc_read_time: reduce log levelAaro Koskinen2015-04-17
* drivers/rtc: Provide y2038 safe rtc_class_ops.set_mmss() replacementXunlei Pang2015-04-03
* rtc: Update interface.c to use y2038-safe time interfacesXunlei Pang2015-01-23
* rtc: refine rtc_timer_do_work() to consider other set alarm failuresXunlei Pang2014-12-10
* drivers/rtc/interface.c: check the validation of rtc_time in __rtc_read_timeHyogi Gim2014-12-10
* drivers/rtc/interface.c: check the error after __rtc_read_time()Hyogi Gim2014-08-08
* drivers/rtc/interface.c: fix infinite loop in initializing the alarmAles Novak2014-06-06
* rtc: verify a critical argument to rtc_update_irq() before using itAlessandro Zummo2014-04-03
* rtc: Keep system awake until all expired RTC timers are handledZoran Markovic2013-07-22
* drivers/rtc/interface.c: return -EBUSY, not -EACCES when device is busyChris Brand2013-07-03
* drivers/rtc/interface.c: fix checkpatch errorsSachin Kamat2013-07-03
* driver-core: constify data for class_find_device()Michał Mirosław2013-02-06
* RTC: Avoid races between RTC alarm wakeup and suspend.NeilBrown2012-08-08
* rtc: Provide flag for rtc devices that don't support UIEJohn Stultz2012-03-15
* rtc: Disable the alarm in the hardware (v2)Rabin Vincent2012-01-26
* rtc: Expire alarms after the time is set. (v2)NeilBrown2012-01-26
* rtc: Avoid setting alarm to a time in the pastJohn Stultz2012-01-26
* drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-rangeBen Hutchings2012-01-10
* Revert "rtc: Expire alarms after the time is set."Linus Torvalds2012-01-04
* Revert "rtc: Disable the alarm in the hardware"Linus Torvalds2012-01-03
* rtc: Expire alarms after the time is set.NeilBrown2011-12-13
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-12-05
|\
| * rtc: Disable the alarm in the hardwareRabin Vincent2011-11-22
| * rtc: fix hrtimer deadlockThomas Gleixner2011-07-26
| * rtc: limit frequencyThomas Gleixner2011-07-26