summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
...
| * | rtc: pcf85363: drop a struct rtc_class_opsAlexandre Belloni2021-01-161-6/+2
| * | rtc: rx8010: drop a struct rtc_class_opsAlexandre Belloni2021-01-161-10/+3
| * | rtc: pcf85063: remove pcf85063_rtc_ops_alarmAlexandre Belloni2021-01-161-9/+2
| * | rtc: pcf2127: remove pcf2127_rtc_alrm_opsAlexandre Belloni2021-01-161-8/+3
| * | rtc: m48t59: remove m48t02_rtc_opsAlexandre Belloni2021-01-161-14/+8
| * | rtc: mv: remove mv_rtc_alarm_opsAlexandre Belloni2021-01-161-10/+4
| * | rtc: cmos: remove cmos_rtc_ops_no_alarmAlexandre Belloni2021-01-161-9/+3
| * | rtc: armada38x: remove armada38x_rtc_ops_noirqAlexandre Belloni2021-01-161-17/+4
| * | rtc: pl031: use RTC_FEATURE_ALARMAlexandre Belloni2021-01-161-6/+2
| * | rtc: introduce features bitfieldAlexandre Belloni2021-01-162-6/+11
| * | rtc: s5m: check the return value of s5m8767_rtc_init_reg()Bartosz Golaszewski2021-01-161-0/+2
| * | rtc: s5m: use devm_i2c_new_dummy_device()Bartosz Golaszewski2021-01-161-24/+7
| * | rtc: s5m: select REGMAP_I2CBartosz Golaszewski2021-01-161-0/+1
| * | rtc: opal: set rangeAlexandre Belloni2021-01-131-6/+8
| * | rtc: tx4939: Remove driverThomas Bogendoerfer2021-01-133-311/+0
| * | rtc: rx6110: fix build against modular I2CArnd Bergmann2021-01-121-2/+2
| * | rtc: pm8xxx: Read ALARM_EN and update to alarm enabled statusGuixiong Wei2021-01-121-0/+9
| |/
* | Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-02-223-534/+0
|\ \
| * | rtc: mrst: Remove driver for deprecated platformAndy Shevchenko2021-01-253-534/+0
| |/
* | rtc: mc146818: Dont test for bit 0-5 in Register DThomas Gleixner2021-02-022-4/+4
* | rtc: mc146818: Detect and handle broken RTCsThomas Gleixner2021-01-272-0/+15
|/
* Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2020-12-20117-772/+558
|\
| * rtc: pcf2127: only use watchdog when explicitly availableUwe Kleine-König2020-12-191-1/+2
| * rtc: fix RTC removalAlexandre Belloni2020-12-161-1/+0
| * rtc: s3c: Remove dead code related to periodic tick handlingMarek Szyprowski2020-12-031-224/+2
| * rtc: s3c: Disable all enable (RTC, tick) bits in the probeMarek Szyprowski2020-12-031-0/+4
| * rtc: ep93xx: Fix NULL pointer dereference in ep93xx_rtc_read_timeNikita Shubin2020-12-031-3/+3
| * rtc: test: remove debug messageAlexandre Belloni2020-12-031-1/+0
| * rtc: mxc{,_v2}: enable COMPILE_TESTAlexandre Belloni2020-12-031-2/+6
| * rtc: enable RTC framework on ARCH=umJohannes Berg2020-12-031-1/+3
| * rtc: pcf8523: use BITAlexandre Belloni2020-11-191-7/+7
| * rtc: pcf8523: set rangeAlexandre Belloni2020-11-191-11/+2
| * rtc: pcf8523: switch to devm_rtc_allocate_deviceAlexandre Belloni2020-11-191-3/+4
| * 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-19110-120/+117
| * rtc: nvmem: emit an error message when nvmem registration failsBartosz Golaszewski2020-11-194-8/+8
| * rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski2020-11-1927-30/+30
| * rtc: nvmem: remove nvram ABIAlexandre Belloni2020-11-1916-98/+1
| * rtc: omap: use devm_pinctrl_register()Bartosz Golaszewski2020-11-191-7/+2
| * rtc: sc27xx: Always read normal alarmAlexandre Belloni2020-11-191-36/+2
| * rtc: mxc: use of_device_get_match_dataAlexandre Belloni2020-11-171-3/+1
| * rtc: mxc: Convert the driver to DT-onlyFabio Estevam2020-11-171-20/+1
| * rtc: rx6110: add i2c supportClaudius Heine2020-11-172-32/+153
| * rtc: Kconfig: Fix typo in help message of rx 6110Claudius Heine2020-11-171-1/+1
| * rtc: ds1307: Drop of_match_ptr and CONFIG_OF protectionsAndy Shevchenko2020-11-171-4/+2
| * rtc: ds1307: Make use of device propertiesAndy Shevchenko2020-11-171-17/+21
| * rtc: ds1307: Remove non-valid ACPI IDsAndy Shevchenko2020-11-171-35/+1
| * rtc: at91rm9200: Add sam9x60 compatibleAlexandre Belloni2020-11-171-0/+3
| * rtc: at91rm9200: add correction supportAlexandre Belloni2020-11-171-4/+99