Linux RTC
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] RTC for 6.14
Date: Thu, 30 Jan 2025 23:48:56 +0100	[thread overview]
Message-ID: <2025013022485633b00737@mail.local> (raw)

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

             reply	other threads:[~2025-01-30 22:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-30 22:48 Alexandre Belloni [this message]
2025-01-31  2:00 ` [GIT PULL] RTC for 6.14 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2025013022485633b00737@mail.local \
    --to=alexandre.belloni@bootlin.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox