summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/class.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: class: make rtc_class constantRicardo B. Marliere2024-03-081-8/+13
* rtc: class: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-01-081-1/+1
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* rtc: class: Fix potential memleak in devm_rtc_allocate_device()Shang XiaoJing2022-11-151-2/+2
* rtc: Directly use ida_alloc()/free()keliu2022-06-241-3/+3
* rtc: remove uie_unsupportedAlexandre Belloni2022-03-231-3/+0
* rtc: fix use-after-free on device removalVincent Whitchurch2022-02-151-0/+9
* rtc: expose RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni2021-10-181-0/+4
* rtc: expose correction featureAlexandre Belloni2021-10-181-0/+3
* rtc: class: check return value when calling dev_set_name()Yang Yingliang2021-10-151-1/+3
* rtc: class: don't call cdev_device_del() when cdev_device_add() failedYang Yingliang2021-10-151-3/+6
* rtc: class: remove bogus documentationAlexandre Belloni2021-02-061-5/+0
* rtc: introduce features bitfieldAlexandre Belloni2021-01-161-0/+5
* Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2020-12-201-33/+19
|\
| * rtc: fix RTC removalAlexandre Belloni2020-12-161-1/+0
| * rtc: destroy mutex when releasing the deviceBartosz Golaszewski2020-11-191-0/+1
| * rtc: shrink devm_rtc_allocate_device()Bartosz Golaszewski2020-11-191-20/+9
| * rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-10/+9
| * rtc: nvmem: remove nvram ABIAlexandre Belloni2020-11-191-2/+0
* | ntp: Make the RTC sync offset less obscureThomas Gleixner2020-12-111-2/+7
* | rtc: core: Make the sync offset default more realisticThomas Gleixner2020-12-111-1/+1
|/
* rtc: class: remove redundant assignment to variable errColin Ian King2020-04-021-1/+1
* rtc: class: avoid unnecessary lookup in hctosysAlexandre Belloni2020-03-241-14/+2
* rtc: class: support hctosys from modular RTC driversSteve Muckle2020-03-231-0/+61
* rtc: class: add debug message when registration failsAlexandre Belloni2019-08-201-1/+3
* rtc: core: correct trivial checkpatch warningsAlexandre Belloni2019-04-041-8/+6
* rtc: convert core to SPDX identifierAlexandre Belloni2019-03-181-5/+2
* rtc: class: reimplement devm_rtc_device_registerAlexandre Belloni2018-12-181-121/+36
* rtc: enforce rtc_timer_init private_data typeAlexandre Belloni2018-12-181-2/+2
* rtc: class: remove devm_rtc_device_unregisterAlexandre Belloni2018-11-121-26/+0
* rtc: unexport non devm managed registrationAlexandre Belloni2018-09-131-7/+5
* rtc: remove irq_task and irq_task_lockAlexandre Belloni2018-07-261-1/+0
* rtc: use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann2018-07-131-2/+2
* rtc: Add one offset seconds to expand RTC rangeBaolin Wang2018-03-171-0/+70
* rtc: remove nvmem_configAlexandre Belloni2018-03-011-2/+0
* rtc: nvmem: allow registering the nvmem device before the rtcAlexandre Belloni2018-03-011-2/+3
* rtc: nvmem: pass nvmem_config to rtc_nvmem_register()Alexandre Belloni2018-02-141-1/+1
* rtc: Allow rtc drivers to specify the tv_nsec value for ntpJason Gunthorpe2017-10-301-0/+3
* rtc: add generic nvmem supportAlexandre Belloni2017-07-071-0/+4
* rtc: introduce new registration methodAlexandre Belloni2017-07-071-0/+84
* rtc: class separate id allocation from registrationAlexandre Belloni2017-07-071-19/+25
* rtc: class separate device allocation from registrationAlexandre Belloni2017-07-071-26/+37
* rtc: remove rtc_device.nameAlexandre Belloni2017-06-031-4/+3
* rtc: utilize new cdev_device_add helper functionLogan Gunthorpe2017-03-211-4/+10
* rtc: make class.c explicitly non-modularPaul Gortmaker2016-03-141-13/+0
* rtc: switch to using is_visible() to control sysfs attributesDmitry Torokhov2015-09-051-3/+1
* rtc: class: remove unnecessary device_get() in rtc_device_unregisterDmitry Torokhov2015-09-051-13/+12
* rtc: class: fix double free in rtc_register_device() error pathDmitry Torokhov2015-09-051-4/+2
* drivers/rtc/class.c: initialize rtc name earlyAaro Koskinen2015-04-171-3/+3
* time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceXunlei Pang2015-04-031-2/+2