summaryrefslogtreecommitdiff
path: root/include/linux/rtc.h
AgeCommit message (Expand)Author
2021-10-18rtc: add BSM parameterAlexandre Belloni
2021-10-15rtc: class: don't call cdev_device_del() when cdev_device_add() failedYang Yingliang
2021-01-16rtc: introduce features bitfieldAlexandre Belloni
2020-12-20Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2020-12-11ntp: Make the RTC sync offset less obscureThomas Gleixner
2020-12-11ntp, rtc: Move rtc_set_ntp_time() to ntp codeThomas Gleixner
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski
2020-11-19rtc: nvmem: remove nvram ABIAlexandre Belloni
2020-07-16rtc: cleanup obsolete comment about struct rtc_class_opsMisono Tomohiro
2020-04-02rtc: remove rtc_time_to_tm and rtc_tm_to_timeAlexandre Belloni
2019-12-18rtc: rv3029: let the core handle rtc rangeAlexandre Belloni
2019-10-19rtc: introduce lock helpersAlexandre Belloni
2019-10-19rtc: add timestamp for end of 2199Alexandre Belloni
2019-10-07rtc: add a timestamp for year 0Alexandre Belloni
2019-05-08rtc: drop set_mms and set_mmss64Alexandre Belloni
2019-04-04rtc: Fix timestamp value for RTC_TIMESTAMP_BEGIN_1900Geert Uytterhoeven
2019-04-04rtc: da9063: set rangeAlexandre Belloni
2019-04-04rtc: sh: set rangeAlexandre Belloni
2019-02-25rtc: remove rtc_class_ops.read_callbackAlexandre Belloni
2018-12-18rtc: enforce rtc_timer_init private_data typeAlexandre Belloni
2018-11-22rtc: nvmem: remove nvmem from struct rtc_deviceAlexandre Belloni
2018-11-12rtc: class: remove devm_rtc_device_unregisterAlexandre Belloni
2018-09-28rtc: move rtc_add_group/s definitionsAlexandre Belloni
2018-09-13rtc: unexport non devm managed registrationAlexandre Belloni
2018-08-02rtc: remove struct rtc_taskAlexandre Belloni
2018-07-26rtc: simplify rtc_irq_set_state/rtc_irq_set_freqAlexandre Belloni
2018-07-26rtc: remove irq_task and irq_task_lockAlexandre Belloni
2018-07-26rtc: remove rtc_irq_register/rtc_irq_unregisterAlexandre Belloni
2018-05-16rtc: nvmem: don't return an error when not enabledAlexandre Belloni
2018-03-17rtc: Add useful timestamp definitionsAlexandre Belloni
2018-03-17rtc: Add one offset seconds to expand RTC rangeBaolin Wang
2018-03-17rtc: Add RTC rangeAlexandre Belloni
2018-03-01char: rtc: remove unused rtc_control() APIAlexandre Belloni
2018-03-01rtc: remove nvmem_configAlexandre Belloni
2018-03-01rtc: export rtc_nvmem_register() to driversAlexandre Belloni
2017-11-29rtc: Remove unused RTC_DEVICE_NAME_SIZECole Robinson
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30rtc: Allow rtc drivers to specify the tv_nsec value for ntpJason Gunthorpe
2017-08-24rtc: remove .open() and .release()Alexandre Belloni
2017-07-12rtc: Remove wrong deprecation commentAlexandre Belloni
2017-07-07rtc: add generic nvmem supportAlexandre Belloni
2017-07-07rtc: introduce new registration methodAlexandre Belloni
2017-06-03rtc: remove rtc_device.nameAlexandre Belloni
2016-03-14rtc: Add functions to set and read rtc offsetJoshua Clayton
2015-06-25rtc: interface: Remove rtc_set_mmss()Xunlei Pang
2015-06-25rtc: Introduce rtc_tm_sub() helper functionXunlei Pang
2015-06-19rtc: interface: Remove unused return value from rtc_timer_cancel()Krzysztof Kozlowski
2015-06-19rtc: interface: Fix coding style violationsKrzysztof Kozlowski