aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/interface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose1-10/+1
2019-07-13rtc: interface: Change type of 'count' from int to u64Puranjay Mohan1-1/+1
2019-05-08rtc: drop set_mms and set_mmss64Alexandre Belloni1-6/+0
2019-04-04rtc: don't reference bogus function pointer in kdocWolfram Sang1-4/+3
2019-04-04rtc: core: correct trivial checkpatch warningsAlexandre Belloni1-47/+52
2019-03-18rtc: convert core to SPDX identifierAlexandre Belloni1-5/+2
2018-12-18rtc: enforce rtc_timer_init private_data typeAlexandre Belloni1-10/+9
2018-12-10rtc: Switch to use %ptRAndy Shevchenko1-6/+2
2018-09-13rtc: remove irq_task from kerneldocAlexandre Belloni1-3/+0
2018-08-20Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-81/+16
2018-08-02rtc: remove struct rtc_taskAlexandre Belloni1-4/+4
2018-07-26rtc: unexport rtc_irq_set_*Alexandre Belloni1-2/+0
2018-07-26rtc: simplify rtc_irq_set_state/rtc_irq_set_freqAlexandre Belloni1-2/+2
2018-07-26rtc: remove irq_task and irq_task_lockAlexandre Belloni1-40/+10
2018-07-26rtc: remove rtc_irq_register/rtc_irq_unregisterAlexandre Belloni1-33/+0
2018-07-13rtc: fix alarm read and set offsetAlexandre Belloni1-3/+5
2018-06-07rtc: ensure rtc_set_alarm fails when alarms are not supportedAlexandre Belloni1-0/+5
2018-03-17rtc: Add one offset seconds to expand RTC rangeBaolin Wang1-1/+58
2018-03-17rtc: Factor out the RTC range validation into rtc_valid_range()Baolin Wang1-12/+18
2018-03-17rtc: Add RTC rangeAlexandre Belloni1-0/+14
2018-02-13rtc: Add tracepoints for RTC systemBaolin Wang1-0/+30
2017-10-25rtc: clarify the RTC offset correctionRussell King1-0/+4
2017-09-28rtc: set the alarm to the next expiring timerAlexandre Belloni1-1/+1
2017-05-31rtc: interface: Validate alarm-time before handling rolloverVaibhav Jain1-1/+8
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-4/+4
2016-12-25ktime: Get rid of the unionThomas Gleixner1-4/+4
2016-07-11rtc: fix a typo and reduce three empty lines to oneUwe Kleine-König1-3/+1
2016-06-04rtc: interface: ignore expired timers when enqueuing new timersColin Ian King1-1/+15
2016-05-30rtc: initialize output parameter for read alarm to "uninitialized"Uwe Kleine-König1-1/+11
2016-03-14rtc: Add functions to set and read rtc offsetJoshua Clayton1-0/+54
2015-09-05rtc: Drop (un)likely before IS_ERR(_OR_NULL)viresh kumar1-1/+1
2015-06-25rtc: interface: Remove rtc_set_mmss()Xunlei Pang1-45/+0
2015-06-19rtc: interface: Remove unused return value from rtc_timer_cancel()Krzysztof Kozlowski1-3/+1
2015-04-17drivers/rtc/interface.c: __rtc_read_time: reduce log levelAaro Koskinen1-2/+3
2015-04-03drivers/rtc: Provide y2038 safe rtc_class_ops.set_mmss() replacementXunlei Pang1-1/+7
2015-01-23rtc: Update interface.c to use y2038-safe time interfacesXunlei Pang1-12/+10
2014-12-10rtc: refine rtc_timer_do_work() to consider other set alarm failuresXunlei Pang1-0/+13
2014-12-10drivers/rtc/interface.c: check the validation of rtc_time in __rtc_read_timeHyogi Gim1-0/+8
2014-08-08drivers/rtc/interface.c: check the error after __rtc_read_time()Hyogi Gim1-0/+2
2014-06-06drivers/rtc/interface.c: fix infinite loop in initializing the alarmAles Novak1-2/+12
2014-04-03rtc: verify a critical argument to rtc_update_irq() before using itAlessandro Zummo1-0/+3
2013-07-22rtc: Keep system awake until all expired RTC timers are handledZoran Markovic1-4/+9
2013-07-03drivers/rtc/interface.c: return -EBUSY, not -EACCES when device is busyChris Brand1-4/+4
2013-07-03drivers/rtc/interface.c: fix checkpatch errorsSachin Kamat1-9/+9
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław1-3/+3
2012-08-08RTC: Avoid races between RTC alarm wakeup and suspend.NeilBrown1-0/+2
2012-03-15rtc: Provide flag for rtc devices that don't support UIEJohn Stultz1-0/+5
2012-01-26rtc: Disable the alarm in the hardware (v2)Rabin Vincent1-2/+13
2012-01-26rtc: Expire alarms after the time is set. (v2)NeilBrown1-0/+4
2012-01-26rtc: Avoid setting alarm to a time in the pastJohn Stultz1-1/+10