aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/interface.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-08rtc: class: make rtc_class constantGravatar Ricardo B. Marliere 1-1/+1
2023-09-06rtc: stop warning for invalid alarms when the alarm is disabledGravatar Alexandre Belloni 1-1/+1
2023-02-22rtc: allow rtc_read_alarm without read_alarm callbackGravatar Alexandre Belloni 1-1/+1
2022-12-15rtc: remove duplicated words in commentsGravatar shaomin Deng 1-1/+1
2022-03-29rtc: check if __rtc_read_time was successfulGravatar Tom Rix 1-2/+5
2021-11-10rtc: handle alarms with a minute resolutionGravatar Alexandre Belloni 1-1/+11
2021-10-18rtc: expose RTC_FEATURE_UPDATE_INTERRUPTGravatar Alexandre Belloni 1-1/+2
2021-04-29rtc: rtc_update_irq_enable: rework UIE emulationGravatar Alexandre Belloni 1-24/+10
2021-01-16rtc: introduce features bitfieldGravatar Alexandre Belloni 1-6/+6
2019-11-27rtc: interface: fix kerneldoc commentsGravatar Alexandre Belloni 1-10/+11
2019-11-08rtc: disallow update interrupts when time is invalidGravatar Alexandre Belloni 1-2/+14
2019-11-08rtc: disable uie before setting time and enable afterGravatar Alexandre Belloni 1-1/+18
2019-10-03rtc: interface: use timeu64_t for range_maxGravatar Emmanuel Nicolet 1-1/+1
2019-07-30drivers: Introduce device lookup variants by nameGravatar Suzuki K Poulose 1-10/+1
2019-07-13rtc: interface: Change type of 'count' from int to u64Gravatar Puranjay Mohan 1-1/+1
2019-05-08rtc: drop set_mms and set_mmss64Gravatar Alexandre Belloni 1-6/+0
2019-04-04rtc: don't reference bogus function pointer in kdocGravatar Wolfram Sang 1-4/+3
2019-04-04rtc: core: correct trivial checkpatch warningsGravatar Alexandre Belloni 1-47/+52
2019-03-18rtc: convert core to SPDX identifierGravatar Alexandre Belloni 1-5/+2
2018-12-18rtc: enforce rtc_timer_init private_data typeGravatar Alexandre Belloni 1-10/+9
2018-12-10rtc: Switch to use %ptRGravatar Andy Shevchenko 1-6/+2
2018-09-13rtc: remove irq_task from kerneldocGravatar Alexandre Belloni 1-3/+0
2018-08-20Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 1-81/+16
2018-08-02rtc: remove struct rtc_taskGravatar Alexandre Belloni 1-4/+4
2018-07-26rtc: unexport rtc_irq_set_*Gravatar Alexandre Belloni 1-2/+0
2018-07-26rtc: simplify rtc_irq_set_state/rtc_irq_set_freqGravatar Alexandre Belloni 1-2/+2
2018-07-26rtc: remove irq_task and irq_task_lockGravatar Alexandre Belloni 1-40/+10
2018-07-26rtc: remove rtc_irq_register/rtc_irq_unregisterGravatar Alexandre Belloni 1-33/+0
2018-07-13rtc: fix alarm read and set offsetGravatar Alexandre Belloni 1-3/+5
2018-06-07rtc: ensure rtc_set_alarm fails when alarms are not supportedGravatar Alexandre Belloni 1-0/+5
2018-03-17rtc: Add one offset seconds to expand RTC rangeGravatar Baolin Wang 1-1/+58
2018-03-17rtc: Factor out the RTC range validation into rtc_valid_range()Gravatar Baolin Wang 1-12/+18
2018-03-17rtc: Add RTC rangeGravatar Alexandre Belloni 1-0/+14
2018-02-13rtc: Add tracepoints for RTC systemGravatar Baolin Wang 1-0/+30
2017-10-25rtc: clarify the RTC offset correctionGravatar Russell King 1-0/+4
2017-09-28rtc: set the alarm to the next expiring timerGravatar Alexandre Belloni 1-1/+1
2017-05-31rtc: interface: Validate alarm-time before handling rolloverGravatar Vaibhav Jain 1-1/+8
2016-12-25ktime: Cleanup ktime_set() usageGravatar Thomas Gleixner 1-4/+4
2016-12-25ktime: Get rid of the unionGravatar Thomas Gleixner 1-4/+4
2016-07-11rtc: fix a typo and reduce three empty lines to oneGravatar Uwe Kleine-König 1-3/+1
2016-06-04rtc: interface: ignore expired timers when enqueuing new timersGravatar Colin Ian King 1-1/+15
2016-05-30rtc: initialize output parameter for read alarm to "uninitialized"Gravatar Uwe Kleine-König 1-1/+11
2016-03-14rtc: Add functions to set and read rtc offsetGravatar Joshua Clayton 1-0/+54
2015-09-05rtc: Drop (un)likely before IS_ERR(_OR_NULL)Gravatar viresh kumar 1-1/+1
2015-06-25rtc: interface: Remove rtc_set_mmss()Gravatar Xunlei Pang 1-45/+0
2015-06-19rtc: interface: Remove unused return value from rtc_timer_cancel()Gravatar Krzysztof Kozlowski 1-3/+1
2015-04-17drivers/rtc/interface.c: __rtc_read_time: reduce log levelGravatar Aaro Koskinen 1-2/+3
2015-04-03drivers/rtc: Provide y2038 safe rtc_class_ops.set_mmss() replacementGravatar Xunlei Pang 1-1/+7
2015-01-23rtc: Update interface.c to use y2038-safe time interfacesGravatar Xunlei Pang 1-12/+10
2014-12-10rtc: refine rtc_timer_do_work() to consider other set alarm failuresGravatar Xunlei Pang 1-0/+13