public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Remove use of i2c_match_id in RTC
@ 2026-03-05 19:35 Andrew Davis
  2026-03-05 19:35 ` [PATCH v2 1/6] rtc: abx80x: Remove use of i2c_match_id() Andrew Davis
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Andrew Davis @ 2026-03-05 19:35 UTC (permalink / raw)
  To: Alexandre Belloni; +Cc: linux-rtc, linux-kernel, Andrew Davis

Hello all,

RTC subsystem is one of the last still using i2c_match_id().
This is a v2 but nothing is changed from last time. If I'm
not sending this to the right folks let me know.

Thanks,
Andrew

Andrew Davis (6):
  rtc: abx80x: Remove use of i2c_match_id()
  rtc: m41t80: Remove use of i2c_match_id()
  rtc: pcf2127: Remove use of i2c_match_id()
  rtc: rs5c372: Remove use of i2c_match_id()
  rtc: rv8803: Remove use of i2c_match_id()
  rtc: rx8025: Remove use of i2c_match_id()

 drivers/rtc/rtc-abx80x.c  |  3 +--
 drivers/rtc/rtc-m41t80.c  |  8 +-------
 drivers/rtc/rtc-pcf2127.c | 23 +++++++----------------
 drivers/rtc/rtc-rs5c372.c |  7 +------
 drivers/rtc/rtc-rv8803.c  |  8 +-------
 drivers/rtc/rtc-rx8025.c  |  4 +---
 6 files changed, 12 insertions(+), 41 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2026-03-12 14:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-05 19:35 [PATCH v2 0/6] Remove use of i2c_match_id in RTC Andrew Davis
2026-03-05 19:35 ` [PATCH v2 1/6] rtc: abx80x: Remove use of i2c_match_id() Andrew Davis
2026-03-05 19:35 ` [PATCH v2 2/6] rtc: m41t80: " Andrew Davis
2026-03-05 19:35 ` [PATCH v2 3/6] rtc: pcf2127: " Andrew Davis
2026-03-05 19:35 ` [PATCH v2 4/6] rtc: rs5c372: " Andrew Davis
2026-03-05 19:35 ` [PATCH v2 5/6] rtc: rv8803: " Andrew Davis
2026-03-05 19:35 ` [PATCH v2 6/6] rtc: rx8025: " Andrew Davis
2026-03-05 23:07 ` [PATCH v2 0/6] Remove use of i2c_match_id in RTC Alexandre Belloni
2026-03-06 15:01   ` Andrew Davis
2026-03-07  0:09     ` Alexandre Belloni
2026-03-12 14:16 ` Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox