From: Tom Rini <trini@konsulko.com>
To: Michael Walle <mwalle@kernel.org>
Cc: u-boot@lists.denx.de
Subject: Re: [PATCH 1/2] drivers: rtc: add PCF85063 support
Date: Fri, 14 Nov 2025 09:22:36 -0600 [thread overview]
Message-ID: <20251114152236.GB6688@bill-the-cat> (raw)
In-Reply-To: <20251114151255.2008694-2-mwalle@kernel.org>
[-- Attachment #1: Type: text/plain, Size: 1093 bytes --]
On Fri, Nov 14, 2025 at 04:12:47PM +0100, Michael Walle wrote:
> Add support for the Microcrystal RV8263 and compatible RTCs. The
> driver's name was taken from linux. It should work with any NXP PCF85063
> compatible RTCs. It was tested with a RV8263.
>
> Signed-off-by: Michael Walle <mwalle@kernel.org>
> ---
> drivers/rtc/Kconfig | 8 +++
> drivers/rtc/Makefile | 1 +
> drivers/rtc/pcf85063.c | 107 +++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 116 insertions(+)
> create mode 100644 drivers/rtc/pcf85063.c
>
> diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
> index ed903999f06..2336f2e57c9 100644
> --- a/drivers/rtc/Kconfig
> +++ b/drivers/rtc/Kconfig
> @@ -161,6 +161,14 @@ config RTC_MAX313XX
> - Temperature sensor
> - CLKOUT generation
>
> +config RTC_PCF85063
> + tristate "Enable PCF85063 driver"
tristate is wrong for U-Boot, only bool is meaningful (and I need to go
update checkpatch.pl to complain about this). This is I assume otherwise
checkpatch warning free and compiles on sandbox?
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2025-11-14 15:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-14 15:12 [PATCH 0/2] Add support for two RTCs Michael Walle
2025-11-14 15:12 ` [PATCH 1/2] drivers: rtc: add PCF85063 support Michael Walle
2025-11-14 15:22 ` Tom Rini [this message]
2025-11-17 8:13 ` Michael Walle
2025-11-17 13:30 ` Tom Rini
2025-11-14 15:12 ` [PATCH 2/2] drivers: rtc: add RV3032 support Michael Walle
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=20251114152236.GB6688@bill-the-cat \
--to=trini@konsulko.com \
--cc=mwalle@kernel.org \
--cc=u-boot@lists.denx.de \
/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 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.