]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge tag 'rtc-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Dec 2025 05:09:06 +0000 (17:09 +1200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Dec 2025 05:09:06 +0000 (17:09 +1200)
Pull RTC updates from Alexandre Belloni:
 "Subsystem:
   - stop setting max_user_freq from the individual drivers as this has
     not been hardware related for a while

  New drivers:
   - Andes ATCRTC100
   - Apple SMC
   - Nvidia VRS

  Drivers:
   - renesas-rtca3: add RZ/V2H support
   - tegra: add ACPI support"

* tag 'rtc-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: (34 commits)
  rtc: spacemit: MFD_SPACEMIT_P1 as dependencies
  rtc: atcrtc100: Fix signedness bug in probe()
  rtc: max31335: Fix ignored return value in set_alarm
  rtc: gamecube: Check the return value of ioremap()
  Documentation: ABI: testing: Fix "upto" typo in rtc-cdev
  rtc: Add new rtc-macsmc driver for Apple Silicon Macs
  dt-bindings: rtc: Add Apple SMC RTC
  MAINTAINERS: drop unneeded file entry in NVIDIA VRS RTC DRIVER
  rtc: isl12026: Add id_table
  rtc: renesas-rtca3: Add support for multiple reset lines
  dt-bindings: rtc: renesas,rz-rtca3: Add RZ/V2H support
  rtc: tegra: Replace deprecated SIMPLE_DEV_PM_OPS
  rtc: tegra: Add ACPI support
  rtc: tegra: Use devm_clk_get_enabled() in probe
  rtc: Kconfig: add MC34708 to mc13xxx help text
  rtc: s35390a: use u8 instead of char for register buffer
  rtc: nvvrs: add NVIDIA VRS RTC device driver
  dt-bindings: rtc: Document NVIDIA VRS RTC
  rtc: atcrtc100: Add ATCRTC100 RTC driver
  MAINTAINERS: Add entry for ATCRTC100 RTC driver
  ...

1  2 
MAINTAINERS
drivers/rtc/rtc-rx8025.c

diff --cc MAINTAINERS
index c9e416ba74c64e90629c0b7d7941f879c9ac589e,051abbe5953c5eb86e07b7df6452bfe653a71c25..56975a34e0de4497c88b4e35ba0dc7c254edb85a
@@@ -2475,11 -2435,10 +2475,12 @@@ F:   Documentation/devicetree/bindings/pi
  F:    Documentation/devicetree/bindings/power/apple*
  F:    Documentation/devicetree/bindings/power/reset/apple,smc-reboot.yaml
  F:    Documentation/devicetree/bindings/pwm/apple,s5l-fpwm.yaml
+ F:    Documentation/devicetree/bindings/rtc/apple,smc-rtc.yaml
  F:    Documentation/devicetree/bindings/spi/apple,spi.yaml
  F:    Documentation/devicetree/bindings/spmi/apple,spmi.yaml
 +F:    Documentation/devicetree/bindings/usb/apple,dwc3.yaml
  F:    Documentation/devicetree/bindings/watchdog/apple,wdt.yaml
 +F:    Documentation/hwmon/macsmc-hwmon.rst
  F:    arch/arm64/boot/dts/apple/
  F:    drivers/bluetooth/hci_bcm4377.c
  F:    drivers/clk/clk-apple-nco.c
Simple merge