aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2021-01-16rtc: rv3029: constify rv3029_rtc_opsAlexandre Belloni1-5/+6
2021-01-16rtc: rv3028: constify rv3028_rtc_opsAlexandre Belloni1-5/+6
2021-01-16rtc: opal: constify opal_rtc_opsAlexandre Belloni1-6/+7
2021-01-16rtc: m41t80: constify m41t80_rtc_opsAlexandre Belloni1-7/+7
2021-01-16rtc: pcf85363: drop a struct rtc_class_opsAlexandre Belloni1-6/+2
2021-01-16rtc: rx8010: drop a struct rtc_class_opsAlexandre Belloni1-10/+3
2021-01-16rtc: pcf85063: remove pcf85063_rtc_ops_alarmAlexandre Belloni1-9/+2
2021-01-16rtc: pcf2127: remove pcf2127_rtc_alrm_opsAlexandre Belloni1-8/+3
2021-01-16rtc: m48t59: remove m48t02_rtc_opsAlexandre Belloni1-14/+8
2021-01-16rtc: mv: remove mv_rtc_alarm_opsAlexandre Belloni1-10/+4
2021-01-16rtc: cmos: remove cmos_rtc_ops_no_alarmAlexandre Belloni1-9/+3
2021-01-16rtc: armada38x: remove armada38x_rtc_ops_noirqAlexandre Belloni1-17/+4
2021-01-16rtc: pl031: use RTC_FEATURE_ALARMAlexandre Belloni1-6/+2
2021-01-16rtc: introduce features bitfieldAlexandre Belloni2-6/+11
2021-01-16rtc: s5m: check the return value of s5m8767_rtc_init_reg()Bartosz Golaszewski1-0/+2
2021-01-16rtc: s5m: use devm_i2c_new_dummy_device()Bartosz Golaszewski1-24/+7
2021-01-16rtc: s5m: select REGMAP_I2CBartosz Golaszewski1-0/+1
2021-01-13rtc: opal: set rangeAlexandre Belloni1-6/+8
2021-01-13rtc: tx4939: Remove driverThomas Bogendoerfer3-311/+0
2021-01-12rtc: rx6110: fix build against modular I2CArnd Bergmann1-2/+2
2021-01-12rtc: pm8xxx: Read ALARM_EN and update to alarm enabled statusGuixiong Wei1-0/+9
2020-12-20Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds117-772/+558
2020-12-19rtc: pcf2127: only use watchdog when explicitly availableUwe Kleine-König1-1/+2
2020-12-16rtc: fix RTC removalAlexandre Belloni1-1/+0
2020-12-11ntp: Make the RTC sync offset less obscureThomas Gleixner2-3/+8
2020-12-11ntp, rtc: Move rtc_set_ntp_time() to ntp codeThomas Gleixner2-62/+0
2020-12-11rtc: core: Make the sync offset default more realisticThomas Gleixner1-1/+1
2020-12-11rtc: cmos: Make rtc_cmos sync offset correctThomas Gleixner1-0/+3
2020-12-11rtc: mc146818: Reduce spinlock section in mc146818_set_time()Thomas Gleixner1-4/+2
2020-12-11rtc: mc146818: Prevent reading garbageThomas Gleixner1-25/+39
2020-12-03rtc: s3c: Remove dead code related to periodic tick handlingMarek Szyprowski1-224/+2
2020-12-03rtc: s3c: Disable all enable (RTC, tick) bits in the probeMarek Szyprowski1-0/+4
2020-12-03rtc: ep93xx: Fix NULL pointer dereference in ep93xx_rtc_read_timeNikita Shubin1-3/+3
2020-12-03rtc: test: remove debug messageAlexandre Belloni1-1/+0
2020-12-03rtc: mxc{,_v2}: enable COMPILE_TESTAlexandre Belloni1-2/+6
2020-12-03rtc: enable RTC framework on ARCH=umJohannes Berg1-1/+3
2020-11-19rtc: pcf8523: use BITAlexandre Belloni1-7/+7
2020-11-19rtc: pcf8523: set rangeAlexandre Belloni1-11/+2
2020-11-19rtc: pcf8523: switch to devm_rtc_allocate_deviceAlexandre Belloni1-3/+4
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 Golaszewski110-120/+117
2020-11-19rtc: nvmem: emit an error message when nvmem registration failsBartosz Golaszewski4-8/+8
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski27-30/+30
2020-11-19rtc: nvmem: remove nvram ABIAlexandre Belloni16-98/+1
2020-11-19rtc: omap: use devm_pinctrl_register()Bartosz Golaszewski1-7/+2
2020-11-19rtc: sc27xx: Always read normal alarmAlexandre Belloni1-36/+2
2020-11-17rtc: mxc: use of_device_get_match_dataAlexandre Belloni1-3/+1
2020-11-17rtc: mxc: Convert the driver to DT-onlyFabio Estevam1-20/+1
2020-11-17rtc: rx6110: add i2c supportClaudius Heine2-32/+153