aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/class.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-24rtc: Directly use ida_alloc()/free()keliu1-3/+3
2022-03-23rtc: remove uie_unsupportedAlexandre Belloni1-3/+0
2022-02-15rtc: fix use-after-free on device removalVincent Whitchurch1-0/+9
2021-10-18rtc: expose RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni1-0/+4
2021-10-18rtc: expose correction featureAlexandre Belloni1-0/+3
2021-10-15rtc: class: check return value when calling dev_set_name()Yang Yingliang1-1/+3
2021-10-15rtc: class: don't call cdev_device_del() when cdev_device_add() failedYang Yingliang1-3/+6
2021-02-06rtc: class: remove bogus documentationAlexandre Belloni1-5/+0
2021-01-16rtc: introduce features bitfieldAlexandre Belloni1-0/+5
2020-12-20Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-33/+19
2020-12-16rtc: fix RTC removalAlexandre Belloni1-1/+0
2020-12-11ntp: Make the RTC sync offset less obscureThomas Gleixner1-2/+7
2020-12-11rtc: core: Make the sync offset default more realisticThomas Gleixner1-1/+1
2020-11-19rtc: destroy mutex when releasing the deviceBartosz Golaszewski1-0/+1
2020-11-19rtc: shrink devm_rtc_allocate_device()Bartosz Golaszewski1-20/+9
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-10/+9
2020-11-19rtc: nvmem: remove nvram ABIAlexandre Belloni1-2/+0
2020-04-02rtc: class: remove redundant assignment to variable errColin Ian King1-1/+1
2020-03-24rtc: class: avoid unnecessary lookup in hctosysAlexandre Belloni1-14/+2
2020-03-23rtc: class: support hctosys from modular RTC driversSteve Muckle1-0/+61
2019-08-20rtc: class: add debug message when registration failsAlexandre Belloni1-1/+3
2019-04-04rtc: core: correct trivial checkpatch warningsAlexandre Belloni1-8/+6
2019-03-18rtc: convert core to SPDX identifierAlexandre Belloni1-5/+2
2018-12-18rtc: class: reimplement devm_rtc_device_registerAlexandre Belloni1-121/+36
2018-12-18rtc: enforce rtc_timer_init private_data typeAlexandre Belloni1-2/+2
2018-11-12rtc: class: remove devm_rtc_device_unregisterAlexandre Belloni1-26/+0
2018-09-13rtc: unexport non devm managed registrationAlexandre Belloni1-7/+5
2018-07-26rtc: remove irq_task and irq_task_lockAlexandre Belloni1-1/+0
2018-07-13rtc: use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann1-2/+2
2018-03-17rtc: Add one offset seconds to expand RTC rangeBaolin Wang1-0/+70
2018-03-01rtc: remove nvmem_configAlexandre Belloni1-2/+0
2018-03-01rtc: nvmem: allow registering the nvmem device before the rtcAlexandre Belloni1-2/+3
2018-02-14rtc: nvmem: pass nvmem_config to rtc_nvmem_register()Alexandre Belloni1-1/+1
2017-10-30rtc: Allow rtc drivers to specify the tv_nsec value for ntpJason Gunthorpe1-0/+3
2017-07-07rtc: add generic nvmem supportAlexandre Belloni1-0/+4
2017-07-07rtc: introduce new registration methodAlexandre Belloni1-0/+84
2017-07-07rtc: class separate id allocation from registrationAlexandre Belloni1-19/+25
2017-07-07rtc: class separate device allocation from registrationAlexandre Belloni1-26/+37
2017-06-03rtc: remove rtc_device.nameAlexandre Belloni1-4/+3
2017-03-21rtc: utilize new cdev_device_add helper functionLogan Gunthorpe1-4/+10
2016-03-14rtc: make class.c explicitly non-modularPaul Gortmaker1-13/+0
2015-09-05rtc: switch to using is_visible() to control sysfs attributesDmitry Torokhov1-3/+1
2015-09-05rtc: class: remove unnecessary device_get() in rtc_device_unregisterDmitry Torokhov1-13/+12
2015-09-05rtc: class: fix double free in rtc_register_device() error pathDmitry Torokhov1-4/+2
2015-04-17drivers/rtc/class.c: initialize rtc name earlyAaro Koskinen1-3/+3
2015-04-03time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceXunlei Pang1-2/+2
2015-04-03drivers/rtc: Remove redundant rtc_valid_tm() from rtc_resume()Xunlei Pang1-4/+0
2014-11-21rtc: Update suspend/resume timing to use 64bit timeJohn Stultz1-15/+15
2014-08-08driver/rtc/class.c: check the error after rtc_read_time()Hyogi Gim1-2/+14
2014-01-23rtc: honor device tree /alias entries when assigning IDsStephen Warren1-4/+20