Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Pull RTC updates from Alexandre Belloni: "Two new drivers this cycle and a significant rework of the CMOS driver make the bulk of the changes. I also carry powerpc changes with the agreement of Michael. New drivers: - Sunplus SP7021 RTC - Nintendo GameCube, Wii and Wii U RTC Driver updates: - cmos: refactor UIP handling and presence check, fix century - rs5c372: offset correction support, report low voltage - rv8803: Epson RX8804 support" * tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: (33 commits) rtc: sunplus: fix return value in sp_rtc_probe() rtc: cmos: Evaluate century appropriate rtc: gamecube: Fix an IS_ERR() vs NULL check rtc: mc146818-lib: fix signedness bug in mc146818_get_time() dt-bindings: rtc: qcom-pm8xxx-rtc: update register numbers rtc: pxa: fix null pointer dereference rtc: ftrtc010: Use platform_get_irq() to get the interrupt rtc: Move variable into switch case statement rtc: pcf2127: Fix typo in comment dt-bindings: rtc: Add Sunplus RTC json-schema rtc: Add driver for RTC in Sunplus SP7021 rtc: rs5c372: fix incorrect oscillation value on r2221tl rtc: rs5c372: add offset correction support rtc: cmos: avoid UIP when writing alarm time rtc: cmos: avoid UIP when reading alarm time rtc: mc146818-lib: refactor mc146818_does_rtc_work rtc: mc146818-lib: refactor mc146818_get_time rtc: mc146818-lib: extract mc146818_avoid_UIP rtc: mc146818-lib: fix RTC presence check rtc: Check return value from mc146818_get_time() ...
Showing
- Documentation/devicetree/bindings/rtc/epson,rx8900.yaml 1 addition, 0 deletionsDocumentation/devicetree/bindings/rtc/epson,rx8900.yaml
- Documentation/devicetree/bindings/rtc/qcom-pm8xxx-rtc.yaml 8 additions, 1 deletionDocumentation/devicetree/bindings/rtc/qcom-pm8xxx-rtc.yaml
- Documentation/devicetree/bindings/rtc/sunplus,sp7021-rtc.yaml 56 additions, 0 deletions...mentation/devicetree/bindings/rtc/sunplus,sp7021-rtc.yaml
- MAINTAINERS 7 additions, 0 deletionsMAINTAINERS
- arch/alpha/kernel/rtc.c 6 additions, 1 deletionarch/alpha/kernel/rtc.c
- arch/powerpc/boot/dts/wii.dts 5 additions, 0 deletionsarch/powerpc/boot/dts/wii.dts
- arch/powerpc/configs/gamecube_defconfig 1 addition, 1 deletionarch/powerpc/configs/gamecube_defconfig
- arch/powerpc/configs/wii_defconfig 1 addition, 1 deletionarch/powerpc/configs/wii_defconfig
- arch/x86/kernel/hpet.c 6 additions, 2 deletionsarch/x86/kernel/hpet.c
- drivers/base/power/trace.c 5 additions, 1 deletiondrivers/base/power/trace.c
- drivers/rtc/Kconfig 24 additions, 0 deletionsdrivers/rtc/Kconfig
- drivers/rtc/Makefile 2 additions, 0 deletionsdrivers/rtc/Makefile
- drivers/rtc/dev.c 3 additions, 3 deletionsdrivers/rtc/dev.c
- drivers/rtc/rtc-cmos.c 130 additions, 71 deletionsdrivers/rtc/rtc-cmos.c
- drivers/rtc/rtc-da9063.c 10 additions, 6 deletionsdrivers/rtc/rtc-da9063.c
- drivers/rtc/rtc-ftrtc010.c 3 additions, 5 deletionsdrivers/rtc/rtc-ftrtc010.c
- drivers/rtc/rtc-gamecube.c 377 additions, 0 deletionsdrivers/rtc/rtc-gamecube.c
- drivers/rtc/rtc-mc146818-lib.c 119 additions, 63 deletionsdrivers/rtc/rtc-mc146818-lib.c
- drivers/rtc/rtc-pcf2127.c 1 addition, 1 deletiondrivers/rtc/rtc-pcf2127.c
- drivers/rtc/rtc-pcf85063.c 66 additions, 31 deletionsdrivers/rtc/rtc-pcf85063.c
Please register or sign in to comment