Commit da7ca04e331e for kernel

commit da7ca04e331e3e83f661e29c30d381a91e6ca245
Merge: 6ca693ea903d 3c8f28578a0d
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sat Jun 27 11:00:18 2026 -0700

    Merge tag 'rtc-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux

    Pull RTC updates from Alexandre Belloni:
     "Most of the work and improvements are for features of the m41t93.

      The ds1307 also gets support for OSF (Oscillator Stop Flag) for
      new variants.

      The pcap driver is being removed as the Motorola EZX support was
      removed a while ago.

      Subsystem:
       - add rtc_read_next_alarm() to read next expiring timer

      Drivers:
       - ds1307: handle OSF for ds1337/ds1339/ds3231, add clock provider for
         ds1307, fix wday for rx8130
       - m41t93: DT support, alarm, clock provider, watchdog support
       - mv: add suspend/resume support for wakeup
       - pcap: remove driver
       - renesas-rtca3: many fixes"

    * tag 'rtc-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: (36 commits)
      rtc: ds1307: update reference to removed CONFIG_RTC_DRV_DS1307_HWMON
      platform/x86: amd-pmc: Fix S0i3 wakeup with alarmtimer
      rtc: s35390a: fix typo in comment
      rtc: cmos: unregister HPET IRQ handler on probe failure
      rtc: ds1307: Fix off-by-one issue with wday for rx8130
      dt-bindings: rtc: ds1307: Add epson,rx8901
      rtc: bq32000: add delay between RTC reads
      rtc: m41t93: Add watchdog support
      rtc: m41t93: Add square wave clock provider support
      rtc: m41t93: Add alarm support
      rtc: m41t93: migrate to regmap api for register access
      rtc: m41t93: add device tree support
      dt-bindings: rtc: Add ST m41t93
      rtc: ds1307: add support for clock provider in ds1307
      rtc: mv: add suspend/resume support for wakeup
      rtc: aspeed: add AST2700 compatible
      dt-bindings: rtc: add ASPEED AST2700 compatible
      rtc: interface: fix typos in rtc_handle_legacy_irq() documentation
      rtc: msc313: fix NULL deref in shared IRQ handler at probe
      rtc: remove unused pcap driver
      ...