From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Arnd Bergmann <arnd@kernel.org>, linux-arm-kernel@lists.infradead.org
Cc: Arnd Bergmann <arnd@arndb.de>,
Russell King <linux@armlinux.org.uk>,
Nicolas Ferre <nicolas.ferre@microchip.com>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Claudiu Beznea <claudiu.beznea@microchip.com>,
Florian Fainelli <f.fainelli@gmail.com>,
Ray Jui <rjui@broadcom.com>,
Scott Branden <sbranden@broadcom.com>,
Alexander Shiyan <shc_work@mail.ru>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Alim Akhtar <alim.akhtar@samsung.com>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
NXP Linux Team <linux-imx@nxp.com>,
Vladimir Zapolskiy <vz@mleia.com>,
Taichi Sugaya <sugaya.taichi@socionext.com>,
Takao Orito <orito.takao@socionext.com>,
Liviu Dudau <liviu.dudau@arm.com>,
Sudeep Holla <sudeep.holla@arm.com>,
Lorenzo Pieralisi <lpieralisi@kernel.org>,
Andrew Lunn <andrew@lunn.ch>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
Aaro Koskinen <aaro.koskinen@iki.fi>,
Janusz Krzysztofik <jmkrzyszt@gmail.com>,
Tony Lindgren <tony@atomide.com>,
Neil Armstrong <narmstrong@baylibre.com>,
Dinh Nguyen <dinguyen@kernel.org>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Alexandre Torgue <alexandre.torgue@foss.st.com>,
Chen-Yu Tsai <wens@csie.org>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Samuel Holland <samuel@sholland.org>,
Thierry Reding <thierry.reding@gmail.com>,
Jonathan Hunter <jonathanh@nvidia.com>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will@kernel.org>,
linux-kernel@vger.kernel.org, linux-aspeed@lists.ozlabs.org,
bcm-kernel-feedback-list@broadcom.com,
linux-rpi-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-omap@vger.kernel.org,
linux-oxnas@groups.io, linux-stm32@st-md-mailman.stormreply.com,
linux-sunxi@lists.linux.dev, linux-tegra@vger.kernel.org,
linux-sh@vger.kernel.org
Subject: Re: [PATCH 0/6] ARM: defconfig cleanups
Date: Fri, 22 Jul 2022 09:58:14 +0200 [thread overview]
Message-ID: <87o7xhpoix.fsf@BL-laptop> (raw)
In-Reply-To: <20220721141325.2413920-1-arnd@kernel.org>
Arnd Bergmann <arnd@kernel.org> writes:
> From: Arnd Bergmann <arnd@arndb.de>
>
> In the process of deprecating board files, I had to modify some defconfig
> files and ran into the same problem as everyone else that a lot of
> them are rather outdated. With some scripting, I managed to split out
> a preparation patch that puts all lines into the expected order without
> actually changing the contents.
>
> This helped doing the cleanup separately per Kconfig option that needed
> to be addressed. I only did a small portion of the follow-up changes
> to get to the point of being able to rebase my board changes on top,
> but I did manage to address some bugs that have crept in.
>
> If there are no objections, I'd apply this set to the arm/defconfig
> branch of the soc tree directly.
For mvebu related SoCs (orion5x, dove, mv78xx0, ...)
Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Thanks,
Gregory
>
> Arnd
>
> Arnd Bergmann (6):
> ARM: refresh defconfig files
> ARM: defconfig: remove irda remnants
> ARM: defconfig: remove stale CONFIG_ZBOOT_ROM entries
> ARM: defconfig: address renamed CONFIG_DEBUG_INFO=y
> ARM: defconfig: remove broken CONFIG_THUMB disables
> ARM: defconfig: kill remnants of CONFIG_LEDS
>
> Cc: Russell King <linux@armlinux.org.uk>
> Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
> Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
> Cc: Claudiu Beznea <claudiu.beznea@microchip.com>
> Cc: Florian Fainelli <f.fainelli@gmail.com>
> Cc: Ray Jui <rjui@broadcom.com>
> Cc: Scott Branden <sbranden@broadcom.com>
> Cc: Alexander Shiyan <shc_work@mail.ru>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Cc: Alim Akhtar <alim.akhtar@samsung.com>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: Sascha Hauer <s.hauer@pengutronix.de>
> Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
> Cc: Fabio Estevam <festevam@gmail.com>
> Cc: NXP Linux Team <linux-imx@nxp.com>
> Cc: Vladimir Zapolskiy <vz@mleia.com>
> Cc: Taichi Sugaya <sugaya.taichi@socionext.com>
> Cc: Takao Orito <orito.takao@socionext.com>
> Cc: Liviu Dudau <liviu.dudau@arm.com>
> Cc: Sudeep Holla <sudeep.holla@arm.com>
> Cc: Lorenzo Pieralisi <lpieralisi@kernel.org>
> Cc: Andrew Lunn <andrew@lunn.ch>
> Cc: Gregory Clement <gregory.clement@bootlin.com>
> Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
> Cc: Aaro Koskinen <aaro.koskinen@iki.fi>
> Cc: Janusz Krzysztofik <jmkrzyszt@gmail.com>
> Cc: Tony Lindgren <tony@atomide.com>
> Cc: Neil Armstrong <narmstrong@baylibre.com>
> Cc: Dinh Nguyen <dinguyen@kernel.org>
> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
> Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
> Cc: Chen-Yu Tsai <wens@csie.org>
> Cc: Jernej Skrabec <jernej.skrabec@gmail.com>
> Cc: Samuel Holland <samuel@sholland.org>
> Cc: Thierry Reding <thierry.reding@gmail.com>
> Cc: Jonathan Hunter <jonathanh@nvidia.com>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Will Deacon <will@kernel.org>
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: linux-kernel@vger.kernel.org
> Cc: linux-aspeed@lists.ozlabs.org
> Cc: bcm-kernel-feedback-list@broadcom.com
> Cc: linux-rpi-kernel@lists.infradead.org
> Cc: linux-samsung-soc@vger.kernel.org
> Cc: linux-omap@vger.kernel.org
> Cc: linux-oxnas@groups.io
> Cc: linux-stm32@st-md-mailman.stormreply.com
> Cc: linux-sunxi@lists.linux.dev
> Cc: linux-tegra@vger.kernel.org
> Cc: linux-sh@vger.kernel.org
>
> arch/arm/configs/am200epdkit_defconfig | 28 ++---
> arch/arm/configs/aspeed_g4_defconfig | 17 ++-
> arch/arm/configs/aspeed_g5_defconfig | 17 ++-
> arch/arm/configs/assabet_defconfig | 19 ++-
> arch/arm/configs/at91_dt_defconfig | 10 +-
> arch/arm/configs/axm55xx_defconfig | 26 ++--
> arch/arm/configs/badge4_defconfig | 17 +--
> arch/arm/configs/bcm2835_defconfig | 38 +++---
> arch/arm/configs/cerfcube_defconfig | 24 ++--
> arch/arm/configs/clps711x_defconfig | 6 +-
> arch/arm/configs/cm_x300_defconfig | 28 ++---
> arch/arm/configs/cns3420vb_defconfig | 20 ++--
> arch/arm/configs/colibri_pxa270_defconfig | 41 +++----
> arch/arm/configs/colibri_pxa300_defconfig | 12 +-
> arch/arm/configs/collie_defconfig | 22 ++--
> arch/arm/configs/corgi_defconfig | 51 ++++----
> arch/arm/configs/davinci_all_defconfig | 28 ++---
> arch/arm/configs/dove_defconfig | 32 +++--
> arch/arm/configs/ep93xx_defconfig | 18 ++-
> arch/arm/configs/eseries_pxa_defconfig | 36 ++----
> arch/arm/configs/exynos_defconfig | 24 ++--
> arch/arm/configs/ezx_defconfig | 74 ++++++------
> arch/arm/configs/footbridge_defconfig | 31 ++---
> arch/arm/configs/h3600_defconfig | 16 +--
> arch/arm/configs/h5000_defconfig | 20 ++--
> arch/arm/configs/hackkit_defconfig | 12 +-
> arch/arm/configs/hisi_defconfig | 24 ++--
> arch/arm/configs/imx_v4_v5_defconfig | 10 +-
> arch/arm/configs/imx_v6_v7_defconfig | 8 +-
> arch/arm/configs/integrator_defconfig | 2 +-
> arch/arm/configs/iop32x_defconfig | 23 ++--
> arch/arm/configs/ixp4xx_defconfig | 1 -
> arch/arm/configs/jornada720_defconfig | 16 +--
> arch/arm/configs/keystone_defconfig | 64 +++++-----
> arch/arm/configs/lart_defconfig | 21 ++--
> arch/arm/configs/lpc18xx_defconfig | 16 ++-
> arch/arm/configs/lpc32xx_defconfig | 12 +-
> arch/arm/configs/lpd270_defconfig | 11 +-
> arch/arm/configs/lubbock_defconfig | 21 ++--
> arch/arm/configs/magician_defconfig | 41 +++----
> arch/arm/configs/mainstone_defconfig | 15 ++-
> arch/arm/configs/milbeaut_m10v_defconfig | 6 +-
> arch/arm/configs/mini2440_defconfig | 8 +-
> arch/arm/configs/mmp2_defconfig | 32 +++--
> arch/arm/configs/moxart_defconfig | 20 ++--
> arch/arm/configs/mps2_defconfig | 18 ++-
> arch/arm/configs/multi_v4t_defconfig | 6 +-
> arch/arm/configs/multi_v5_defconfig | 14 +--
> arch/arm/configs/multi_v7_defconfig | 62 +++++-----
> arch/arm/configs/mv78xx0_defconfig | 36 +++---
> arch/arm/configs/mvebu_v5_defconfig | 32 +++--
> arch/arm/configs/mvebu_v7_defconfig | 4 +-
> arch/arm/configs/mxs_defconfig | 6 +-
> arch/arm/configs/neponset_defconfig | 30 ++---
> arch/arm/configs/netwinder_defconfig | 18 +--
> arch/arm/configs/nhk8815_defconfig | 8 +-
> arch/arm/configs/omap1_defconfig | 80 ++++++-------
> arch/arm/configs/omap2plus_defconfig | 17 ++-
> arch/arm/configs/orion5x_defconfig | 36 +++---
> arch/arm/configs/oxnas_v6_defconfig | 14 +--
> arch/arm/configs/palmz72_defconfig | 16 ++-
> arch/arm/configs/pcm027_defconfig | 24 ++--
> arch/arm/configs/pleb_defconfig | 8 +-
> arch/arm/configs/pxa168_defconfig | 22 ++--
> arch/arm/configs/pxa255-idp_defconfig | 21 ++--
> arch/arm/configs/pxa3xx_defconfig | 20 ++--
> arch/arm/configs/pxa910_defconfig | 26 ++--
> arch/arm/configs/pxa_defconfig | 140 ++++++++++------------
> arch/arm/configs/qcom_defconfig | 62 +++++-----
> arch/arm/configs/realview_defconfig | 8 +-
> arch/arm/configs/rpc_defconfig | 20 ++--
> arch/arm/configs/s3c2410_defconfig | 12 +-
> arch/arm/configs/s3c6400_defconfig | 4 +-
> arch/arm/configs/s5pv210_defconfig | 6 +-
> arch/arm/configs/sama5_defconfig | 8 +-
> arch/arm/configs/sama7_defconfig | 8 +-
> arch/arm/configs/shannon_defconfig | 10 +-
> arch/arm/configs/simpad_defconfig | 29 ++---
> arch/arm/configs/socfpga_defconfig | 8 +-
> arch/arm/configs/spear13xx_defconfig | 18 +--
> arch/arm/configs/spear3xx_defconfig | 12 +-
> arch/arm/configs/spear6xx_defconfig | 10 +-
> arch/arm/configs/spitz_defconfig | 51 ++++----
> arch/arm/configs/stm32_defconfig | 18 ++-
> arch/arm/configs/sunxi_defconfig | 2 +-
> arch/arm/configs/tct_hammer_defconfig | 14 +--
> arch/arm/configs/tegra_defconfig | 20 ++--
> arch/arm/configs/trizeps4_defconfig | 66 +++++-----
> arch/arm/configs/u8500_defconfig | 2 +-
> arch/arm/configs/versatile_defconfig | 4 +-
> arch/arm/configs/vexpress_defconfig | 8 +-
> arch/arm/configs/vf610m4_defconfig | 2 +-
> arch/arm/configs/viper_defconfig | 30 +++--
> arch/arm/configs/vt8500_v6_v7_defconfig | 2 +-
> arch/arm/configs/xcep_defconfig | 32 +++--
> arch/arm/configs/zeus_defconfig | 28 ++---
> arch/arm64/configs/defconfig | 2 +-
> arch/sh/configs/ecovec24_defconfig | 2 -
> 100 files changed, 989 insertions(+), 1189 deletions(-)
>
> --
> 2.29.2
>
--
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com
prev parent reply other threads:[~2022-07-22 7:58 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-21 14:13 [PATCH 0/6] ARM: defconfig cleanups Arnd Bergmann
2022-07-21 14:13 ` [PATCH 1/6] ARM: refresh defconfig files Arnd Bergmann
2022-07-21 14:36 ` Arnd Bergmann
2022-07-21 15:03 ` Jernej Škrabec
2022-07-21 15:33 ` Scott Branden
2022-07-21 15:36 ` Krzysztof Kozlowski
2022-07-22 7:02 ` Arnd Bergmann
2022-07-21 15:38 ` Krzysztof Kozlowski
2022-07-21 15:48 ` Krzysztof Kozlowski
2022-07-21 15:51 ` Nicolas Ferre
2022-07-22 15:12 ` Dinh Nguyen
2022-07-29 0:14 ` Andrew Jeffery
2022-07-21 14:13 ` [PATCH 2/6] ARM: defconfig: remove irda remnants Arnd Bergmann
2022-07-21 14:13 ` [PATCH 3/6] ARM: defconfig: remove stale CONFIG_ZBOOT_ROM entries Arnd Bergmann
2022-07-21 15:39 ` Krzysztof Kozlowski
2022-07-21 14:13 ` [PATCH 4/6] ARM: defconfig: address renamed CONFIG_DEBUG_INFO=y Arnd Bergmann
2022-07-21 15:42 ` Krzysztof Kozlowski
2022-07-21 20:43 ` Arnd Bergmann
2022-07-22 17:17 ` Krzysztof Kozlowski
2022-07-21 14:13 ` [PATCH 5/6] ARM: defconfig: remove broken CONFIG_THUMB disables Arnd Bergmann
2022-07-21 15:43 ` Krzysztof Kozlowski
2022-07-21 14:13 ` [PATCH 6/6] ARM: defconfig: kill remnants of CONFIG_LEDS Arnd Bergmann
2022-07-21 15:16 ` [PATCH 0/6] ARM: defconfig cleanups Sudeep Holla
2022-07-21 17:46 ` Neil Armstrong
2022-07-22 7:58 ` Gregory CLEMENT [this message]
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=87o7xhpoix.fsf@BL-laptop \
--to=gregory.clement@bootlin.com \
--cc=aaro.koskinen@iki.fi \
--cc=alexandre.belloni@bootlin.com \
--cc=alexandre.torgue@foss.st.com \
--cc=alim.akhtar@samsung.com \
--cc=andrew@lunn.ch \
--cc=arnd@arndb.de \
--cc=arnd@kernel.org \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=catalin.marinas@arm.com \
--cc=claudiu.beznea@microchip.com \
--cc=dinguyen@kernel.org \
--cc=f.fainelli@gmail.com \
--cc=festevam@gmail.com \
--cc=jernej.skrabec@gmail.com \
--cc=jmkrzyszt@gmail.com \
--cc=jonathanh@nvidia.com \
--cc=kernel@pengutronix.de \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-aspeed@lists.ozlabs.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-oxnas@groups.io \
--cc=linux-rpi-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=linux-sunxi@lists.linux.dev \
--cc=linux-tegra@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=liviu.dudau@arm.com \
--cc=lpieralisi@kernel.org \
--cc=mcoquelin.stm32@gmail.com \
--cc=narmstrong@baylibre.com \
--cc=nicolas.ferre@microchip.com \
--cc=orito.takao@socionext.com \
--cc=rjui@broadcom.com \
--cc=s.hauer@pengutronix.de \
--cc=samuel@sholland.org \
--cc=sbranden@broadcom.com \
--cc=sebastian.hesselbarth@gmail.com \
--cc=shawnguo@kernel.org \
--cc=shc_work@mail.ru \
--cc=sudeep.holla@arm.com \
--cc=sugaya.taichi@socionext.com \
--cc=thierry.reding@gmail.com \
--cc=tony@atomide.com \
--cc=vz@mleia.com \
--cc=wens@csie.org \
--cc=will@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).