From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 338EBC433F5 for ; Thu, 3 Mar 2022 09:29:12 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E19E483D2B; Thu, 3 Mar 2022 10:29:09 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1646299750; bh=5W88bU/XDlUlwVqrUa8eR2OtOqAmoNpiJlw+TNAOwnA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=tPQ4A7Oj0wTx+u9M0/lF8qwCAJaNJCX3sOxyVl0lb3HSNo59xYYfsqJB9+Vd14f3H Ke6/MlgTuv9dujytVN4yS3KW7AFerNlXr28FEMNqfVcG3V9B3E4x+1fqeiyXL8eitZ ZlAHYt1XUaR755D2oilbtHeJJhs5eXEF/PY5x9ar6yta9ne8IjGq/Ts2s1KSthhSD0 TJEmADYsFyapBgMZ7cri2hDcLEHsrOifyEvb3Yy9PW4cj22pCc4O5BIlTflROft1aB 1j7gQRo0pdHCNAaF0yvh9ote9/HCzVVQI5+cBY1tbwlRCNb5A8MTBpn3oBFsrEdMrl wiyngZQgWrlMQ== Received: from ktm (85-222-111-42.dynamic.chello.pl [85.222.111.42]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: lukma@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id AB98983BEF; Thu, 3 Mar 2022 10:29:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1646299748; bh=5W88bU/XDlUlwVqrUa8eR2OtOqAmoNpiJlw+TNAOwnA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Wut17P+mF6nOwoAq2Oth64wyfMI6zXOjAtITcHomCEW5bWbCeX7H2j85r96/Mfzu+ XQuLZEo8Nw+3dXD8v8uUkYVg4uB2Ua3B9qpaJxzja1DbmCG4ooaoehUH5UUOv72cok uG/P9MkB1w4qWmauoDAjfUgT/jqDhJhnda1H8TZhOsyRP+F3FLXyWqK7OzeF4Do2rw lqaEKgJ2BHzOrnPmx6HKKBrr8J4hO+BtlfwbzHq1tkN/9M1FbrSO+rTna8Fva/HEdv brdqMK5gVPkIIzoE8TCyYYcl/MaaRQWZRcIIzv8CCPDSaAwqgpWgQfk3Dl11uV+PLh s8DaMhZ80Pbzw== Date: Thu, 3 Mar 2022 10:29:06 +0100 From: Lukasz Majewski To: Tom Rini , u-boot@lists.denx.de Cc: Andre Przywara , Enric Balletbo i Serra , Govindaraji Sivanantham , Hannes Schmelzer , Heiko Schocher , Hiremath Gireesh , Jaehoon Chung , Marcin Niestroj , Marek =?UTF-8?B?QmVow7pu?= , Patrick Delaunay , Priyanka Jain , Quentin Schulz , Rick Chen , Samuel Holland , Simon Glass , Sjoerd Simons , Stefan Roese , Stephan Gerhold Subject: Re: [PATCH 1/3] power: Rename CONFIG_POWER_TPS65217 with CONFIG_PMIC_TPS65217 Message-ID: <20220303102906.45a61c6f@ktm> In-Reply-To: <20220222080401.6859-1-lukma@denx.de> References: <20220222080401.6859-1-lukma@denx.de> Organization: denx.de X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/x/dEBUh7nIv_lb9GRoStsC8"; protocol="application/pgp-signature" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean --Sig_/x/dEBUh7nIv_lb9GRoStsC8 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Tom, > Up till now the CONFIG_POWER_TPS65217 has been defined in several > header files for am335x SoC. >=20 > This patch renames it to CONFIG_PMIC_TPS65217, which better reflects > the role of this IC circuit. >=20 Gentle ping on this patch series. > Signed-off-by: Lukasz Majewski > --- >=20 > drivers/power/pmic/Makefile | 2 +- > include/configs/am335x_evm.h | 2 +- > include/configs/am335x_guardian.h | 2 +- > include/configs/am335x_shc.h | 2 +- > include/configs/am335x_sl50.h | 2 +- > include/configs/brppt1.h | 2 +- > include/configs/bur_am335x_common.h | 2 +- > include/configs/chiliboard.h | 2 +- > scripts/config_whitelist.txt | 2 +- > 9 files changed, 9 insertions(+), 9 deletions(-) >=20 > diff --git a/drivers/power/pmic/Makefile b/drivers/power/pmic/Makefile > index 401cde32cf..584d6e0e78 100644 > --- a/drivers/power/pmic/Makefile > +++ b/drivers/power/pmic/Makefile > @@ -36,7 +36,7 @@ obj-$(CONFIG_POWER_MUIC_MAX8997) +=3D muic_max8997.o > obj-$(CONFIG_POWER_PCA9450) +=3D pmic_pca9450.o > obj-$(CONFIG_POWER_PFUZE100) +=3D pmic_pfuze100.o > obj-$(CONFIG_POWER_PFUZE3000) +=3D pmic_pfuze3000.o > -obj-$(CONFIG_POWER_TPS65217) +=3D pmic_tps65217.o > +obj-$(CONFIG_PMIC_TPS65217) +=3D pmic_tps65217.o > obj-$(CONFIG_POWER_TPS65218) +=3D pmic_tps62362.o > obj-$(CONFIG_POWER_TPS65218) +=3D pmic_tps65218.o > obj-$(CONFIG_POWER_TPS65910) +=3D pmic_tps65910.o > diff --git a/include/configs/am335x_evm.h > b/include/configs/am335x_evm.h index 9070845b7a..7b02d91e47 100644 > --- a/include/configs/am335x_evm.h > +++ b/include/configs/am335x_evm.h > @@ -166,7 +166,7 @@ > #define CONFIG_SYS_NS16550_COM6 0x481aa000 /* > UART5 */=20 > /* PMIC support */ > -#define CONFIG_POWER_TPS65217 > +#define CONFIG_PMIC_TPS65217 > #define CONFIG_POWER_TPS65910 > =20 > /* SPL */ > diff --git a/include/configs/am335x_guardian.h > b/include/configs/am335x_guardian.h index 10a95a10a0..e6e7000529 > 100644 --- a/include/configs/am335x_guardian.h > +++ b/include/configs/am335x_guardian.h > @@ -95,7 +95,7 @@ > #define CONFIG_SYS_NS16550_COM6 0x481aa000 /* > UART5 */=20 > /* PMIC support */ > -#define CONFIG_POWER_TPS65217 > +#define CONFIG_PMIC_TPS65217 > =20 > /* Bootcount using the RTC block */ > #define CONFIG_SYS_BOOTCOUNT_LE > diff --git a/include/configs/am335x_shc.h > b/include/configs/am335x_shc.h index 5ed4eb3b3c..5ac46bf42b 100644 > --- a/include/configs/am335x_shc.h > +++ b/include/configs/am335x_shc.h > @@ -156,7 +156,7 @@ > #define CONFIG_SYS_NS16550_COM6 0x481aa000 /* > UART5 */=20 > /* PMIC support */ > -#define CONFIG_POWER_TPS65217 > +#define CONFIG_PMIC_TPS65217 > =20 > /* SPL */ > =20 > diff --git a/include/configs/am335x_sl50.h > b/include/configs/am335x_sl50.h index 0da98975ad..e8233c6cca 100644 > --- a/include/configs/am335x_sl50.h > +++ b/include/configs/am335x_sl50.h > @@ -50,7 +50,7 @@ > #define CONFIG_SYS_NS16550_COM6 0x481aa000 /* > UART5 */=20 > /* PMIC support */ > -#define CONFIG_POWER_TPS65217 > +#define CONFIG_PMIC_TPS65217 > #define CONFIG_POWER_TPS65910 > =20 > /* SPL */ > diff --git a/include/configs/brppt1.h b/include/configs/brppt1.h > index d5458edbdb..a9d4b84873 100644 > --- a/include/configs/brppt1.h > +++ b/include/configs/brppt1.h > @@ -22,7 +22,7 @@ > #define V_OSCK 26000000 /* Clock > output from T2 */ #define V_SCLK > (V_OSCK)=20 > -#define CONFIG_POWER_TPS65217 > +#define CONFIG_PMIC_TPS65217 > =20 > /* > * When we have NAND flash we expect to be making use of mtdparts, > diff --git a/include/configs/bur_am335x_common.h > b/include/configs/bur_am335x_common.h index 9b2e8b5c6e..129356b87f > 100644 --- a/include/configs/bur_am335x_common.h > +++ b/include/configs/bur_am335x_common.h > @@ -26,7 +26,7 @@ > /* Timer information */ > #define CONFIG_SYS_PTV 2 /* Divisor: > 2^(PTV+1) =3D> 8 */ #define CONFIG_SYS_TIMERBASE > 0x48040000 /* Use Timer2 */ -#define CONFIG_POWER_TPS65217 > +#define CONFIG_PMIC_TPS65217 > =20 > #include > =20 > diff --git a/include/configs/chiliboard.h > b/include/configs/chiliboard.h index fe49627263..85e8edab23 100644 > --- a/include/configs/chiliboard.h > +++ b/include/configs/chiliboard.h > @@ -107,7 +107,7 @@ > #define CONFIG_SYS_NS16550_COM6 0x481aa000 /* > UART5 */=20 > /* PMIC support */ > -#define CONFIG_POWER_TPS65217 > +#define CONFIG_PMIC_TPS65217 > =20 > /* SPL */ > /* Bootcount using the RTC block */ > diff --git a/scripts/config_whitelist.txt > b/scripts/config_whitelist.txt index 6b21e3918d..cf007c08a5 100644 > --- a/scripts/config_whitelist.txt > +++ b/scripts/config_whitelist.txt > @@ -640,6 +640,7 @@ CONFIG_PM > CONFIG_PMC_BR_PRELIM > CONFIG_PMC_OR_PRELIM > CONFIG_PME_PLAT_CLK_DIV > +CONFIG_PMIC_TPS65217 > CONFIG_PMU > CONFIG_PMW_BASE > CONFIG_POST > @@ -658,7 +659,6 @@ CONFIG_POWER_PFUZE3000_I2C_ADDR > CONFIG_POWER_SPI > CONFIG_POWER_TPS62362 > CONFIG_POWER_TPS65090_EC > -CONFIG_POWER_TPS65217 > CONFIG_POWER_TPS65218 > CONFIG_POWER_TPS65910 > CONFIG_PPC_CLUSTER_START Best regards, Lukasz Majewski -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de --Sig_/x/dEBUh7nIv_lb9GRoStsC8 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEgAyFJ+N6uu6+XupJAR8vZIA0zr0FAmIgimIACgkQAR8vZIA0 zr32GggA4AAc45Qwo5QuoMg9ESMI8MU2J76VAennlIE1QzAZ32C5JHcF/1Szjyuy vmEq8SjZzMl+xp6Zx9CAx8y0JdruyqqFnjyB0CsEZ2jRsizABEle1IVjxWZ7abFY UKPIrvSzK/0vi5mVnOnuL9xfH6OLGA6FE9ARXsHar8vC8WtAK26N4hX/IlqYdYqx gm1CqGpA6zVAQDZdgeEJFz0GhbZyF4iuzAAZyizFtoJf2VvVYiy12LORSEOnE13U anV6kYlDQhPLiK+Qsgk2+LX7ybsKs7v9E5MfVNDyQir9uAfbmM6++f9WWycmTshT EQAGJpzjLeBczHBKcYUQZn4urq471g== =LycG -----END PGP SIGNATURE----- --Sig_/x/dEBUh7nIv_lb9GRoStsC8--