summaryrefslogtreecommitdiff
path: root/drivers/rtc/interface.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: allow rtc_read_alarm without read_alarm callbackAlexandre Belloni2023-02-221-1/+1
* rtc: remove duplicated words in commentsshaomin Deng2022-12-151-1/+1
* rtc: check if __rtc_read_time was successfulTom Rix2022-03-291-2/+5
* rtc: handle alarms with a minute resolutionAlexandre Belloni2021-11-101-1/+11
* rtc: expose RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni2021-10-181-1/+2
* rtc: rtc_update_irq_enable: rework UIE emulationAlexandre Belloni2021-04-291-24/+10
* rtc: introduce features bitfieldAlexandre Belloni2021-01-161-6/+6
* rtc: interface: fix kerneldoc commentsAlexandre Belloni2019-11-271-10/+11
* rtc: disallow update interrupts when time is invalidAlexandre Belloni2019-11-081-2/+14
* rtc: disable uie before setting time and enable afterAlexandre Belloni2019-11-081-1/+18
* rtc: interface: use timeu64_t for range_maxEmmanuel Nicolet2019-10-031-1/+1
* drivers: Introduce device lookup variants by nameSuzuki K Poulose2019-07-301-10/+1
* rtc: interface: Change type of 'count' from int to u64Puranjay Mohan2019-07-131-1/+1
* rtc: drop set_mms and set_mmss64Alexandre Belloni2019-05-081-6/+0
* rtc: don't reference bogus function pointer in kdocWolfram Sang2019-04-041-4/+3
* rtc: core: correct trivial checkpatch warningsAlexandre Belloni2019-04-041-47/+52
* rtc: convert core to SPDX identifierAlexandre Belloni2019-03-181-5/+2
* rtc: enforce rtc_timer_init private_data typeAlexandre Belloni2018-12-181-10/+9
* rtc: Switch to use %ptRAndy Shevchenko2018-12-101-6/+2
* rtc: remove irq_task from kerneldocAlexandre Belloni2018-09-131-3/+0
* Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2018-08-201-81/+16
|\
| * rtc: remove struct rtc_taskAlexandre Belloni2018-08-021-4/+4
| * rtc: unexport rtc_irq_set_*Alexandre Belloni2018-07-261-2/+0
| * rtc: simplify rtc_irq_set_state/rtc_irq_set_freqAlexandre Belloni2018-07-261-2/+2
| * rtc: remove irq_task and irq_task_lockAlexandre Belloni2018-07-261-40/+10
| * rtc: remove rtc_irq_register/rtc_irq_unregisterAlexandre Belloni2018-07-261-33/+0
* | rtc: fix alarm read and set offsetAlexandre Belloni2018-07-131-3/+5
|/
* rtc: ensure rtc_set_alarm fails when alarms are not supportedAlexandre Belloni2018-06-071-0/+5
* rtc: Add one offset seconds to expand RTC rangeBaolin Wang2018-03-171-1/+58
* rtc: Factor out the RTC range validation into rtc_valid_range()Baolin Wang2018-03-171-12/+18
* rtc: Add RTC rangeAlexandre Belloni2018-03-171-0/+14
* rtc: Add tracepoints for RTC systemBaolin Wang2018-02-131-0/+30
* rtc: clarify the RTC offset correctionRussell King2017-10-251-0/+4
* rtc: set the alarm to the next expiring timerAlexandre Belloni2017-09-281-1/+1
* rtc: interface: Validate alarm-time before handling rolloverVaibhav Jain2017-05-311-1/+8
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-4/+4
* ktime: Get rid of the unionThomas Gleixner2016-12-251-4/+4
* rtc: fix a typo and reduce three empty lines to oneUwe Kleine-König2016-07-111-3/+1
* rtc: interface: ignore expired timers when enqueuing new timersColin Ian King2016-06-041-1/+15
* rtc: initialize output parameter for read alarm to "uninitialized"Uwe Kleine-König2016-05-301-1/+11
* rtc: Add functions to set and read rtc offsetJoshua Clayton2016-03-141-0/+54
* rtc: Drop (un)likely before IS_ERR(_OR_NULL)viresh kumar2015-09-051-1/+1
* rtc: interface: Remove rtc_set_mmss()Xunlei Pang2015-06-251-45/+0
* rtc: interface: Remove unused return value from rtc_timer_cancel()Krzysztof Kozlowski2015-06-191-3/+1
* drivers/rtc/interface.c: __rtc_read_time: reduce log levelAaro Koskinen2015-04-171-2/+3
* drivers/rtc: Provide y2038 safe rtc_class_ops.set_mmss() replacementXunlei Pang2015-04-031-1/+7
* rtc: Update interface.c to use y2038-safe time interfacesXunlei Pang2015-01-231-12/+10
* rtc: refine rtc_timer_do_work() to consider other set alarm failuresXunlei Pang2014-12-101-0/+13
* drivers/rtc/interface.c: check the validation of rtc_time in __rtc_read_timeHyogi Gim2014-12-101-0/+8
* drivers/rtc/interface.c: check the error after __rtc_read_time()Hyogi Gim2014-08-081-0/+2