This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 00453419575d Merge tag 'siox/for-6.9-rc1' of git://git.kernel.org/pub/s [...] new f4282a4303dc rtc: ds1511: drop useless checks new 4e7a9e2ea2f1 rtc: ds1511: drop useless computation new 3f31f1729d56 rtc: ds1511: drop dead code new 8f973799c352 rtc: ds1511: drop useless enum new 22e1b2c7a4e8 rtc: ds1511: fix function definition new 6529ab38c8a5 rtc: ds1511: remove incomplete UIE support new 434c9d03ea0d rtc: ds1511: remove ds1511_rtc_update_alarm new f891570be594 rtc: ds1511: let the core know when alarm are not supported new d949f040a0dc rtc: ds1511: remove partial alarm support new 418501fd53f1 rtc: ds1511: implement ds1511_rtc_read_alarm properly new 19922e879997 rtc: ds1511: rename pdata new 29c411f242ea rtc: ds1511: drop inline/noinline hints new e40512a4f5cb rtc: ds1511: set range new 50891bd19f1e rtc: ds1511: set alarm offset limit new 787bcc982cd6 rtc: pcf8523: add suspend handlers for alarm IRQ new e8c0498505b0 dt-bindings: rtc: convert MT2717 RTC to the json-schema new aef3952ec13f dt-bindings: rtc: convert MT7622 RTC to the json-schema new 16816e6a3693 dt-bindings: at91rm9260-rtt: add sam9x7 compatible new 3100fd1aa8e4 rtc: m41t80: Use the unified property API get the wakeup-s [...] new 626e2b54645a dt-bindings: rtc: abx80x: convert to yaml new 544c42f798e1 rtc: mt6397: select IRQ_DOMAIN instead of depending on it new c12e67e076cb rtc: max31335: fix interrupt status reg new babfeb9cbe7e rtc: nct3018y: fix possible NULL dereference new 1e60ac6b8b57 MAINTAINERS: adjust file entry in ARM/Mediatek RTC DRIVER new 32a6be085835 dt-bindings: rtc: abx80x: Improve checks on trickle charge [...] new 6b6ca096115e rtc: class: make rtc_class constant new f0109900462d dt-bindings: rtc: zynqmp: Add support for Versal/Versal NET SoCs new f7cee094fb3b MAINTAINER: Include linux-arm-msm for Qualcomm RTC patches new 3faae16b5aae Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/ [...] new 3fbd56f0e7c1 ARM64: Dynamically allocate cpumasks and increase supporte [...] new 1d63d1d9e5c5 perf: starfive: fix 64-bit only COMPILE_TEST condition new 661dc19066ef Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
The 32 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: .../devicetree/bindings/rtc/abracon,abx80x.txt | 31 -- .../devicetree/bindings/rtc/abracon,abx80x.yaml | 98 ++++++ .../bindings/rtc/atmel,at91sam9260-rtt.yaml | 4 +- .../bindings/rtc/mediatek,mt2712-rtc.yaml | 39 +++ .../bindings/rtc/mediatek,mt7622-rtc.yaml | 52 ++++ .../devicetree/bindings/rtc/rtc-mt2712.txt | 14 - .../devicetree/bindings/rtc/rtc-mt7622.txt | 21 -- .../devicetree/bindings/rtc/xlnx,zynqmp-rtc.yaml | 11 +- MAINTAINERS | 5 +- arch/arm64/Kconfig | 3 +- drivers/perf/Kconfig | 3 +- drivers/rtc/Kconfig | 3 +- drivers/rtc/class.c | 21 +- drivers/rtc/interface.c | 2 +- drivers/rtc/rtc-ds1511.c | 340 +++++++-------------- drivers/rtc/rtc-m41t80.c | 5 +- drivers/rtc/rtc-max31335.c | 2 +- drivers/rtc/rtc-nct3018y.c | 6 +- drivers/rtc/rtc-pcf8523.c | 25 ++ include/linux/rtc.h | 2 +- kernel/power/suspend_test.c | 2 +- kernel/time/alarmtimer.c | 2 +- 22 files changed, 362 insertions(+), 329 deletions(-) delete mode 100644 Documentation/devicetree/bindings/rtc/abracon,abx80x.txt create mode 100644 Documentation/devicetree/bindings/rtc/abracon,abx80x.yaml create mode 100644 Documentation/devicetree/bindings/rtc/mediatek,mt2712-rtc.yaml create mode 100644 Documentation/devicetree/bindings/rtc/mediatek,mt7622-rtc.yaml delete mode 100644 Documentation/devicetree/bindings/rtc/rtc-mt2712.txt delete mode 100644 Documentation/devicetree/bindings/rtc/rtc-mt7622.txt