summaryrefslogtreecommitdiff
path: root/drivers/rtc/class.c
AgeCommit message (Expand)Author
2024-03-26rtc: pre-register hookRussell King
2024-01-08rtc: class: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2022-11-15rtc: class: Fix potential memleak in devm_rtc_allocate_device()Shang XiaoJing
2022-06-24rtc: Directly use ida_alloc()/free()keliu
2022-03-23rtc: remove uie_unsupportedAlexandre Belloni
2022-02-15rtc: fix use-after-free on device removalVincent Whitchurch
2021-10-18rtc: expose RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni
2021-10-18rtc: expose correction featureAlexandre Belloni
2021-10-15rtc: class: check return value when calling dev_set_name()Yang Yingliang
2021-10-15rtc: class: don't call cdev_device_del() when cdev_device_add() failedYang Yingliang
2021-02-06rtc: class: remove bogus documentationAlexandre Belloni
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-16rtc: fix RTC removalAlexandre Belloni
2020-12-11ntp: Make the RTC sync offset less obscureThomas Gleixner
2020-12-11rtc: core: Make the sync offset default more realisticThomas Gleixner
2020-11-19rtc: destroy mutex when releasing the deviceBartosz Golaszewski
2020-11-19rtc: shrink devm_rtc_allocate_device()Bartosz Golaszewski
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski
2020-11-19rtc: nvmem: remove nvram ABIAlexandre Belloni
2020-04-02rtc: class: remove redundant assignment to variable errColin Ian King
2020-03-24rtc: class: avoid unnecessary lookup in hctosysAlexandre Belloni
2020-03-23rtc: class: support hctosys from modular RTC driversSteve Muckle
2019-08-20rtc: class: add debug message when registration failsAlexandre Belloni
2019-04-04rtc: core: correct trivial checkpatch warningsAlexandre Belloni
2019-03-18rtc: convert core to SPDX identifierAlexandre Belloni
2018-12-18rtc: class: reimplement devm_rtc_device_registerAlexandre Belloni
2018-12-18rtc: enforce rtc_timer_init private_data typeAlexandre Belloni
2018-11-12rtc: class: remove devm_rtc_device_unregisterAlexandre Belloni
2018-09-13rtc: unexport non devm managed registrationAlexandre Belloni
2018-07-26rtc: remove irq_task and irq_task_lockAlexandre Belloni
2018-07-13rtc: use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann
2018-03-17rtc: Add one offset seconds to expand RTC rangeBaolin Wang
2018-03-01rtc: remove nvmem_configAlexandre Belloni
2018-03-01rtc: nvmem: allow registering the nvmem device before the rtcAlexandre Belloni
2018-02-14rtc: nvmem: pass nvmem_config to rtc_nvmem_register()Alexandre Belloni
2017-10-30rtc: Allow rtc drivers to specify the tv_nsec value for ntpJason Gunthorpe
2017-07-07rtc: add generic nvmem supportAlexandre Belloni
2017-07-07rtc: introduce new registration methodAlexandre Belloni
2017-07-07rtc: class separate id allocation from registrationAlexandre Belloni
2017-07-07rtc: class separate device allocation from registrationAlexandre Belloni
2017-06-03rtc: remove rtc_device.nameAlexandre Belloni
2017-03-21rtc: utilize new cdev_device_add helper functionLogan Gunthorpe
2016-03-14rtc: make class.c explicitly non-modularPaul Gortmaker
2015-09-05rtc: switch to using is_visible() to control sysfs attributesDmitry Torokhov
2015-09-05rtc: class: remove unnecessary device_get() in rtc_device_unregisterDmitry Torokhov
2015-09-05rtc: class: fix double free in rtc_register_device() error pathDmitry Torokhov
2015-04-17drivers/rtc/class.c: initialize rtc name earlyAaro Koskinen
2015-04-03time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceXunlei Pang