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 E7A8BC433F5 for ; Fri, 11 Mar 2022 12:09:22 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2A99483AE6; Fri, 11 Mar 2022 13:09:20 +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=1647000560; bh=qe7S5DUzSNHvnR81xDVaV3suhIwq+KjFPON/ahkyyo8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=golpV6HlrZ6Rex2IsxN7YvzrjEDOzH7DEJH/ScxMQ4o7e338DH9jB7D5of9jVyT8l 6LYclAcaRK1/Cim5r8DOEvLUMWwZqz8ak4YZe88G9JZNPL0r8XsikSSG/hPEsbrYoq YFygILdzzVNgOHj920v6EbflJ8IreVSs/6z4gYCrCY+Fjp2mk3qi817Uob7T1WQKeg 2piEWuwthNqlS+r+vsGlaRYO8nQIW/3DdzcT35vwRgi3FD6jPAxAWdTCImc85Mf6gw vf5uDp9u9F+kfojICcAEFUFjnjUsdrrpW7EAeQ9e877Bhk14UEWnYe9xpiJpAE4+7H TahXlEtJVVYaA== 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 3D8BD83ADE; Fri, 11 Mar 2022 13:09:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1647000557; bh=qe7S5DUzSNHvnR81xDVaV3suhIwq+KjFPON/ahkyyo8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=NXqdjKz+p38UUVTTKFvtqy2K6Q6NTlNYx+oHpfNq+1XeOPmadINcoZ8ne7xKgNYlz 71QzNEayqp/VXtCaT1gWCjaJDbKpF/oMB1ILEactt688LZp2JIEuoqcTeSzqdWFBYQ odixSiTdUJ+KGqNsj1/BBVkt2lC/kNT9OEPV9A32b9I/29a1OY67rO3V8JfkdqOhcA +zO0Npa9EV5qPFa4ttOF/sVtP9w/DDBcXUyNeTNy3mEFUQVix+czCCOnBsyz5wL3ZE REjETWCJ7FU2Iwp738vlkExiVUW8h7DU7DKryrNNvVFATQINxQMz/qHDgbtLhjI430 nadxvwcPs95jQ== Date: Fri, 11 Mar 2022 13:09:08 +0100 From: Lukasz Majewski To: Tom Rini Cc: u-boot@lists.denx.de, 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: <20220311130908.70725c76@ktm> In-Reply-To: <20220310185205.GA1949208@bill-the-cat> References: <20220222080401.6859-1-lukma@denx.de> <20220310185205.GA1949208@bill-the-cat> 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_/q56g7SnqdT=qJKvdolU5ZC3"; 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_/q56g7SnqdT=qJKvdolU5ZC3 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Tom, > On Tue, Feb 22, 2022 at 09:03:58AM +0100, Lukasz Majewski wrote: > > 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 > > Signed-off-by: Lukasz Majewski > > Reviewed-by: Jaehoon Chung > > --- > >=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 >=20 > This needs to be migrated to Kconfig fully / correctly as well, not > just changing the whitelist entry. >=20 But there is follow up patch, which adds proper entry to Kconfig with new name: https://patchwork.ozlabs.org/project/uboot/patch/20220222080401.6859-2-lukm= a@denx.de/ The idea was to first rename the CONFIG_POWER_TPS65217 to CONFIG_PMIC_TPS65217 (as a single patch) and then provide DM support for TPS65217 with proper (renamed) Kconfig entry. 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_/q56g7SnqdT=qJKvdolU5ZC3 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEgAyFJ+N6uu6+XupJAR8vZIA0zr0FAmIrO+QACgkQAR8vZIA0 zr3iYggAlNy07bpUCeJ7tbxrINbOD8QOaSQT4H48rxpMf4aE5yz0pq1CuJt37V7p WNms2XMMXzxkIktCz/7MU1nRyhST1baEAVp4oeCTjAX7r59/D6lIRTYvg5PIN8L8 U+LLZinowyuxqMyG61mQNQmRaK2GptlVZDh3yKDvcH6uidTbcO8NIybV+NQvQ5MR lrny+Ews+rfI9OAr0MFuacrNozR/LnR+eMMg3/7LSQRTEYCa/H1K3FAF5nnZmZHl qoDvKCJ5KeoCcR7ZkSZTo3VzVcd8X5vkGVgb+sM75R0UYCm6jgSnb0EaYb8waHMG 15cxzout0iPo24ju1EpFnLUrTYzzAg== =CEAf -----END PGP SIGNATURE----- --Sig_/q56g7SnqdT=qJKvdolU5ZC3--