This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 831c1926ee72 Merge tag 'uml-for-linus-6.13-rc1' of git://git.kernel.org [...] new 870b8e3d1da9 dt-bindings: rtc: mpfs-rtc: Add PIC64GX compatibility new f8560812be1d dt-bindings: rtc: mpfs-rtc: Properly name file new 71c61a45c951 dt-bindings: rtc: renesas,rzg3s-rtc: Document the Renesas [...] new d4488377609e rtc: renesas-rtca3: Add driver for RTCA-3 available on Ren [...] new 0a6efab33eab rtc: cmos: avoid taking rtc_lock for extended period of time new 8f315a5c7376 rtc: renesas-rtca3: Fix compilation error on RISC-V new d93f8ac23b50 dt-bindings: rtc: mpfs-rtc: remove Lewis from maintainers new e5eab1aeae76 rtc: Switch back to struct platform_driver::remove() new 5127135f738e rtc: Makefile: Replace spaces with tab. new b6cd7adec0cf rtc: st-lpc: Use IRQF_NO_AUTOEN flag in request_irq() new 49fd6f907f46 rtc: rtc-mc146818-lib: Use is_leap_year instead of calcula [...] new d4a6161f242b rtc: isl12022: Prepare for extending rtc device drvdata new c62d658e5253 rtc: isl12022: Add alarm support new 5a36826a5909 rtc: isl12022: Replace uint8_t types with u8 new 60f0108bccc8 rtc: bbnsm: add remove hook new 9beeecbd63d5 dt-bindings: rtc: sun6i: Add Allwinner A523 support new 34bbdc12d04e rtc: mt6359: Add RTC hardware range and add support for st [...] new d6f471a74790 rtc: mt6359: Use RTC_TC_DOW hardware register for wday new 10e078b273ee rtc: abx80x: Fix WDT bit position of the status register new b263d7c10212 rtc: pcf8563: Sort headers alphabetically new 00f1bb9b8486 rtc: pcf8563: Switch to regmap new e8ba8a2bc4f6 rtc: check if __rtc_read_time was successful in rtc_timer_ [...] new 82ee16cfb290 rtc: add driver for Marvell 88PM886 PMIC RTC new ce57cf7319e5 dt-bindings: rtc: Add Amlogic A4 and A5 RTC new c89ac9182ee2 rtc: support for the Amlogic on-chip RTC new a012d430a4f2 MAINTAINERS: Add an entry for Amlogic RTC driver new eb4ffa400104 rtc: amlogic-a4: drop error messages new 6cc79a629571 rtc: amlogic-a4: fix compile error new 55727188dfa3 rtc: rzn1: fix BCD to rtc_time conversion errors new 1f7a0c648344 rtc: rzn1: update Michel's email new bb3d498f013e rtc: rv3028: fix RV3028_TS_COUNT type new fb1283bfa25e rtc: ab-eoz9: fix abeoz9_rtc_read_alarm new a06e4a93067c rtc: m48t59: Use platform_data struct for year offset value new 5b42edefd733 rtc: brcmstb-waketimer: don't include 'pm_wakeup.h' directly new 1ec371bab200 m68k: mvme147, mvme16x: Adopt rtc-m48t59 platform driver new 692f983b2dc9 rtc: rzn1: drop superfluous wday calculation new 3ed345c948ef rtc: rzn1: reduce register access new e0779a0dcf41 rtc: ab-eoz9: don't fail temperature reads on undervoltage [...] new 0e287d31b62b Merge tag 'rtc-6.13' of git://git.kernel.org/pub/scm/linux [...]
The 39 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../bindings/rtc/allwinner,sun6i-a31-rtc.yaml | 4 +- .../devicetree/bindings/rtc/amlogic,a4-rtc.yaml | 63 ++ ...ochip,mfps-rtc.yaml => microchip,mpfs-rtc.yaml} | 10 +- .../devicetree/bindings/rtc/renesas,rz-rtca3.yaml | 84 ++ MAINTAINERS | 17 + arch/m68k/configs/multi_defconfig | 1 + arch/m68k/configs/mvme147_defconfig | 1 + arch/m68k/configs/mvme16x_defconfig | 1 + arch/m68k/include/asm/mvme147hw.h | 19 +- arch/m68k/include/asm/mvme16xhw.h | 18 +- arch/m68k/mvme147/config.c | 55 +- arch/m68k/mvme16x/Makefile | 2 +- arch/m68k/mvme16x/config.c | 57 +- arch/m68k/mvme16x/rtc.c | 165 ---- arch/sparc/kernel/time_32.c | 1 + arch/sparc/kernel/time_64.c | 1 + drivers/rtc/Kconfig | 33 + drivers/rtc/Makefile | 5 +- drivers/rtc/interface.c | 7 +- drivers/rtc/rtc-88pm80x.c | 2 +- drivers/rtc/rtc-88pm860x.c | 2 +- drivers/rtc/rtc-88pm886.c | 97 +++ drivers/rtc/rtc-ab-eoz9.c | 11 +- drivers/rtc/rtc-ab8500.c | 2 +- drivers/rtc/rtc-abx80x.c | 2 +- drivers/rtc/rtc-ac100.c | 2 +- drivers/rtc/rtc-amlogic-a4.c | 465 +++++++++++ drivers/rtc/rtc-asm9260.c | 2 +- drivers/rtc/rtc-at91rm9200.c | 2 +- drivers/rtc/rtc-at91sam9.c | 2 +- drivers/rtc/rtc-brcmstb-waketimer.c | 3 +- drivers/rtc/rtc-cadence.c | 2 +- drivers/rtc/rtc-cmos.c | 33 +- drivers/rtc/rtc-cros-ec.c | 2 +- drivers/rtc/rtc-ds1685.c | 2 +- drivers/rtc/rtc-ftrtc010.c | 2 +- drivers/rtc/rtc-hid-sensor-time.c | 2 +- drivers/rtc/rtc-imxdi.c | 2 +- drivers/rtc/rtc-isl12022.c | 269 +++++- drivers/rtc/rtc-loongson.c | 2 +- drivers/rtc/rtc-lpc24xx.c | 2 +- drivers/rtc/rtc-m48t59.c | 26 +- drivers/rtc/rtc-max77686.c | 2 +- drivers/rtc/rtc-mc13xxx.c | 2 +- drivers/rtc/rtc-mc146818-lib.c | 6 +- drivers/rtc/rtc-mpc5121.c | 2 +- drivers/rtc/rtc-mpfs.c | 2 +- drivers/rtc/rtc-mt6397.c | 29 +- drivers/rtc/rtc-mt7622.c | 2 +- drivers/rtc/rtc-mv.c | 2 +- drivers/rtc/rtc-mxc_v2.c | 2 +- drivers/rtc/rtc-nxp-bbnsm.c | 20 +- drivers/rtc/rtc-omap.c | 2 +- drivers/rtc/rtc-palmas.c | 2 +- drivers/rtc/rtc-pcf50633.c | 2 +- drivers/rtc/rtc-pcf8563.c | 212 ++--- drivers/rtc/rtc-pic32.c | 2 +- drivers/rtc/rtc-pm8xxx.c | 2 +- drivers/rtc/rtc-pxa.c | 2 +- drivers/rtc/rtc-rc5t583.c | 2 +- drivers/rtc/rtc-renesas-rtca3.c | 900 +++++++++++++++++++++ drivers/rtc/rtc-rtd119x.c | 2 +- drivers/rtc/rtc-rv3028.c | 6 +- drivers/rtc/rtc-rzn1.c | 92 +-- drivers/rtc/rtc-s3c.c | 2 +- drivers/rtc/rtc-sa1100.c | 2 +- drivers/rtc/rtc-sh.c | 2 +- drivers/rtc/rtc-spear.c | 2 +- drivers/rtc/rtc-st-lpc.c | 5 +- drivers/rtc/rtc-stm32.c | 2 +- drivers/rtc/rtc-stmp3xxx.c | 2 +- drivers/rtc/rtc-sunplus.c | 2 +- drivers/rtc/rtc-tegra.c | 2 +- drivers/rtc/rtc-tps6586x.c | 2 +- drivers/rtc/rtc-twl.c | 2 +- drivers/rtc/rtc-vt8500.c | 2 +- drivers/rtc/rtc-wm8350.c | 2 +- drivers/rtc/rtc-xgene.c | 2 +- drivers/rtc/rtc-zynqmp.c | 2 +- include/linux/mfd/88pm886.h | 9 + include/linux/rtc/m48t59.h | 3 + 81 files changed, 2221 insertions(+), 599 deletions(-) create mode 100644 Documentation/devicetree/bindings/rtc/amlogic,a4-rtc.yaml rename Documentation/devicetree/bindings/rtc/{microchip,mfps-rtc.yaml => microchip [...] create mode 100644 Documentation/devicetree/bindings/rtc/renesas,rz-rtca3.yaml delete mode 100644 arch/m68k/mvme16x/rtc.c create mode 100644 drivers/rtc/rtc-88pm886.c create mode 100644 drivers/rtc/rtc-amlogic-a4.c create mode 100644 drivers/rtc/rtc-renesas-rtca3.c