summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/interface.c
AgeCommit message (Expand)AuthorLines
2021-11-10rtc: handle alarms with a minute resolutionAlexandre Belloni-1/+11
2021-10-18rtc: expose RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni-1/+2
2021-04-29rtc: rtc_update_irq_enable: rework UIE emulationAlexandre Belloni-24/+10
2021-01-16rtc: introduce features bitfieldAlexandre Belloni-6/+6
2019-11-27rtc: interface: fix kerneldoc commentsAlexandre Belloni-10/+11
2019-11-08rtc: disallow update interrupts when time is invalidAlexandre Belloni-2/+14
2019-11-08rtc: disable uie before setting time and enable afterAlexandre Belloni-1/+18
2019-10-03rtc: interface: use timeu64_t for range_maxEmmanuel Nicolet-1/+1
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose-10/+1
2019-07-13rtc: interface: Change type of 'count' from int to u64Puranjay Mohan-1/+1
2019-05-08rtc: drop set_mms and set_mmss64Alexandre Belloni-6/+0
2019-04-04rtc: don't reference bogus function pointer in kdocWolfram Sang-4/+3
2019-04-04rtc: core: correct trivial checkpatch warningsAlexandre Belloni-47/+52
2019-03-18rtc: convert core to SPDX identifierAlexandre Belloni-5/+2
2018-12-18rtc: enforce rtc_timer_init private_data typeAlexandre Belloni-10/+9
2018-12-10rtc: Switch to use %ptRAndy Shevchenko-6/+2
2018-09-13rtc: remove irq_task from kerneldocAlexandre Belloni-3/+0
2018-08-20Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds-81/+16
2018-08-02rtc: remove struct rtc_taskAlexandre Belloni-4/+4
2018-07-26rtc: unexport rtc_irq_set_*Alexandre Belloni-2/+0
2018-07-26rtc: simplify rtc_irq_set_state/rtc_irq_set_freqAlexandre Belloni-2/+2
2018-07-26rtc: remove irq_task and irq_task_lockAlexandre Belloni-40/+10
2018-07-26rtc: remove rtc_irq_register/rtc_irq_unregisterAlexandre Belloni-33/+0
2018-07-13rtc: fix alarm read and set offsetAlexandre Belloni-3/+5
2018-06-07rtc: ensure rtc_set_alarm fails when alarms are not supportedAlexandre Belloni-0/+5
2018-03-17rtc: Add one offset seconds to expand RTC rangeBaolin Wang-1/+58
2018-03-17rtc: Factor out the RTC range validation into rtc_valid_range()Baolin Wang-12/+18
2018-03-17rtc: Add RTC rangeAlexandre Belloni-0/+14
2018-02-13rtc: Add tracepoints for RTC systemBaolin Wang-0/+30
2017-10-25rtc: clarify the RTC offset correctionRussell King-0/+4
2017-09-28rtc: set the alarm to the next expiring timerAlexandre Belloni-1/+1
2017-05-31rtc: interface: Validate alarm-time before handling rolloverVaibhav Jain-1/+8
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner-4/+4
2016-12-25ktime: Get rid of the unionThomas Gleixner-4/+4
2016-07-11rtc: fix a typo and reduce three empty lines to oneUwe Kleine-König-3/+1
2016-06-04rtc: interface: ignore expired timers when enqueuing new timersColin Ian King-1/+15
2016-05-30rtc: initialize output parameter for read alarm to "uninitialized"Uwe Kleine-König-1/+11
2016-03-14rtc: Add functions to set and read rtc offsetJoshua Clayton-0/+54
2015-09-05rtc: Drop (un)likely before IS_ERR(_OR_NULL)viresh kumar-1/+1
2015-06-25rtc: interface: Remove rtc_set_mmss()Xunlei Pang-45/+0
2015-06-19rtc: interface: Remove unused return value from rtc_timer_cancel()Krzysztof Kozlowski-3/+1
2015-04-17drivers/rtc/interface.c: __rtc_read_time: reduce log levelAaro Koskinen-2/+3
2015-04-03drivers/rtc: Provide y2038 safe rtc_class_ops.set_mmss() replacementXunlei Pang-1/+7
2015-01-23rtc: Update interface.c to use y2038-safe time interfacesXunlei Pang-12/+10
2014-12-10rtc: refine rtc_timer_do_work() to consider other set alarm failuresXunlei Pang-0/+13
2014-12-10drivers/rtc/interface.c: check the validation of rtc_time in __rtc_read_timeHyogi Gim-0/+8
2014-08-08drivers/rtc/interface.c: check the error after __rtc_read_time()Hyogi Gim-0/+2
2014-06-06drivers/rtc/interface.c: fix infinite loop in initializing the alarmAles Novak-2/+12
2014-04-03rtc: verify a critical argument to rtc_update_irq() before using itAlessandro Zummo-0/+3
2013-07-22rtc: Keep system awake until all expired RTC timers are handledZoran Markovic-4/+9