From: Lee Jones <lee@kernel.org>
To: Arnd Bergmann <arnd@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org,
Aaro Koskinen <aaro.koskinen@iki.fi>,
Janusz Krzysztofik <jmkrzyszt@gmail.com>,
Tony Lindgren <tony@atomide.com>,
linux-kernel@vger.kernel.org, Arnd Bergmann <arnd@arndb.de>,
linux-omap@vger.kernel.org, Ulf Hansson <ulf.hansson@linaro.org>,
Felipe Balbi <balbi@kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-i2c@vger.kernel.org, linux-mmc@vger.kernel.org,
linux-usb@vger.kernel.org
Subject: Re: [PATCH 13/17] ARM: omap1: remove unused board files
Date: Fri, 21 Oct 2022 10:50:30 +0100 [thread overview]
Message-ID: <Y1JrZu8iC9fobX0E@google.com> (raw)
In-Reply-To: <20221019150410.3851944-13-arnd@kernel.org>
On Wed, 19 Oct 2022, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@arndb.de>
>
> All board support that was marked as 'unused' earlier can
> now be removed, leaving the five machines that that still
> had someone using them in 2022, or that are supported in
> qemu.
>
> Cc: Aaro Koskinen <aaro.koskinen@iki.fi>
> Cc: Janusz Krzysztofik <jmkrzyszt@gmail.com>
> Cc: Tony Lindgren <tony@atomide.com>
> Cc: linux-omap@vger.kernel.org
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
> MAINTAINERS | 2 -
> arch/arm/Kconfig.debug | 36 +-
> arch/arm/configs/omap1_defconfig | 2 -
> arch/arm/mach-omap1/Kconfig | 93 +---
> arch/arm/mach-omap1/Makefile | 18 -
> arch/arm/mach-omap1/board-fsample.c | 366 ---------------
> arch/arm/mach-omap1/board-generic.c | 85 ----
> arch/arm/mach-omap1/board-h2-mmc.c | 74 ---
> arch/arm/mach-omap1/board-h2.c | 448 ------------------
> arch/arm/mach-omap1/board-h2.h | 38 --
> arch/arm/mach-omap1/board-h3-mmc.c | 64 ---
> arch/arm/mach-omap1/board-h3.c | 455 ------------------
> arch/arm/mach-omap1/board-h3.h | 35 --
> arch/arm/mach-omap1/board-htcherald.c | 585 ------------------------
> arch/arm/mach-omap1/board-innovator.c | 481 -------------------
> arch/arm/mach-omap1/board-nand.c | 33 --
> arch/arm/mach-omap1/board-palmtt.c | 285 ------------
> arch/arm/mach-omap1/board-palmz71.c | 300 ------------
> arch/arm/mach-omap1/board-perseus2.c | 333 --------------
> arch/arm/mach-omap1/fpga.c | 186 --------
> arch/arm/mach-omap1/fpga.h | 49 --
> arch/arm/mach-omap1/gpio7xx.c | 272 -----------
> drivers/i2c/busses/Kconfig | 2 +-
> drivers/mfd/Kconfig | 2 +-
Acked-by: Lee Jones <lee@kernel.org>
> drivers/mmc/host/Kconfig | 2 +-
> drivers/usb/gadget/udc/Kconfig | 2 +-
> drivers/usb/host/Kconfig | 2 +-
> include/linux/platform_data/leds-omap.h | 19 -
> 28 files changed, 12 insertions(+), 4257 deletions(-)
> delete mode 100644 arch/arm/mach-omap1/board-fsample.c
> delete mode 100644 arch/arm/mach-omap1/board-generic.c
> delete mode 100644 arch/arm/mach-omap1/board-h2-mmc.c
> delete mode 100644 arch/arm/mach-omap1/board-h2.c
> delete mode 100644 arch/arm/mach-omap1/board-h2.h
> delete mode 100644 arch/arm/mach-omap1/board-h3-mmc.c
> delete mode 100644 arch/arm/mach-omap1/board-h3.c
> delete mode 100644 arch/arm/mach-omap1/board-h3.h
> delete mode 100644 arch/arm/mach-omap1/board-htcherald.c
> delete mode 100644 arch/arm/mach-omap1/board-innovator.c
> delete mode 100644 arch/arm/mach-omap1/board-nand.c
> delete mode 100644 arch/arm/mach-omap1/board-palmtt.c
> delete mode 100644 arch/arm/mach-omap1/board-palmz71.c
> delete mode 100644 arch/arm/mach-omap1/board-perseus2.c
> delete mode 100644 arch/arm/mach-omap1/fpga.c
> delete mode 100644 arch/arm/mach-omap1/fpga.h
> delete mode 100644 arch/arm/mach-omap1/gpio7xx.c
> delete mode 100644 include/linux/platform_data/leds-omap.h
--
Lee Jones [李琼斯]
next prev parent reply other threads:[~2022-10-21 9:50 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-19 14:40 [PATCH 00/17] ARM: remove old board files Arnd Bergmann
[not found] ` <20221019150410.3851944-1-arnd@kernel.org>
2022-10-19 15:03 ` [PATCH 02/17] ARM: cns3xxx: remove entire platform Arnd Bergmann
2022-10-21 7:19 ` Krzysztof Hałasa
2022-10-19 15:03 ` [PATCH 13/17] ARM: omap1: remove unused board files Arnd Bergmann
2022-10-19 17:15 ` Aaro Koskinen
2022-10-20 7:11 ` Arnd Bergmann
2022-10-20 19:35 ` Aaro Koskinen
2022-10-21 6:52 ` Arnd Bergmann
2022-10-21 11:11 ` Aaro Koskinen
2022-10-24 5:49 ` Tony Lindgren
2022-10-24 16:02 ` Arnd Bergmann
2022-10-25 8:08 ` Tony Lindgren
2022-10-19 19:30 ` Wolfram Sang
2022-10-21 9:50 ` Lee Jones [this message]
2022-10-22 10:24 ` Greg Kroah-Hartman
2022-10-24 5:45 ` Tony Lindgren
2022-10-19 15:03 ` [PATCH 14/17] ARM: omap1: remove dead code Arnd Bergmann
2022-10-19 17:34 ` Aaro Koskinen
2022-10-21 7:51 ` Arnd Bergmann
2022-10-22 10:24 ` Greg Kroah-Hartman
2022-10-24 5:49 ` Tony Lindgren
2022-10-24 18:03 ` Kevin Hilman
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=Y1JrZu8iC9fobX0E@google.com \
--to=lee@kernel.org \
--cc=aaro.koskinen@iki.fi \
--cc=arnd@arndb.de \
--cc=arnd@kernel.org \
--cc=balbi@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=jmkrzyszt@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=tony@atomide.com \
--cc=ulf.hansson@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).