summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2021-02-02rtc: mc146818: Dont test for bit 0-5 in Register DThomas Gleixner2-4/+4
2021-02-02amba: Make the remove callback return voidUwe Kleine-König2-6/+2
2021-01-27rtc: mc146818: Detect and handle broken RTCsThomas Gleixner2-0/+15
2021-01-26rtc: pcf2127: Run a OTP refresh if not done beforePhilipp Rosenberger1-0/+17
2021-01-26rtc: pcf2127: Disable Power-On Reset OverridePhilipp Rosenberger1-0/+8
2021-01-26rtc: tps65910: Support wakeup-source propertyDmitry Osipenko1-3/+7
2021-01-26rtc: stm32: use rtc_lock/rtc_unlockAlexandre Belloni1-2/+2
2021-01-26rtc: rx8025: use rtc_lock/rtc_unlockAlexandre Belloni1-3/+2
2021-01-26rtc: rx8010: use rtc_lock/rtc_unlockAlexandre Belloni1-3/+3
2021-01-26rtc: rv3029: use rtc_lock/rtc_unlockAlexandre Belloni1-5/+4
2021-01-26rtc: pcf2123: use rtc_lock/rtc_unlockAlexandre Belloni1-3/+2
2021-01-26rtc: mcp795: use rtc_lock/rtc_unlockAlexandre Belloni1-3/+2
2021-01-26rtc: m41t80: use rtc_lock/rtc_unlockAlexandre Belloni1-5/+4
2021-01-26rtc: hym8563: use rtc_lock/rtc_unlockAlexandre Belloni1-3/+2
2021-01-26rtc: ds3232: use rtc_lock/rtc_unlockAlexandre Belloni1-3/+2
2021-01-26rtc: ds1685: use rtc_lock/rtc_unlockAlexandre Belloni1-4/+2
2021-01-26rtc: ds1307: use rtc_lock/rtc_unlockAlexandre Belloni1-3/+2
2021-01-26rtc: ds1305: use rtc_lock/rtc_unlockAlexandre Belloni1-3/+2
2021-01-26rtc: asm9260: use rtc_lock/rtc_unlockAlexandre Belloni1-3/+3
2021-01-26rtc: ac100: use rtc_lock/rtc_unlockAlexandre Belloni1-2/+2
2021-01-25rtc: mrst: Remove driver for deprecated platformAndy Shevchenko3-534/+0
2021-01-23rtc: remove ste ab3100 driverArnd Bergmann3-263/+0
2021-01-23rtc: remove ste coh901 driverArnd Bergmann3-303/+0
2021-01-23rtc: remove sirfsoc driverArnd Bergmann3-454/+0
2021-01-17rtc: tps65910: remove tps65910_rtc_ops_noirqAlexandre Belloni1-11/+4
2021-01-17rtc: rv8803: constify rv8803_rtc_opsAlexandre Belloni1-5/+6
2021-01-17rtc: rv3032: constify rv3032_rtc_opsAlexandre Belloni1-5/+6
2021-01-17rtc: rv3029: constify rv3029_rtc_opsAlexandre Belloni1-5/+6
2021-01-17rtc: rv3028: constify rv3028_rtc_opsAlexandre Belloni1-5/+6
2021-01-17rtc: opal: constify opal_rtc_opsAlexandre Belloni1-6/+7
2021-01-17rtc: m41t80: constify m41t80_rtc_opsAlexandre Belloni1-7/+7
2021-01-17rtc: pcf85363: drop a struct rtc_class_opsAlexandre Belloni1-6/+2
2021-01-17rtc: rx8010: drop a struct rtc_class_opsAlexandre Belloni1-10/+3
2021-01-17rtc: pcf85063: remove pcf85063_rtc_ops_alarmAlexandre Belloni1-9/+2
2021-01-17rtc: pcf2127: remove pcf2127_rtc_alrm_opsAlexandre Belloni1-8/+3
2021-01-17rtc: m48t59: remove m48t02_rtc_opsAlexandre Belloni1-14/+8
2021-01-17rtc: mv: remove mv_rtc_alarm_opsAlexandre Belloni1-10/+4
2021-01-17rtc: cmos: remove cmos_rtc_ops_no_alarmAlexandre Belloni1-9/+3
2021-01-17rtc: armada38x: remove armada38x_rtc_ops_noirqAlexandre Belloni1-17/+4
2021-01-17rtc: pl031: use RTC_FEATURE_ALARMAlexandre Belloni1-6/+2
2021-01-17rtc: introduce features bitfieldAlexandre Belloni2-6/+11
2021-01-17rtc: s5m: check the return value of s5m8767_rtc_init_reg()Bartosz Golaszewski1-0/+2
2021-01-17rtc: s5m: use devm_i2c_new_dummy_device()Bartosz Golaszewski1-24/+7
2021-01-17rtc: 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-13rtc: rx6110: fix build against modular I2CArnd Bergmann1-2/+2
2021-01-13rtc: 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