[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1692699931.git.waqar.hameed@axis.com>
Date: Tue, 22 Aug 2023 12:25:31 +0200
From: Waqar Hameed <waqar.hameed@...s.com>
To: Alessandro Zummo <a.zummo@...ertech.it>,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>
CC: <kernel@...s.com>, <linux-kernel@...r.kernel.org>,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
<linux-rtc@...r.kernel.org>, <devicetree@...r.kernel.org>
Subject: [PATCH v2 0/2] Add a driver for Epson RX8111 RTC
In this patch series we add a basic driver for Epson RX8111 RTC with support for
only reading/writing the time and the `ioctl`s `RTC_VL_READ` and `RTC_VL_CLR`.
Datasheet: https://support.epson.biz/td/api/doc_check.php?dl=app_RX8111CE&lang=en
Changes in v2:
* Move dt-bindings to `trivial-rtc.yaml`.
Link to v1: https://lore.kernel.org/lkml/cover.1691158774.git.waqar.hameed@axis.com/
I decided to send v2 now since it has been a while, and I didn't get any
comments for `rtc-rx8111.c` in v1.
Waqar Hameed (2):
dt-bindings: rtc: Add Epson RX8111
rtc: Add driver for Epson RX8111
.../devicetree/bindings/rtc/trivial-rtc.yaml | 1 +
drivers/rtc/Kconfig | 10 +
drivers/rtc/Makefile | 1 +
drivers/rtc/rtc-rx8111.c | 411 ++++++++++++++++++
4 files changed, 423 insertions(+)
create mode 100644 drivers/rtc/rtc-rx8111.c
base-commit: ec351c8f2e6211054e51e661589cddd1fe856425
--
2.30.2
Powered by blists - more mailing lists