From: Lee Jones <lee@kernel.org>
To: Arnd Bergmann <arnd@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org,
Russell King <linux@armlinux.org.uk>,
Linus Walleij <linus.walleij@linaro.org>,
Lubomir Rintel <lkundrak@v3.sk>,
linux-kernel@vger.kernel.org, Arnd Bergmann <arnd@arndb.de>,
Peter Chubb <peter.chubb@unsw.edu.au>,
Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>,
"Rafael J. Wysocki" <rafael@kernel.org>,
Viresh Kumar <viresh.kumar@linaro.org>,
Dominik Brodowski <linux@dominikbrodowski.net>,
Alan Stern <stern@rowland.harvard.edu>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Helge Deller <deller@gmx.de>,
linux-pm@vger.kernel.org, linux-usb@vger.kernel.org,
linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 02/11] ARM: sa1100: remove unused board files
Date: Mon, 31 Oct 2022 15:18:03 +0000 [thread overview]
Message-ID: <Y1/nK0kLURkyel2n@google.com> (raw)
In-Reply-To: <20221021155000.4108406-3-arnd@kernel.org>
On Fri, 21 Oct 2022, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@arndb.de>
>
> The Cerf, H3100, Badge4, Hackkit, LART, NanoEngine, PLEB, Shannon and
> Simpad machines were all marked as unused as there are no known users
> left. Remove all of these, along with references to them in defconfig
> files and drivers.
>
> Four machines remain now: Assabet, Collie (Zaurus SL5500), iPAQ H3600
> and Jornada 720, each of which had one person still using them, with
> Collie also being supported in Qemu.
>
> Cc: Peter Chubb <peter.chubb@unsw.edu.au>
> Cc: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
> MAINTAINERS | 11 -
> arch/arm/Kconfig | 6 -
> arch/arm/boot/compressed/head-sa1100.S | 4 -
> arch/arm/configs/badge4_defconfig | 105 -----
> arch/arm/configs/cerfcube_defconfig | 73 ---
> arch/arm/configs/hackkit_defconfig | 48 --
> arch/arm/configs/lart_defconfig | 64 ---
> arch/arm/configs/pleb_defconfig | 53 ---
> arch/arm/configs/shannon_defconfig | 45 --
> arch/arm/configs/simpad_defconfig | 100 -----
> arch/arm/mach-sa1100/Kconfig | 111 -----
> arch/arm/mach-sa1100/Makefile | 21 -
> arch/arm/mach-sa1100/badge4.c | 338 --------------
> arch/arm/mach-sa1100/cerf.c | 181 --------
> arch/arm/mach-sa1100/h3100.c | 140 ------
> arch/arm/mach-sa1100/hackkit.c | 184 --------
> arch/arm/mach-sa1100/include/mach/badge4.h | 71 ---
> arch/arm/mach-sa1100/include/mach/cerf.h | 20 -
> .../arm/mach-sa1100/include/mach/nanoengine.h | 48 --
> arch/arm/mach-sa1100/include/mach/shannon.h | 40 --
> arch/arm/mach-sa1100/include/mach/simpad.h | 159 -------
> arch/arm/mach-sa1100/lart.c | 177 --------
> arch/arm/mach-sa1100/nanoengine.c | 136 ------
> arch/arm/mach-sa1100/pci-nanoengine.c | 191 --------
> arch/arm/mach-sa1100/pleb.c | 148 ------
> arch/arm/mach-sa1100/shannon.c | 157 -------
> arch/arm/mach-sa1100/simpad.c | 423 ------------------
> drivers/cpufreq/sa1110-cpufreq.c | 6 -
> drivers/mfd/Kconfig | 2 +-
Acked-by: Lee Jones <lee@kernel.org>
> drivers/pcmcia/sa1100_generic.c | 5 +-
> drivers/pcmcia/sa1100_h3600.c | 2 +-
> drivers/pcmcia/sa1111_generic.c | 4 -
> drivers/usb/host/ohci-sa1111.c | 5 +-
> drivers/video/fbdev/sa1100fb.c | 1 -
> 34 files changed, 4 insertions(+), 3075 deletions(-)
> delete mode 100644 arch/arm/configs/badge4_defconfig
> delete mode 100644 arch/arm/configs/cerfcube_defconfig
> delete mode 100644 arch/arm/configs/hackkit_defconfig
> delete mode 100644 arch/arm/configs/lart_defconfig
> delete mode 100644 arch/arm/configs/pleb_defconfig
> delete mode 100644 arch/arm/configs/shannon_defconfig
> delete mode 100644 arch/arm/configs/simpad_defconfig
> delete mode 100644 arch/arm/mach-sa1100/badge4.c
> delete mode 100644 arch/arm/mach-sa1100/cerf.c
> delete mode 100644 arch/arm/mach-sa1100/h3100.c
> delete mode 100644 arch/arm/mach-sa1100/hackkit.c
> delete mode 100644 arch/arm/mach-sa1100/include/mach/badge4.h
> delete mode 100644 arch/arm/mach-sa1100/include/mach/cerf.h
> delete mode 100644 arch/arm/mach-sa1100/include/mach/nanoengine.h
> delete mode 100644 arch/arm/mach-sa1100/include/mach/shannon.h
> delete mode 100644 arch/arm/mach-sa1100/include/mach/simpad.h
> delete mode 100644 arch/arm/mach-sa1100/lart.c
> delete mode 100644 arch/arm/mach-sa1100/nanoengine.c
> delete mode 100644 arch/arm/mach-sa1100/pci-nanoengine.c
> delete mode 100644 arch/arm/mach-sa1100/pleb.c
> delete mode 100644 arch/arm/mach-sa1100/shannon.c
> delete mode 100644 arch/arm/mach-sa1100/simpad.c
--
Lee Jones [李琼斯]
next prev parent reply other threads:[~2022-10-31 15:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-21 15:49 [PATCH 00/11] ARM: sa1100, mmp: drop unused board files Arnd Bergmann
2022-10-21 15:49 ` [PATCH 02/11] ARM: sa1100: remove " Arnd Bergmann
2022-10-22 10:31 ` Greg Kroah-Hartman
2022-10-25 5:10 ` Viresh Kumar
2022-10-31 15:18 ` Lee Jones [this message]
2022-10-31 19:55 ` Linus Walleij
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=Y1/nK0kLURkyel2n@google.com \
--to=lee@kernel.org \
--cc=arnd@arndb.de \
--cc=arnd@kernel.org \
--cc=deller@gmx.de \
--cc=dri-devel@lists.freedesktop.org \
--cc=gregkh@linuxfoundation.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=linux@dominikbrodowski.net \
--cc=lkundrak@v3.sk \
--cc=peter.chubb@unsw.edu.au \
--cc=rafael@kernel.org \
--cc=stefan.eletzhofer@eletztrick.de \
--cc=stern@rowland.harvard.edu \
--cc=viresh.kumar@linaro.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).