All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vladimir Oltean <vladimir.oltean@nxp.com>
To: Priyanka Jain <priyanka.jain@nxp.com>
Cc: "u-boot@lists.denx.de" <u-boot@lists.denx.de>,
	Michael Walle <michael@walle.cc>, Tom Rini <trini@konsulko.com>,
	Leo Li <leoyang.li@nxp.com>, Simon Glass <sjg@chromium.org>
Subject: Re: [PATCH 08/15] rtc: pcf2127: remove U-Boot specific compatible string
Date: Tue, 7 Dec 2021 14:06:29 +0000	[thread overview]
Message-ID: <20211207140629.qquvxbnp7vauysnc@skbuf> (raw)
In-Reply-To: <AM6PR04MB51445F0F683AF85EA18FE2EAE66E9@AM6PR04MB5144.eurprd04.prod.outlook.com>

On Tue, Dec 07, 2021 at 04:53:11AM +0000, Priyanka Jain wrote:
> >-----Original Message-----
> >From: Vladimir Oltean <vladimir.oltean@nxp.com>
> >Sent: Thursday, December 2, 2021 8:24 PM
> >To: u-boot@lists.denx.de
> >Cc: Michael Walle <michael@walle.cc>; Tom Rini <trini@konsulko.com>;
> >Priyanka Jain <priyanka.jain@nxp.com>; Leo Li <leoyang.li@nxp.com>; Simon
> >Glass <sjg@chromium.org>
> >Subject: [PATCH 08/15] rtc: pcf2127: remove U-Boot specific compatible string
> >
> >Now that all in-tree boards have been converted to the compatible strings
> >from Linux, delete the support for the ad-hoc "pcf2127-rtc" one.
> >
> >Cc: Simon Glass <sjg@chromium.org>
> >Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
> >---
> > drivers/rtc/pcf2127.c | 1 -
> > 1 file changed, 1 deletion(-)
> >
> >diff --git a/drivers/rtc/pcf2127.c b/drivers/rtc/pcf2127.c index
> >291ef0329a3e..2f3fafb4968f 100644
> >--- a/drivers/rtc/pcf2127.c
> >+++ b/drivers/rtc/pcf2127.c
> >@@ -120,7 +120,6 @@ static const struct rtc_ops pcf2127_rtc_ops = {  };
> >
> > static const struct udevice_id pcf2127_rtc_ids[] = {
> >-	{ .compatible = "pcf2127-rtc" },
> > 	{ .compatible = "nxp,pcf2127" },
> > 	{ .compatible = "nxp,pcf2129" },
> > 	{ .compatible = "nxp,pca2129" },
> >--
> >2.25.1
> 
> Kindly confirm no existing platform uses this?
> Is build tested pass for all platforms?

I don't know how to trigger a build test for all platforms, sorry.
But I ran a "grep" across the whole tree for "pcf2127-rtc".
In fact I noticed just now that there is one extra occurrence at the
time of this patch in fsl-ls1028a-rdb.dts (the board itself whose dts is
synced with Linux in the next to last patch). I definitely meant to
change the fsl-ls1028a-rdb.dts RTC compatible string as part of a
separate patch as well, but it appears that I missed it and I'm doing it
as part of the dts sync patch. I'll change this in the next series.

Hopefully the fact that there aren't any remaining occurrences of the
string in the tree is sufficient proof?

  reply	other threads:[~2021-12-07 14:06 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-02 14:53 [PATCH 00/15] Sync NXP LS1028A-RDB device trees between U-Boot and Linux Vladimir Oltean
2021-12-02 14:53 ` [PATCH 01/15] i2c: muxes: pca954x: add PCA9847 variant Vladimir Oltean
2021-12-03  5:25   ` Heiko Schocher
2021-12-07  4:41   ` Priyanka Jain
2021-12-02 14:53 ` [PATCH 02/15] rtc: pcf2127: sync with Linux compatible strings Vladimir Oltean
2021-12-03 20:13   ` Simon Glass
2021-12-02 14:53 ` [PATCH 03/15] arm: dts: ls1028a-qds: use Linux compatible string for RTC Vladimir Oltean
2021-12-07  4:46   ` Priyanka Jain
2021-12-02 14:53 ` [PATCH 04/15] arm: ls1088a-qds: " Vladimir Oltean
2021-12-07  4:47   ` Priyanka Jain
2021-12-02 14:53 ` [PATCH 05/15] arm: ls1088a-rdb: " Vladimir Oltean
2021-12-07  4:50   ` Priyanka Jain
2021-12-02 14:54 ` [PATCH 06/15] arm: lx2160a-qds: " Vladimir Oltean
2021-12-07  4:51   ` Priyanka Jain
2021-12-02 14:54 ` [PATCH 07/15] arm: dts: lx2160a-rdb: " Vladimir Oltean
2021-12-07  4:51   ` Priyanka Jain
2021-12-02 14:54 ` [PATCH 08/15] rtc: pcf2127: remove U-Boot specific compatible string Vladimir Oltean
2021-12-03 20:13   ` Simon Glass
2021-12-03 22:09     ` Vladimir Oltean
2021-12-04  1:02       ` Simon Glass
2021-12-07  4:53   ` Priyanka Jain
2021-12-07 14:06     ` Vladimir Oltean [this message]
2021-12-07 14:46       ` Tom Rini
2021-12-07 14:48         ` Vladimir Oltean
2021-12-02 14:54 ` [PATCH 09/15] arm: dts: ls1028a-rdb: sort nodes alphabetically Vladimir Oltean
2021-12-07  4:54   ` Priyanka Jain
2021-12-02 14:54 ` [PATCH 10/15] arm: dts: ls1028a-rdb: sync Ethernet device tree nodes with Linux Vladimir Oltean
2021-12-07  4:58   ` Priyanka Jain
2021-12-02 14:54 ` [PATCH 11/15] arm: dts: ls1028a-rdb: disable DSPI nodes Vladimir Oltean
2021-12-07  4:59   ` Priyanka Jain
2021-12-02 14:54 ` [PATCH 12/15] arm: dts: ls1028a-rdb: disable I2C buses 1 through 7 Vladimir Oltean
2021-12-07  5:00   ` Priyanka Jain
2021-12-02 14:54 ` [PATCH 13/15] arm: dts: ls1028a-rdb: enable PCIe controllers from U-Boot dtsi Vladimir Oltean
2021-12-02 14:54 ` [PATCH 14/15] arm: dts: ls1028a-rdb: sync device tree with Linux Vladimir Oltean
2021-12-07  5:07   ` Priyanka Jain
2021-12-02 14:54 ` [PATCH 15/15] arm: dts: ls1028a-qds: declare in-band autoneg for Ethernet ports Vladimir Oltean
2021-12-07  5:10   ` Priyanka Jain
2021-12-03 10:04 ` [PATCH 00/15] Sync NXP LS1028A-RDB device trees between U-Boot and Linux Vladimir Oltean

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=20211207140629.qquvxbnp7vauysnc@skbuf \
    --to=vladimir.oltean@nxp.com \
    --cc=leoyang.li@nxp.com \
    --cc=michael@walle.cc \
    --cc=priyanka.jain@nxp.com \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --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.