From: Andrew Davis <afd@ti.com>
To: Russell King <linux@armlinux.org.uk>,
Baruch Siach <baruch@tkos.co.il>,
Vladimir Zapolskiy <vz@mleia.com>,
Kunihiko Hayashi <hayashi.kunihiko@socionext.com>,
Masami Hiramatsu <mhiramat@kernel.org>,
Arnd Bergmann <arnd@arndb.de>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Linus Walleij <linus.walleij@linaro.org>
Cc: <linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>, Andrew Davis <afd@ti.com>
Subject: [PATCH v3 0/9] Remove some unneeded arm/mach- dirs
Date: Mon, 13 Nov 2023 08:43:50 -0600 [thread overview]
Message-ID: <20231113144359.174140-1-afd@ti.com> (raw)
Hello all,
This series removes some of the unneeded arm/mach-* dirs for
reasons described in the patches. Adding this cover letter
to keep track of version changes in one place.
Thanks,
Andrew
Changes from v2:
- Add patch for mach-nspire as it is now ready for this move
- Rebased on v6.7-rc1
Changes from v1:
- Drop two patches that cannot be verified to not change behavior
- Update commit message to include l2c_aux_mask info
Andrew Davis (9):
ARM: Kconfig: move platform selection into its own Kconfig file
ARM: mach-asm9260: Move ASM9260 support into Kconfig.platforms
ARM: mach-rda: Move RDA Micro support into Kconfig.platforms
ARM: mach-uniphier: Move Socionext UniPhier support into
Kconfig.platforms
ARM: mach-moxart: Move MOXA ART support into Kconfig.platforms
ARM: mach-airoha: Rework support and directory structure
ARM: mach-sunplus: Rework support and directory structure
ARM: mach-hpe: Rework support and directory structure
ARM: mach-nspire: Rework support and directory structure
MAINTAINERS | 3 -
arch/arm/Kconfig | 92 +--------------
arch/arm/Kconfig.platforms | 208 +++++++++++++++++++++++++++++++++
arch/arm/Makefile | 5 -
arch/arm/mach-airoha/Makefile | 2 -
arch/arm/mach-airoha/airoha.c | 16 ---
arch/arm/mach-asm9260/Kconfig | 9 --
arch/arm/mach-hpe/Kconfig | 23 ----
arch/arm/mach-hpe/Makefile | 1 -
arch/arm/mach-hpe/gxp.c | 15 ---
arch/arm/mach-moxart/Kconfig | 28 -----
arch/arm/mach-moxart/Makefile | 4 -
arch/arm/mach-moxart/moxart.c | 6 -
arch/arm/mach-nspire/Kconfig | 15 ---
arch/arm/mach-nspire/Makefile | 2 -
arch/arm/mach-nspire/nspire.c | 18 ---
arch/arm/mach-rda/Kconfig | 8 --
arch/arm/mach-sunplus/Kconfig | 27 -----
arch/arm/mach-sunplus/Makefile | 8 --
arch/arm/mach-sunplus/sp7021.c | 16 ---
arch/arm/mach-uniphier/Kconfig | 15 ---
21 files changed, 209 insertions(+), 312 deletions(-)
create mode 100644 arch/arm/Kconfig.platforms
delete mode 100644 arch/arm/mach-airoha/Makefile
delete mode 100644 arch/arm/mach-airoha/airoha.c
delete mode 100644 arch/arm/mach-asm9260/Kconfig
delete mode 100644 arch/arm/mach-hpe/Kconfig
delete mode 100644 arch/arm/mach-hpe/Makefile
delete mode 100644 arch/arm/mach-hpe/gxp.c
delete mode 100644 arch/arm/mach-moxart/Kconfig
delete mode 100644 arch/arm/mach-moxart/Makefile
delete mode 100644 arch/arm/mach-moxart/moxart.c
delete mode 100644 arch/arm/mach-nspire/Kconfig
delete mode 100644 arch/arm/mach-nspire/Makefile
delete mode 100644 arch/arm/mach-nspire/nspire.c
delete mode 100644 arch/arm/mach-rda/Kconfig
delete mode 100644 arch/arm/mach-sunplus/Kconfig
delete mode 100644 arch/arm/mach-sunplus/Makefile
delete mode 100644 arch/arm/mach-sunplus/sp7021.c
delete mode 100644 arch/arm/mach-uniphier/Kconfig
--
2.39.2
next reply other threads:[~2023-11-13 14:44 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-13 14:43 Andrew Davis [this message]
2023-11-13 14:43 ` [PATCH v3 1/9] ARM: Kconfig: move platform selection into its own Kconfig file Andrew Davis
2023-11-13 14:43 ` [PATCH v3 2/9] ARM: mach-asm9260: Move ASM9260 support into Kconfig.platforms Andrew Davis
2023-11-13 14:43 ` [PATCH v3 3/9] ARM: mach-rda: Move RDA Micro " Andrew Davis
2023-11-13 14:43 ` [PATCH v3 4/9] ARM: mach-uniphier: Move Socionext UniPhier " Andrew Davis
2023-11-20 7:10 ` Masami Hiramatsu
2023-11-13 14:43 ` [PATCH v3 5/9] ARM: mach-moxart: Move MOXA ART " Andrew Davis
2023-11-13 14:43 ` [PATCH v3 6/9] ARM: mach-airoha: Rework support and directory structure Andrew Davis
2023-11-13 14:43 ` [PATCH v3 7/9] ARM: mach-sunplus: " Andrew Davis
2023-11-13 14:43 ` [PATCH v3 8/9] ARM: mach-hpe: " Andrew Davis
2023-11-13 14:43 ` [PATCH v3 9/9] ARM: mach-nspire: " Andrew Davis
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=20231113144359.174140-1-afd@ti.com \
--to=afd@ti.com \
--cc=arnd@arndb.de \
--cc=baruch@tkos.co.il \
--cc=geert+renesas@glider.be \
--cc=hayashi.kunihiko@socionext.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=mhiramat@kernel.org \
--cc=vz@mleia.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
all inboxes | Powered by JetHome®