[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250407193521.634807-1-apokusinski01@gmail.com>
Date: Mon, 7 Apr 2025 21:35:18 +0200
From: Antoni Pokusinski <apokusinski01@...il.com>
To: alexandre.belloni@...tlin.com,
krzk+dt@...nel.org,
conor+dt@...nel.org,
robh@...nel.org,
alexander.stein@...tq-group.com
Cc: linux-rtc@...r.kernel.org,
linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org,
Antoni Pokusinski <apokusinski01@...il.com>
Subject: [PATCH 0/3] add support for RV8063 SPI rtc
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
Antoni Pokusinski (3):
rtc: pcf85063: create pcf85063_i2c_probe
rtc: pcf85063: add support for RV8063
dt-bindings: rtc: add binding for RV8063
.../devicetree/bindings/rtc/nxp,pcf85063.yaml | 33 +++-
drivers/rtc/Kconfig | 21 ++-
drivers/rtc/rtc-pcf85063.c | 169 +++++++++++++++---
3 files changed, 186 insertions(+), 37 deletions(-)
--
2.25.1
Powered by blists - more mailing lists