From: Dan Williams <dan.j.williams@intel.com>
To: Arnd Bergmann <arnd@kernel.org>, <linux-arm-kernel@lists.infradead.org>
Cc: Arnd Bergmann <arnd@arndb.de>,
Dan Williams <dan.j.williams@intel.com>,
Lennert Buytenhek <buytenh@wantstofly.org>
Subject: RE: [PATCH 12/13] ARM: iop32x: mark as unused
Date: Thu, 21 Jul 2022 16:59:45 -0700 [thread overview]
Message-ID: <62d9e871cf144_17f3e829491@dwillia2-xfh.jf.intel.com.notmuch> (raw)
In-Reply-To: <20220721141722.2414719-13-arnd@kernel.org>
Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@arndb.de>
>
> The iop32x platform has recently been converted to be part of
> the multiplatform configuration, and it should be possible to
> keep it alive for longer by making it boot from devicetree like
> we did for the related ixp4xx platform.
>
> However, it appears that no users remain at this point, so just
> mark the entire platfor depending on CONFIG_UNUSED_BOARD_FILES,
s/platfor/platform/
> with the intention of removing it in early 2023.
>
> If any users remain, please speak up now.
>
> Cc: Dan Williams <dan.j.williams@intel.com>
Acked-by: Dan Williams <dan.j.williams@intel.com>
> Cc: Lennert Buytenhek <buytenh@wantstofly.org>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
> arch/arm/configs/iop32x_defconfig | 1 +
> arch/arm/mach-iop32x/Kconfig | 2 +-
> 2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/configs/iop32x_defconfig b/arch/arm/configs/iop32x_defconfig
> index 3bc51fb4ebc9..c16e92cdfd00 100644
> --- a/arch/arm/configs/iop32x_defconfig
> +++ b/arch/arm/configs/iop32x_defconfig
> @@ -9,6 +9,7 @@ CONFIG_MACH_GLANTANK=y
> CONFIG_ARCH_IQ80321=y
> CONFIG_ARCH_IQ31244=y
> CONFIG_MACH_N2100=y
> +CONFIG_UNUSED_BOARD_FILES=y
> CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs ip=bootp cachepolicy=writealloc"
> CONFIG_FPE_NWFPE=y
> CONFIG_BINFMT_AOUT=y
> diff --git a/arch/arm/mach-iop32x/Kconfig b/arch/arm/mach-iop32x/Kconfig
> index 142c6374543c..761fbb04faa1 100644
> --- a/arch/arm/mach-iop32x/Kconfig
> +++ b/arch/arm/mach-iop32x/Kconfig
> @@ -3,7 +3,7 @@ menuconfig ARCH_IOP32X
> bool "IOP32x-based platforms"
> depends on ARCH_MULTI_V5
> depends on CPU_LITTLE_ENDIAN
> - depends on ATAGS
> + depends on ATAGS && UNUSED_BOARD_FILES
> select CPU_XSCALE
> select GPIO_IOP
> select GPIOLIB
> --
> 2.29.2
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-07-22 0:00 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-21 14:17 [PATCH 00/13] ARM: mark most boards as unused Arnd Bergmann
2022-07-21 14:17 ` [PATCH 01/13] ARM: add ATAGS dependencies to non-DT platforms Arnd Bergmann
2022-07-21 14:17 ` [PATCH 02/13] ARM: add CONFIG_UNUSED_BOARD_FILES Arnd Bergmann
2022-07-21 14:17 ` [PATCH 03/13] ARM: pxa: add Kconfig dependencies for ATAGS based boards Arnd Bergmann
2022-07-21 14:28 ` Marc Zyngier
2022-07-21 14:17 ` [PATCH 04/13] ARM: orion: add ATAGS dependencies Arnd Bergmann
2022-07-21 14:17 ` [PATCH 05/13] ARM: davinci: mark all ATAGS board files as unused Arnd Bergmann
2022-07-28 11:54 ` Bartosz Golaszewski
2022-07-21 14:17 ` [PATCH 06/13] ARM: ep93xx: mark most " Arnd Bergmann
2022-07-21 14:30 ` Alexander Sverdlin
2022-07-21 15:51 ` Hartley Sweeten
2022-07-21 16:01 ` Alexander Sverdlin
2022-07-21 16:09 ` Hartley Sweeten
2022-07-21 19:10 ` Arnd Bergmann
2022-07-22 8:04 ` Lukasz Majewski
2022-07-22 9:14 ` Arnd Bergmann
2022-07-22 11:04 ` Lukasz Majewski
2022-07-22 12:16 ` Arnd Bergmann
2022-07-25 8:08 ` Nikita Shubin
2022-07-25 8:16 ` Arnd Bergmann
2022-07-21 14:17 ` [PATCH 07/13] ARM: mmp: mark all board files for removal Arnd Bergmann
2022-07-21 14:17 ` [PATCH 08/13] ARM: footbridge: mark cats board " Arnd Bergmann
2022-07-21 14:17 ` [PATCH 09/13] ARM: sa1100: mark most boards as unused Arnd Bergmann
2022-07-22 11:29 ` Linus Walleij
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
2022-07-21 14:17 ` [PATCH 11/13] ARM: s3c: mark most board files as unused Arnd Bergmann
2022-07-26 9:38 ` Krzysztof Kozlowski
2022-07-21 14:17 ` [PATCH 12/13] ARM: iop32x: mark " Arnd Bergmann
2022-07-21 23:59 ` Dan Williams [this message]
2022-07-21 14:17 ` [PATCH 13/13] ARM: cns3xxx: add CONFIG_UNUSED_BOARD_FILES dependency Arnd Bergmann
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=62d9e871cf144_17f3e829491@dwillia2-xfh.jf.intel.com.notmuch \
--to=dan.j.williams@intel.com \
--cc=arnd@arndb.de \
--cc=arnd@kernel.org \
--cc=buytenh@wantstofly.org \
--cc=linux-arm-kernel@lists.infradead.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