[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <202506292215542e5ecbab@mail.local>
Date: Mon, 30 Jun 2025 00:15:54 +0200
From: Alexandre Belloni <alexandre.belloni@...tlin.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-rtc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] RTC fixes for 6.16
Hello Linus,
Here are some fixes for 6.16. The cmos one is important for PREEMPT_RT. I've
also added the s5m changes as they had a dependency on the MFD pull request that
was included in 6.16-rc1 and we didn't synchronize before the merge window and
they won't hurt.
The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/rtc-6.16-fixes
for you to fetch changes up to 08d82d0cad51c2b1d454fe41ea1ff96ade676961:
rtc: pcf2127: add missing semicolon after statement (2025-06-24 16:06:14 +0200)
----------------------------------------------------------------
RTC fixes for 6.16
Drivers:
- cmos: use spin_lock_irqsave in cmos_interrupt
- pcf2127: fix SPI command byte for PCF2131
- s5m: add S2MPG10 support
----------------------------------------------------------------
André Draszik (7):
rtc: s5m: cache device type during probe
rtc: s5m: prepare for external regmap
rtc: s5m: add support for S2MPG10 RTC
rtc: s5m: fix a typo: peding -> pending
rtc: s5m: switch to devm_device_init_wakeup
rtc: s5m: replace regmap_update_bits with regmap_clear/set_bits
rtc: s5m: replace open-coded read/modify/write registers with regmap helpers
Elena Popa (1):
rtc: pcf2127: fix SPI command byte for PCF2131
Hugo Villeneuve (1):
rtc: pcf2127: add missing semicolon after statement
Mateusz Jończyk (1):
rtc: cmos: use spin_lock_irqsave in cmos_interrupt
drivers/rtc/rtc-cmos.c | 10 ++-
drivers/rtc/rtc-pcf2127.c | 7 +-
drivers/rtc/rtc-s5m.c | 197 ++++++++++++++++++++++++++++++----------------
3 files changed, 140 insertions(+), 74 deletions(-)
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
Powered by blists - more mailing lists