From: Ibrahim Tilki <Ibrahim.Tilki@analog.com>
To: <a.zummo@towertech.it>, <alexandre.belloni@bootlin.com>,
<jdelvare@suse.com>, <linux@roeck-us.net>, <robh+dt@kernel.org>,
<krzysztof.kozlowski+dt@linaro.org>
Cc: Ibrahim Tilki <Ibrahim.Tilki@analog.com>,
<linux-rtc@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-hwmon@vger.kernel.org>, <devicetree@vger.kernel.org>
Subject: [PATCH v2 0/2] drivers: rtc: add max313xx series rtc driver
Date: Wed, 26 Oct 2022 16:11:22 +0300 [thread overview]
Message-ID: <20221026131124.289-1-Ibrahim.Tilki@analog.com> (raw)
changelog:
since v2:
- dtbinding: update title and description
- dtbinding: remove last example
- drop watchdog support
- support reading 12Hr format instead of forcing 24hr at probe time
- use "tm_year % 100" instead of range check
- refactor max313xx_init for readability
Ibrahim Tilki (2):
drivers: rtc: add max313xx series rtc driver
dt-bindings: rtc: add bindings for max313xx RTCs
.../devicetree/bindings/rtc/adi,max313xx.yaml | 151 +++
drivers/rtc/Kconfig | 11 +
drivers/rtc/Makefile | 1 +
drivers/rtc/rtc-max313xx.c | 1069 +++++++++++++++++
4 files changed, 1232 insertions(+)
create mode 100644 Documentation/devicetree/bindings/rtc/adi,max313xx.yaml
create mode 100644 drivers/rtc/rtc-max313xx.c
--
2.25.1
next reply other threads:[~2022-10-26 13:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-26 13:11 Ibrahim Tilki [this message]
2022-10-26 13:11 ` [PATCH v2 1/2] drivers: rtc: add max313xx series rtc driver Ibrahim Tilki
2022-10-26 14:53 ` Guenter Roeck
2022-10-26 13:11 ` [PATCH v2 2/2] dt-bindings: rtc: add bindings for max313xx RTCs Ibrahim Tilki
2022-10-26 14:18 ` Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221026131124.289-1-Ibrahim.Tilki@analog.com \
--to=ibrahim.tilki@analog.com \
--cc=a.zummo@towertech.it \
--cc=alexandre.belloni@bootlin.com \
--cc=devicetree@vger.kernel.org \
--cc=jdelvare@suse.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rtc@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox