All of lore.kernel.org
 help / color / mirror / Atom feed
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: Mon, 17 Nov 2025 07:30:15 -0600	[thread overview]
Message-ID: <20251117133015.GE2125796@bill-the-cat> (raw)
In-Reply-To: <DEATIC39P9JQ.24GJE4VJJVRSB@kernel.org>

[-- Attachment #1: Type: text/plain, Size: 605 bytes --]

On Mon, Nov 17, 2025 at 09:13:36AM +0100, Michael Walle wrote:
> >> +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).
> 
> Yeah, sorry, This was a copy and paste error from the very next
> config entry. I'll fix it in v2 and add a patch to convert the
> existing tristate to bool.
> 
> > This is I assume otherwise
> > checkpatch warning free and compiles on sandbox?
> 
> Yeah, except for the missing maintainers entry.

OK, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2025-11-17 13:30 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
2025-11-17  8:13     ` Michael Walle
2025-11-17 13:30       ` Tom Rini [this message]
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=20251117133015.GE2125796@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.