From: Arnd Bergmann <arnd@kernel.org>
To: linux-arm-kernel@lists.infradead.org
Cc: Arnd Bergmann <arnd@arndb.de>,
Aaro Koskinen <aaro.koskinen@iki.fi>,
Alexander Sverdlin <alexander.sverdlin@gmail.com>,
Alim Akhtar <alim.akhtar@samsung.com>,
Andrew Lunn <andrew@lunn.ch>, Bartosz Golaszewski <brgl@bgdev.pl>,
Dan Williams <dan.j.williams@intel.com>,
Daniel Mack <daniel@zonque.org>,
Gregory Clement <gregory.clement@bootlin.com>,
Haojian Zhuang <haojian.zhuang@linaro.org>,
Hartley Sweeten <hsweeten@visionengravers.com>,
Janusz Krzysztofik <jmkrzyszt@gmail.com>,
Kristoffer Ericson <kristoffer.ericson@gmail.com>,
Krzysztof Halasa <khalasa@piap.pl>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Laurence de Bruxelles <lfdebrux@gmail.com>,
Lennert Buytenhek <buytenh@wantstofly.org>,
Linus Walleij <linusw@kernel.org>,
Lubomir Rintel <lkundrak@v3.sk>, Lukasz Majewski <lukma@denx.de>,
Marc Zyngier <maz@kernel.org>,
Mauri Sandberg <maukka@ext.kapsi.fi>,
Nikita Shubin <nikita.shubin@maquefel.me>,
Robert Jarzmik <robert.jarzmik@free.fr>,
Russell King <linux@armlinux.org.uk>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
Sekhar Nori <nsekhar@ti.com>, Tony Lindgren <tony@atomide.com>,
linux-omap@vger.kernel.org, linux-samsung-soc@vger.kernel.org
Subject: [PATCH 00/13] ARM: mark most boards as unused
Date: Thu, 21 Jul 2022 16:17:09 +0200 [thread overview]
Message-ID: <20220721141722.2414719-1-arnd@kernel.org> (raw)
From: Arnd Bergmann <arnd@arndb.de>
Based on the recent mailing list discussion I started [1], I have now
turned the findings into a set of patches that marks most board files as
'depends on UNUSED_BOARD_FILES', leaving only 38 of the 196 boards.
Please double-check the lists for each platform to make sure I got the
right set. The only functional change here is in the Kconfig dependencies,
so I would still apply this as a late fix for the coming merge window,
to give any remaining users the most time to run into this and speak up
in case any of these boards are actually still in use.
Arnd
[1] https://lore.kernel.org/linux-arm-kernel/CAK8P3a0Z9vGEQbVRBo84bSyPFM-LF+hs5w8ZA51g2Z+NsdtDQA@mail.gmail.com/
Cc: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Cc: Alim Akhtar <alim.akhtar@samsung.com>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Bartosz Golaszewski <brgl@bgdev.pl>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Daniel Mack <daniel@zonque.org>
Cc: Gregory Clement <gregory.clement@bootlin.com>
Cc: Haojian Zhuang <haojian.zhuang@linaro.org>
Cc: Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Cc: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Cc: Krzysztof Halasa <khalasa@piap.pl>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Laurence de Bruxelles <lfdebrux@gmail.com>
Cc: Lennert Buytenhek <buytenh@wantstofly.org>
Cc: Linus Walleij <linusw@kernel.org>
Cc: Lubomir Rintel <lkundrak@v3.sk>
Cc: Lukasz Majewski <lukma@denx.de>
Cc: Marc Zyngier <maz@kernel.org>
Cc: Mauri Sandberg <maukka@ext.kapsi.fi>
Cc: Nikita Shubin <nikita.shubin@maquefel.me>
Cc: Robert Jarzmik <robert.jarzmik@free.fr>
Cc: Russell King <linux@armlinux.org.uk>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: Sekhar Nori <nsekhar@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Cc: linux-samsung-soc@vger.kernel.org
Arnd Bergmann (13):
ARM: add ATAGS dependencies to non-DT platforms
ARM: add CONFIG_UNUSED_BOARD_FILES
ARM: pxa: add Kconfig dependencies for ATAGS based boards
ARM: orion: add ATAGS dependencies
ARM: davinci: mark all ATAGS board files as unused
ARM: ep93xx: mark most board files as unused
ARM: mmp: mark all board files for removal
ARM: footbridge: mark cats board for removal
ARM: sa1100: mark most boards as unused
ARM: omap1: add Kconfig dependencies for unused boards
ARM: s3c: mark most board files as unused
ARM: iop32x: mark as unused
ARM: cns3xxx: add CONFIG_UNUSED_BOARD_FILES dependency
arch/arm/Kconfig | 21 ++++++-
arch/arm/configs/badge4_defconfig | 1 +
arch/arm/configs/cerfcube_defconfig | 1 +
arch/arm/configs/cm_x300_defconfig | 1 +
arch/arm/configs/cns3420vb_defconfig | 1 +
arch/arm/configs/colibri_pxa270_defconfig | 1 +
arch/arm/configs/colibri_pxa300_defconfig | 1 +
arch/arm/configs/corgi_defconfig | 1 +
arch/arm/configs/davinci_all_defconfig | 11 ----
arch/arm/configs/ep93xx_defconfig | 9 ---
arch/arm/configs/eseries_pxa_defconfig | 1 +
arch/arm/configs/ezx_defconfig | 1 +
arch/arm/configs/footbridge_defconfig | 1 -
arch/arm/configs/h5000_defconfig | 1 +
arch/arm/configs/hackkit_defconfig | 1 +
arch/arm/configs/iop32x_defconfig | 1 +
arch/arm/configs/jornada720_defconfig | 1 +
arch/arm/configs/lart_defconfig | 1 +
arch/arm/configs/lpd270_defconfig | 1 +
arch/arm/configs/lubbock_defconfig | 1 +
arch/arm/configs/magician_defconfig | 1 +
arch/arm/configs/mainstone_defconfig | 1 +
arch/arm/configs/mini2440_defconfig | 1 +
arch/arm/configs/mmp2_defconfig | 5 +-
arch/arm/configs/multi_v5_defconfig | 17 -----
arch/arm/configs/mv78xx0_defconfig | 1 +
arch/arm/configs/mvebu_v5_defconfig | 8 ---
arch/arm/configs/omap1_defconfig | 9 ---
arch/arm/configs/orion5x_defconfig | 13 ----
arch/arm/configs/palmz72_defconfig | 1 +
arch/arm/configs/pcm027_defconfig | 1 +
arch/arm/configs/pleb_defconfig | 1 +
arch/arm/configs/pxa255-idp_defconfig | 1 +
arch/arm/configs/pxa3xx_defconfig | 7 +--
arch/arm/configs/pxa_defconfig | 77 ++++-------------------
arch/arm/configs/s3c2410_defconfig | 1 +
arch/arm/configs/s3c6400_defconfig | 9 ---
arch/arm/configs/shannon_defconfig | 1 +
arch/arm/configs/simpad_defconfig | 1 +
arch/arm/configs/tct_hammer_defconfig | 1 +
arch/arm/configs/trizeps4_defconfig | 1 +
arch/arm/configs/viper_defconfig | 1 +
arch/arm/configs/xcep_defconfig | 1 +
arch/arm/configs/zeus_defconfig | 1 +
arch/arm/mach-cns3xxx/Kconfig | 1 +
arch/arm/mach-davinci/Kconfig | 8 +++
arch/arm/mach-dove/Kconfig | 1 +
arch/arm/mach-ep93xx/Kconfig | 10 +++
arch/arm/mach-footbridge/Kconfig | 1 +
arch/arm/mach-iop32x/Kconfig | 1 +
arch/arm/mach-mmp/Kconfig | 9 +++
arch/arm/mach-mv78xx0/Kconfig | 1 +
arch/arm/mach-omap1/Kconfig | 11 ++++
arch/arm/mach-orion5x/Kconfig | 17 +++++
arch/arm/mach-pxa/Kconfig | 53 ++++++++++++++++
arch/arm/mach-s3c/Kconfig.s3c24xx | 2 +-
arch/arm/mach-s3c/Kconfig.s3c64xx | 20 +++---
arch/arm/mach-sa1100/Kconfig | 11 ++++
58 files changed, 199 insertions(+), 166 deletions(-)
--
2.29.2
next reply other threads:[~2022-07-21 14:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-21 14:17 Arnd Bergmann [this message]
2022-07-21 14:17 ` [PATCH 10/13] ARM: omap1: add Kconfig dependencies for unused boards Arnd Bergmann
2022-07-21 15:03 ` Aaro Koskinen
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=20220721141722.2414719-1-arnd@kernel.org \
--to=arnd@kernel.org \
--cc=aaro.koskinen@iki.fi \
--cc=alexander.sverdlin@gmail.com \
--cc=alim.akhtar@samsung.com \
--cc=andrew@lunn.ch \
--cc=arnd@arndb.de \
--cc=brgl@bgdev.pl \
--cc=buytenh@wantstofly.org \
--cc=dan.j.williams@intel.com \
--cc=daniel@zonque.org \
--cc=gregory.clement@bootlin.com \
--cc=haojian.zhuang@linaro.org \
--cc=hsweeten@visionengravers.com \
--cc=jmkrzyszt@gmail.com \
--cc=khalasa@piap.pl \
--cc=kristoffer.ericson@gmail.com \
--cc=krzysztof.kozlowski@linaro.org \
--cc=lfdebrux@gmail.com \
--cc=linusw@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=lkundrak@v3.sk \
--cc=lukma@denx.de \
--cc=maukka@ext.kapsi.fi \
--cc=maz@kernel.org \
--cc=nikita.shubin@maquefel.me \
--cc=nsekhar@ti.com \
--cc=robert.jarzmik@free.fr \
--cc=sebastian.hesselbarth@gmail.com \
--cc=tony@atomide.com \
/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