summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/interface.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: interface: Change type of 'count' from int to u64Puranjay Mohan2019-07-131-1/+1
* rtc: drop set_mms and set_mmss64Alexandre Belloni2019-05-081-6/+0Star
* rtc: don't reference bogus function pointer in kdocWolfram Sang2019-04-041-4/+3Star
* rtc: core: correct trivial checkpatch warningsAlexandre Belloni2019-04-041-47/+52
* rtc: convert core to SPDX identifierAlexandre Belloni2019-03-181-5/+2Star
* rtc: enforce rtc_timer_init private_data typeAlexandre Belloni2018-12-181-10/+9Star
* rtc: Switch to use %ptRAndy Shevchenko2018-12-101-6/+2Star
* rtc: remove irq_task from kerneldocAlexandre Belloni2018-09-131-3/+0Star
* Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2018-08-211-81/+16Star
|\
| * rtc: remove struct rtc_taskAlexandre Belloni2018-08-021-4/+4
| * rtc: unexport rtc_irq_set_*Alexandre Belloni2018-07-261-2/+0Star
| * rtc: simplify rtc_irq_set_state/rtc_irq_set_freqAlexandre Belloni2018-07-261-2/+2
| * rtc: remove irq_task and irq_task_lockAlexandre Belloni2018-07-261-40/+10Star
| * rtc: remove rtc_irq_register/rtc_irq_unregisterAlexandre Belloni2018-07-261-33/+0Star
* | rtc: fix alarm read and set offsetAlexandre Belloni2018-07-131-3/+5
|/
* rtc: ensure rtc_set_alarm fails when alarms are not supportedAlexandre Belloni2018-06-071-0/+5
* rtc: Add one offset seconds to expand RTC rangeBaolin Wang2018-03-171-1/+58
* rtc: Factor out the RTC range validation into rtc_valid_range()Baolin Wang2018-03-171-12/+18
* rtc: Add RTC rangeAlexandre Belloni2018-03-171-0/+14
* rtc: Add tracepoints for RTC systemBaolin Wang2018-02-131-0/+30
* rtc: clarify the RTC offset correctionRussell King2017-10-251-0/+4
* rtc: set the alarm to the next expiring timerAlexandre Belloni2017-09-281-1/+1
* rtc: interface: Validate alarm-time before handling rolloverVaibhav Jain2017-05-311-1/+8
* 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/+1Star
* 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/+0Star
* rtc: interface: Remove unused return value from rtc_timer_cancel()Krzysztof Kozlowski2015-06-191-3/+1Star
* 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-241-12/+10Star
* rtc: refine rtc_timer_do_work() to consider other set alarm failuresXunlei Pang2014-12-111-0/+13
* drivers/rtc/interface.c: check the validation of rtc_time in __rtc_read_timeHyogi Gim2014-12-111-0/+8
* drivers/rtc/interface.c: check the error after __rtc_read_time()Hyogi Gim2014-08-091-0/+2
* drivers/rtc/interface.c: fix infinite loop in initializing the alarmAles Novak2014-06-071-2/+12
* rtc: verify a critical argument to rtc_update_irq() before using itAlessandro Zummo2014-04-041-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-041-4/+4
* drivers/rtc/interface.c: fix checkpatch errorsSachin Kamat2013-07-041-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-161-0/+5
* rtc: Disable the alarm in the hardware (v2)Rabin Vincent2012-01-271-2/+13
* rtc: Expire alarms after the time is set. (v2)NeilBrown2012-01-271-0/+4
* rtc: Avoid setting alarm to a time in the pastJohn Stultz2012-01-271-1/+10
* drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-rangeBen Hutchings2012-01-111-2/+2