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