All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] rtc: Ensure DT compatibles have SPI device IDs
@ 2021-09-23 19:49 Mark Brown
  2021-09-23 19:49 ` [PATCH v1 1/3] rtc: ds1302: Add SPI ID table Mark Brown
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Mark Brown @ 2021-09-23 19:49 UTC (permalink / raw)
  To: Alessandro Zummo, Alexandre Belloni; +Cc: linux-rtc, Mark Brown

Currently autoloading for SPI devices does not use the DT ID table, it uses
SPI modalises. Supporting OF modalises is going to be difficult if not
impractical, an attempt was made but has been reverted, so this series
adds SPI IDs where they aren't provided for a given modalias.

Mark Brown (3):
  rtc: ds1302: Add SPI ID table
  rtc: ds1390: Add SPI ID table
  rtc: pcf2123: Add SPI ID table

 drivers/rtc/rtc-ds1302.c  | 7 +++++++
 drivers/rtc/rtc-ds1390.c  | 7 +++++++
 drivers/rtc/rtc-pcf2123.c | 9 +++++++++
 3 files changed, 23 insertions(+)


base-commit: e73f0f0ee7541171d89f2e2491130c7771ba58d3
-- 
2.20.1


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

end of thread, other threads:[~2021-09-25 21:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-23 19:49 [PATCH v1 0/3] rtc: Ensure DT compatibles have SPI device IDs Mark Brown
2021-09-23 19:49 ` [PATCH v1 1/3] rtc: ds1302: Add SPI ID table Mark Brown
2021-09-23 19:49 ` [PATCH v1 2/3] rtc: ds1390: " Mark Brown
2021-09-23 19:49 ` [PATCH v1 3/3] rtc: pcf2123: " Mark Brown
2021-09-25 21:29 ` [PATCH v1 0/3] rtc: Ensure DT compatibles have SPI device IDs Alexandre Belloni

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.