mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/3] add support for RV8063 SPI rtc
@ 2025-04-09 17:09 Antoni Pokusinski
  2025-04-09 17:09 ` [PATCH v2 1/3] rtc: pcf85063: create pcf85063_i2c_probe Antoni Pokusinski
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Antoni Pokusinski @ 2025-04-09 17:09 UTC (permalink / raw)
  To: alexandre.belloni, krzk+dt, conor+dt, robh, alexander.stein
  Cc: linux-rtc, linux-kernel, devicetree, Antoni Pokusinski

This patch series adds support for the Microcrystal RV8063 real time
clock module with SPI interface. This device is very similar to RV8263
(which however uses I2C), so I decided to extend the existing driver instead
of creating a new one.

RV8063 datasheet: https://www.microcrystal.com/fileadmin/Media/Products/RTC/App.Manual/RV-8063-C7_App-Manual.pdf

---
Changes since v1:
* pcf85063 driver: drop MODULE_ALIAS, add id_table
* dt-binding: add "pcf85063" to the commit message


Antoni Pokusinski (3):
  rtc: pcf85063: create pcf85063_i2c_probe
  rtc: pcf85063: add support for RV8063
  dt-bindings: rtc: pcf85063: add binding for RV8063

 .../devicetree/bindings/rtc/nxp,pcf85063.yaml |  33 +++-
 drivers/rtc/Kconfig                           |  21 ++-
 drivers/rtc/rtc-pcf85063.c                    | 175 +++++++++++++++---
 3 files changed, 192 insertions(+), 37 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2025-04-10  7:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-09 17:09 [PATCH v2 0/3] add support for RV8063 SPI rtc Antoni Pokusinski
2025-04-09 17:09 ` [PATCH v2 1/3] rtc: pcf85063: create pcf85063_i2c_probe Antoni Pokusinski
2025-04-09 17:09 ` [PATCH v2 2/3] rtc: pcf85063: add support for RV8063 Antoni Pokusinski
2025-04-09 17:09 ` [PATCH v2 3/3] dt-bindings: rtc: pcf85063: add binding " Antoni Pokusinski
2025-04-10  7:23   ` Krzysztof Kozlowski

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

all inboxes | Powered by JetHome®