Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Pull RTC updates from Alexandre Belloni: "It is now possible to add custom sysfs attributes while avoiding a possible race condition. Unused code has been removed resulting in a nice reduction of the code base. And more drivers have been switched to SPDX by their maintainers. Summary: Subsystem: - new helpers to add custom sysfs attributes - struct rtc_task removal along with rtc_irq_[un]register() - rtc_irq_set_state and rtc_irq_set_freq are not exported anymore Drivers: - armada38x: reset after rtc power loss - ds1307: now supports m41t11 - isl1208: now supports isl1219 and tamper detection - pcf2127: internal SRAM support" * tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: (34 commits) rtc: ds1307: simplify hwmon config rtc: s5m: Add SPDX license identifier rtc: maxim: Add SPDX license identifiers rtc: isl1219: add device tree documentation rtc: isl1208: set ev-evienb bit from device tree rtc: isl1208: Add "evdet" interrupt source for isl1219 rtc: isl1208: add support for isl1219 with tamper detection rtc: sysfs: facilitate attribute add to rtc device rtc: remove struct rtc_task char: rtc: remove task handling rtc: pcf85063: preserve control register value between stop and start rtc: sh: remove unused variable rtc_dev rtc: unexport rtc_irq_set_* rtc: simplify rtc_irq_set_state/rtc_irq_set_freq rtc: remove irq_task and irq_task_lock rtc: remove rtc_irq_register/rtc_irq_unregister rtc: sh: remove dead code rtc: sa1100: don't set PIE frequency rtc: ds1307: support m41t11 variant rtc: ds1307: fix data pointer to m41t0 ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/rtc/isil,isl1219.txt 29 additions, 0 deletionsDocumentation/devicetree/bindings/rtc/isil,isl1219.txt
- Documentation/devicetree/bindings/rtc/rtc-ds1307.txt 1 addition, 0 deletionsDocumentation/devicetree/bindings/rtc/rtc-ds1307.txt
- drivers/char/rtc.c 0 additions, 13 deletionsdrivers/char/rtc.c
- drivers/rtc/Kconfig 0 additions, 21 deletionsdrivers/rtc/Kconfig
- drivers/rtc/class.c 2 additions, 3 deletionsdrivers/rtc/class.c
- drivers/rtc/interface.c 16 additions, 81 deletionsdrivers/rtc/interface.c
- drivers/rtc/rtc-armada38x.c 23 additions, 0 deletionsdrivers/rtc/rtc-armada38x.c
- drivers/rtc/rtc-bq4802.c 4 additions, 0 deletionsdrivers/rtc/rtc-bq4802.c
- drivers/rtc/rtc-core.h 14 additions, 0 deletionsdrivers/rtc/rtc-core.h
- drivers/rtc/rtc-dev.c 4 additions, 4 deletionsdrivers/rtc/rtc-dev.c
- drivers/rtc/rtc-ds1307.c 16 additions, 2 deletionsdrivers/rtc/rtc-ds1307.c
- drivers/rtc/rtc-ds1685.c 0 additions, 590 deletionsdrivers/rtc/rtc-ds1685.c
- drivers/rtc/rtc-isl1208.c 169 additions, 23 deletionsdrivers/rtc/rtc-isl1208.c
- drivers/rtc/rtc-m48t59.c 0 additions, 4 deletionsdrivers/rtc/rtc-m48t59.c
- drivers/rtc/rtc-max77686.c 7 additions, 13 deletionsdrivers/rtc/rtc-max77686.c
- drivers/rtc/rtc-max8997.c 7 additions, 13 deletionsdrivers/rtc/rtc-max8997.c
- drivers/rtc/rtc-max8998.c 7 additions, 13 deletionsdrivers/rtc/rtc-max8998.c
- drivers/rtc/rtc-omap.c 11 additions, 12 deletionsdrivers/rtc/rtc-omap.c
- drivers/rtc/rtc-pcf2127.c 62 additions, 6 deletionsdrivers/rtc/rtc-pcf2127.c
- drivers/rtc/rtc-pcf85063.c 11 additions, 10 deletionsdrivers/rtc/rtc-pcf85063.c
Loading
Please register or sign in to comment