| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers: Introduce device lookup variants by name | Suzuki K Poulose | 2019-07-30 | 1 | -10/+1 |
* | rtc: interface: Change type of 'count' from int to u64 | Puranjay Mohan | 2019-07-13 | 1 | -1/+1 |
* | rtc: drop set_mms and set_mmss64 | Alexandre Belloni | 2019-05-08 | 1 | -6/+0 |
* | rtc: don't reference bogus function pointer in kdoc | Wolfram Sang | 2019-04-04 | 1 | -4/+3 |
* | rtc: core: correct trivial checkpatch warnings | Alexandre Belloni | 2019-04-04 | 1 | -47/+52 |
* | rtc: convert core to SPDX identifier | Alexandre Belloni | 2019-03-18 | 1 | -5/+2 |
* | rtc: enforce rtc_timer_init private_data type | Alexandre Belloni | 2018-12-18 | 1 | -10/+9 |
* | rtc: Switch to use %ptR | Andy Shevchenko | 2018-12-10 | 1 | -6/+2 |
* | rtc: remove irq_task from kerneldoc | Alexandre Belloni | 2018-09-13 | 1 | -3/+0 |
* | Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 2018-08-21 | 1 | -81/+16 |
|\ |
|
| * | rtc: remove struct rtc_task | Alexandre Belloni | 2018-08-02 | 1 | -4/+4 |
| * | rtc: unexport rtc_irq_set_* | Alexandre Belloni | 2018-07-26 | 1 | -2/+0 |
| * | rtc: simplify rtc_irq_set_state/rtc_irq_set_freq | Alexandre Belloni | 2018-07-26 | 1 | -2/+2 |
| * | rtc: remove irq_task and irq_task_lock | Alexandre Belloni | 2018-07-26 | 1 | -40/+10 |
| * | rtc: remove rtc_irq_register/rtc_irq_unregister | Alexandre Belloni | 2018-07-26 | 1 | -33/+0 |
* | | rtc: fix alarm read and set offset | Alexandre Belloni | 2018-07-13 | 1 | -3/+5 |
|/ |
|
* | rtc: ensure rtc_set_alarm fails when alarms are not supported | Alexandre Belloni | 2018-06-07 | 1 | -0/+5 |
* | rtc: Add one offset seconds to expand RTC range | Baolin Wang | 2018-03-17 | 1 | -1/+58 |
* | rtc: Factor out the RTC range validation into rtc_valid_range() | Baolin Wang | 2018-03-17 | 1 | -12/+18 |
* | rtc: Add RTC range | Alexandre Belloni | 2018-03-17 | 1 | -0/+14 |
* | rtc: Add tracepoints for RTC system | Baolin Wang | 2018-02-13 | 1 | -0/+30 |
* | rtc: clarify the RTC offset correction | Russell King | 2017-10-25 | 1 | -0/+4 |
* | rtc: set the alarm to the next expiring timer | Alexandre Belloni | 2017-09-28 | 1 | -1/+1 |
* | rtc: interface: Validate alarm-time before handling rollover | Vaibhav Jain | 2017-05-31 | 1 | -1/+8 |
* | ktime: Cleanup ktime_set() usage | Thomas Gleixner | 2016-12-25 | 1 | -4/+4 |
* | ktime: Get rid of the union | Thomas Gleixner | 2016-12-25 | 1 | -4/+4 |
* | rtc: fix a typo and reduce three empty lines to one | Uwe Kleine-König | 2016-07-11 | 1 | -3/+1 |
* | rtc: interface: ignore expired timers when enqueuing new timers | Colin Ian King | 2016-06-04 | 1 | -1/+15 |
* | rtc: initialize output parameter for read alarm to "uninitialized" | Uwe Kleine-König | 2016-05-30 | 1 | -1/+11 |
* | rtc: Add functions to set and read rtc offset | Joshua Clayton | 2016-03-14 | 1 | -0/+54 |
* | rtc: Drop (un)likely before IS_ERR(_OR_NULL) | viresh kumar | 2015-09-05 | 1 | -1/+1 |
* | rtc: interface: Remove rtc_set_mmss() | Xunlei Pang | 2015-06-25 | 1 | -45/+0 |
* | rtc: interface: Remove unused return value from rtc_timer_cancel() | Krzysztof Kozlowski | 2015-06-19 | 1 | -3/+1 |
* | drivers/rtc/interface.c: __rtc_read_time: reduce log level | Aaro Koskinen | 2015-04-17 | 1 | -2/+3 |
* | drivers/rtc: Provide y2038 safe rtc_class_ops.set_mmss() replacement | Xunlei Pang | 2015-04-03 | 1 | -1/+7 |
* | rtc: Update interface.c to use y2038-safe time interfaces | Xunlei Pang | 2015-01-24 | 1 | -12/+10 |
* | rtc: refine rtc_timer_do_work() to consider other set alarm failures | Xunlei Pang | 2014-12-11 | 1 | -0/+13 |
* | drivers/rtc/interface.c: check the validation of rtc_time in __rtc_read_time | Hyogi Gim | 2014-12-11 | 1 | -0/+8 |
* | drivers/rtc/interface.c: check the error after __rtc_read_time() | Hyogi Gim | 2014-08-09 | 1 | -0/+2 |
* | drivers/rtc/interface.c: fix infinite loop in initializing the alarm | Ales Novak | 2014-06-07 | 1 | -2/+12 |
* | rtc: verify a critical argument to rtc_update_irq() before using it | Alessandro Zummo | 2014-04-04 | 1 | -0/+3 |
* | rtc: Keep system awake until all expired RTC timers are handled | Zoran Markovic | 2013-07-22 | 1 | -4/+9 |
* | drivers/rtc/interface.c: return -EBUSY, not -EACCES when device is busy | Chris Brand | 2013-07-04 | 1 | -4/+4 |
* | drivers/rtc/interface.c: fix checkpatch errors | Sachin Kamat | 2013-07-04 | 1 | -9/+9 |
* | driver-core: constify data for class_find_device() | Michał Mirosław | 2013-02-06 | 1 | -3/+3 |
* | RTC: Avoid races between RTC alarm wakeup and suspend. | NeilBrown | 2012-08-08 | 1 | -0/+2 |
* | rtc: Provide flag for rtc devices that don't support UIE | John Stultz | 2012-03-16 | 1 | -0/+5 |
* | rtc: Disable the alarm in the hardware (v2) | Rabin Vincent | 2012-01-27 | 1 | -2/+13 |
* | rtc: Expire alarms after the time is set. (v2) | NeilBrown | 2012-01-27 | 1 | -0/+4 |
* | rtc: Avoid setting alarm to a time in the past | John Stultz | 2012-01-27 | 1 | -1/+10 |