Alexandre Belloni
|
f1c8bc332e
rtc: remove irq_task from kerneldoc
|
7 年 前 |
Linus Torvalds
|
bfebeb1672
Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
|
7 年 前 |
Alexandre Belloni
|
5a5ba10f44
rtc: remove struct rtc_task
|
7 年 前 |
Alexandre Belloni
|
c842697c74
rtc: unexport rtc_irq_set_*
|
7 年 前 |
Alexandre Belloni
|
8719d3c918
rtc: simplify rtc_irq_set_state/rtc_irq_set_freq
|
7 年 前 |
Alexandre Belloni
|
acecb3ad8b
rtc: remove irq_task and irq_task_lock
|
7 年 前 |
Alexandre Belloni
|
1560d0848a
rtc: remove rtc_irq_register/rtc_irq_unregister
|
7 年 前 |
Alexandre Belloni
|
fd6792bb02
rtc: fix alarm read and set offset
|
7 年 前 |
Alexandre Belloni
|
abfdff44bc
rtc: ensure rtc_set_alarm fails when alarms are not supported
|
7 年 前 |
Baolin Wang
|
989515647e
rtc: Add one offset seconds to expand RTC range
|
7 年 前 |
Baolin Wang
|
4c4e5df1f3
rtc: Factor out the RTC range validation into rtc_valid_range()
|
7 年 前 |
Alexandre Belloni
|
71db049e73
rtc: Add RTC range
|
7 年 前 |
Baolin Wang
|
29a1f599c0
rtc: Add tracepoints for RTC system
|
7 年 前 |
Russell King
|
8a25c8f66c
rtc: clarify the RTC offset correction
|
7 年 前 |
Alexandre Belloni
|
74717b28cb
rtc: set the alarm to the next expiring timer
|
7 年 前 |
Vaibhav Jain
|
da96aea0ed
rtc: interface: Validate alarm-time before handling rollover
|
8 年 前 |
Thomas Gleixner
|
8b0e195314
ktime: Cleanup ktime_set() usage
|
8 年 前 |
Thomas Gleixner
|
2456e85535
ktime: Get rid of the union
|
8 年 前 |
Uwe Kleine-König
|
6785b3b60b
rtc: fix a typo and reduce three empty lines to one
|
9 年 前 |
Colin Ian King
|
2b2f5ff00f
rtc: interface: ignore expired timers when enqueuing new timers
|
9 年 前 |
Uwe Kleine-König
|
d68778b80d
rtc: initialize output parameter for read alarm to "uninitialized"
|
9 年 前 |
Joshua Clayton
|
b3967067c2
rtc: Add functions to set and read rtc offset
|
9 年 前 |
viresh kumar
|
e7cba884af
rtc: Drop (un)likely before IS_ERR(_OR_NULL)
|
10 年 前 |
Xunlei Pang
|
c86a6c2895
rtc: interface: Remove rtc_set_mmss()
|
10 年 前 |
Krzysztof Kozlowski
|
73744a64aa
rtc: interface: Remove unused return value from rtc_timer_cancel()
|
10 年 前 |
Aaro Koskinen
|
d0bddb512d
drivers/rtc/interface.c: __rtc_read_time: reduce log level
|
10 年 前 |
Xunlei Pang
|
8e4ff1a81a
drivers/rtc: Provide y2038 safe rtc_class_ops.set_mmss() replacement
|
10 年 前 |
Xunlei Pang
|
bc10aa93a8
rtc: Update interface.c to use y2038-safe time interfaces
|
10 年 前 |
Xunlei Pang
|
6528b88995
rtc: refine rtc_timer_do_work() to consider other set alarm failures
|
10 年 前 |
Hyogi Gim
|
16682c86d2
drivers/rtc/interface.c: check the validation of rtc_time in __rtc_read_time
|
10 年 前 |