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 fixes for 6.16
Date: Mon, 30 Jun 2025 00:15:54 +0200 [thread overview]
Message-ID: <202506292215542e5ecbab@mail.local> (raw)
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
next reply other threads:[~2025-06-29 23:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-29 22:15 Alexandre Belloni [this message]
2025-07-01 0:19 ` [GIT PULL] RTC fixes for 6.16 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=202506292215542e5ecbab@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.