[GIT PULL] RTC for 6.14

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello Linus,

Here is the RTC subsystem pull request for 6.14. Not much this cycle,
there are multiple small fixes. I took the last patch a bit late but
this has been tested independently by two other developers.

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/rtc-6.14

for you to fetch changes up to 97274527e8dc709bbb4c7cb44279a12d085da9ef:

  rtc: pcf2127: add BSM support (2025-01-29 00:42:29 +0100)

----------------------------------------------------------------
RTC for 6.13

Subsystem:
 - use boolean values with device_init_wakeup()

Drivers:
 - pcf2127: add BSM support
 - pcf85063: fix possible out of bound write

----------------------------------------------------------------
Alexandre Belloni (1):
      rtc: pcf2127: add BSM support

Dan Carpenter (1):
      rtc: tps6594: Fix integer overflow on 32bit systems

Dr. David Alan Gilbert (1):
      rtc: Remove hpet_rtc_dropped_irq()

Fabio Estevam (1):
      dt-bindings: rtc: mxc: Document fsl,imx31-rtc

Geert Uytterhoeven (1):
      rtc: RTC_DRV_SPEAR should not default to y when compile-testing

Krzysztof Kozlowski (1):
      rtc: stm32: Use syscon_regmap_lookup_by_phandle_args

Michal Simek (1):
      rtc: zynqmp: Fix optional clock name property

Ming Wang (1):
      rtc: loongson: clear TOY_MATCH0_REG in loongson_rtc_isr()

Oleksij Rempel (1):
      rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read

Wolfram Sang (1):
      rtc: use boolean values with device_init_wakeup()

 Documentation/devicetree/bindings/rtc/rtc-mxc.yaml | 10 ++-
 arch/x86/include/asm/hpet.h                        |  1 -
 arch/x86/kernel/hpet.c                             |  6 --
 drivers/rtc/Kconfig                                |  2 +-
 drivers/rtc/rtc-88pm80x.c                          |  2 +-
 drivers/rtc/rtc-88pm860x.c                         |  2 +-
 drivers/rtc/rtc-amlogic-a4.c                       |  6 +-
 drivers/rtc/rtc-armada38x.c                        |  2 +-
 drivers/rtc/rtc-as3722.c                           |  2 +-
 drivers/rtc/rtc-at91rm9200.c                       |  2 +-
 drivers/rtc/rtc-at91sam9.c                         |  2 +-
 drivers/rtc/rtc-cadence.c                          |  2 +-
 drivers/rtc/rtc-cmos.c                             |  7 +-
 drivers/rtc/rtc-cpcap.c                            |  2 +-
 drivers/rtc/rtc-cros-ec.c                          |  2 +-
 drivers/rtc/rtc-da9055.c                           |  2 +-
 drivers/rtc/rtc-ds3232.c                           |  2 +-
 drivers/rtc/rtc-isl1208.c                          |  2 +-
 drivers/rtc/rtc-jz4740.c                           |  2 +-
 drivers/rtc/rtc-loongson.c                         | 17 +++--
 drivers/rtc/rtc-lp8788.c                           |  2 +-
 drivers/rtc/rtc-lpc32xx.c                          |  2 +-
 drivers/rtc/rtc-max77686.c                         |  2 +-
 drivers/rtc/rtc-max8925.c                          |  2 +-
 drivers/rtc/rtc-max8997.c                          |  2 +-
 drivers/rtc/rtc-meson-vrtc.c                       |  2 +-
 drivers/rtc/rtc-mpc5121.c                          |  2 +-
 drivers/rtc/rtc-mt6397.c                           |  2 +-
 drivers/rtc/rtc-mv.c                               |  4 +-
 drivers/rtc/rtc-mxc.c                              |  2 +-
 drivers/rtc/rtc-mxc_v2.c                           |  2 +-
 drivers/rtc/rtc-omap.c                             |  2 +-
 drivers/rtc/rtc-palmas.c                           |  2 +-
 drivers/rtc/rtc-pcf2127.c                          | 82 ++++++++++++++++++++++
 drivers/rtc/rtc-pcf85063.c                         | 11 ++-
 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-rc5t619.c                          |  2 +-
 drivers/rtc/rtc-renesas-rtca3.c                    |  2 +-
 drivers/rtc/rtc-rk808.c                            |  2 +-
 drivers/rtc/rtc-s3c.c                              |  2 +-
 drivers/rtc/rtc-s5m.c                              |  2 +-
 drivers/rtc/rtc-sa1100.c                           |  2 +-
 drivers/rtc/rtc-sc27xx.c                           |  4 +-
 drivers/rtc/rtc-sh.c                               |  2 +-
 drivers/rtc/rtc-spear.c                            |  4 +-
 drivers/rtc/rtc-stm32.c                            | 22 ++----
 drivers/rtc/rtc-sun6i.c                            |  2 +-
 drivers/rtc/rtc-sunplus.c                          |  4 +-
 drivers/rtc/rtc-tegra.c                            |  2 +-
 drivers/rtc/rtc-test.c                             |  2 +-
 drivers/rtc/rtc-tps6586x.c                         |  2 +-
 drivers/rtc/rtc-tps65910.c                         |  2 +-
 drivers/rtc/rtc-tps6594.c                          |  2 +-
 drivers/rtc/rtc-twl.c                              |  2 +-
 drivers/rtc/rtc-wm831x.c                           |  2 +-
 drivers/rtc/rtc-wm8350.c                           |  2 +-
 drivers/rtc/rtc-xgene.c                            |  4 +-
 drivers/rtc/rtc-zynqmp.c                           |  8 +--
 61 files changed, 180 insertions(+), 102 deletions(-)

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com




[Index of Archives]     [Linux Sound]     [ALSA Users]     [ALSA Devel]     [Linux Audio Users]     [Linux Media]     [Kernel]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux