From: "Sverdlin, Alexander" <alexander.sverdlin@siemens.com>
To: "arnd@kernel.org" <arnd@kernel.org>
Cc: "linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"anders.berg@lsi.com" <anders.berg@lsi.com>,
"arnd@arndb.de" <arnd@arndb.de>
Subject: Re: [PATCH 13/13] ARM: axxia: remove entire platform
Date: Tue, 8 Sep 2026 20:02:12 +0000 [thread overview]
Message-ID: <b38756ef71ffc0b28cfe1399a59e5cdbb9e06ff6.camel@siemens.com> (raw)
In-Reply-To: <20260908152808.3928630-14-arnd@kernel.org>
On Tue, 2026-09-08 at 17:28 +0200, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@arndb.de>
>
> The initial Axxia port was contributed by LSI in 2014, but never completed
> after the sale of the business unit to Intel, which kept supporting the
> bulk of the drivers in their own downstream BSP.
>
> The downstream work has also ended now, and there is no realistic chance
> that anyone would rewrite it all into an upstreamable port.
>
> Remove it now that the 7.3LTS release is out and can be used as the
> base for one more downstream rebase of the downstream patches if needed.
>
> Cc: Krzysztof Kozlowski <krzk@kernel.org>
> Cc: Rob Herring <robh@kernel.org>
> Cc: Conor Dooley <conor+dt@kernel.org>
> Cc: Alexander Sverdlin <alexander.sverdlin@siemens.com>
> Cc: Ethan Nelson-Moore <enelsonmoore@gmail.com>
> Cc: Anders Berg <anders.berg@lsi.com>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Alexander Sverdlin <alexander.sverdlin@siemens.com>
> ---
> .../devicetree/bindings/arm/axxia.yaml | 23 --
> MAINTAINERS | 8 -
> arch/arm/Kconfig | 2 -
> arch/arm/Makefile | 2 -
> arch/arm/boot/dts/intel/Makefile | 1 -
> arch/arm/boot/dts/intel/axm/Makefile | 5 -
> .../boot/dts/intel/axm/axm5516-amarillo.dts | 47 ----
> arch/arm/boot/dts/intel/axm/axm5516-cpus.dtsi | 200 ---------------
> arch/arm/boot/dts/intel/axm/axm55xx.dtsi | 200 ---------------
> arch/arm/configs/axm55xx_defconfig | 231 ------------------
> arch/arm/mach-axxia/Kconfig | 17 --
> arch/arm/mach-axxia/Makefile | 3 -
> arch/arm/mach-axxia/axxia.c | 19 --
> arch/arm/mach-axxia/platsmp.c | 87 -------
> 14 files changed, 845 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/arm/axxia.yaml
> delete mode 100644 arch/arm/boot/dts/intel/axm/Makefile
> delete mode 100644 arch/arm/boot/dts/intel/axm/axm5516-amarillo.dts
> delete mode 100644 arch/arm/boot/dts/intel/axm/axm5516-cpus.dtsi
> delete mode 100644 arch/arm/boot/dts/intel/axm/axm55xx.dtsi
> delete mode 100644 arch/arm/configs/axm55xx_defconfig
> delete mode 100644 arch/arm/mach-axxia/Kconfig
> delete mode 100644 arch/arm/mach-axxia/Makefile
> delete mode 100644 arch/arm/mach-axxia/axxia.c
> delete mode 100644 arch/arm/mach-axxia/platsmp.c
--
Alexander Sverdlin
Siemens AG
www.siemens.com
next prev parent reply other threads:[~2026-09-08 20:02 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-08 15:27 [PATCH 00/13] ARM: deprecated platform removal Arnd Bergmann
2026-09-08 15:27 ` [PATCH 02/13] ARM: remove footbridge Arnd Bergmann
2026-09-08 17:27 ` Linus Walleij
2026-09-09 15:09 ` Ralph Siemsen
2026-09-08 15:27 ` [PATCH 07/13] ARM: imx: remove i.MX31 SoC support Arnd Bergmann
2026-09-09 8:24 ` Vladimir Zapolskiy
2026-09-09 8:26 ` Daniel Baluta
2026-09-10 15:11 ` Frank Li
2026-09-08 15:27 ` [PATCH 09/13] ARM: lpc18xx: remove entire platform Arnd Bergmann
2026-09-08 17:36 ` Linus Walleij
2026-09-09 8:28 ` Vladimir Zapolskiy
2026-09-08 15:28 ` [PATCH 11/13] ARM: versatile: remove mps2 support Arnd Bergmann
2026-09-08 15:41 ` Vladimir Murzin
2026-09-08 17:37 ` Linus Walleij
2026-09-08 19:49 ` Sudeep Holla
2026-09-08 19:51 ` Arnd Bergmann
2026-09-08 19:58 ` Sudeep Holla
2026-09-08 19:54 ` Sudeep Holla
2026-09-08 15:28 ` [PATCH 12/13] ARM: at91: remove samv7 support Arnd Bergmann
2026-09-08 17:39 ` Linus Walleij
2026-09-08 19:58 ` Sverdlin, Alexander
2026-09-08 21:09 ` Rob Herring
2026-09-08 21:30 ` Arnd Bergmann
2026-09-10 12:25 ` Nicolas Ferre
2026-09-09 12:41 ` Alexandre Belloni
2026-09-10 12:23 ` Nicolas Ferre
2026-09-08 15:28 ` [PATCH 13/13] ARM: axxia: remove entire platform Arnd Bergmann
2026-09-08 17:40 ` Linus Walleij
2026-09-08 18:23 ` Krzysztof Kozlowski
2026-09-08 20:02 ` Sverdlin, Alexander [this message]
[not found] ` <20260908152808.3928630-2-arnd@kernel.org>
2026-09-08 16:26 ` [PATCH 01/13] ARM: remove sa1100 platform Guenter Roeck
2026-09-08 17:23 ` Linus Walleij
2026-09-08 19:39 ` Karl Mehltretter
2026-09-08 20:09 ` Arnd Bergmann
[not found] ` <ccd58677-5e25-1f9f-2bb4-d1770fce8ac4@fluxnic.net>
2026-09-08 21:26 ` David Laight
2026-09-08 21:32 ` Arnd Bergmann
2026-09-08 16:53 ` [PATCH 00/13] ARM: deprecated platform removal Randy Dunlap
2026-09-08 16:56 ` Randy Dunlap
2026-09-08 18:33 ` Arnd Bergmann
2026-09-08 18:39 ` Randy Dunlap
[not found] ` <20260908152808.3928630-5-arnd@kernel.org>
2026-09-08 17:30 ` [PATCH 04/13] ARM: remove legacy pxa board files Linus Walleij
[not found] ` <20260908152808.3928630-4-arnd@kernel.org>
2026-09-09 16:42 ` [PATCH 03/13] ARM: remove riscpc Bart Van Assche
2026-09-09 20:09 ` Arnd Bergmann
[not found] ` <20260908152808.3928630-9-arnd@kernel.org>
2026-09-09 20:17 ` [PATCH 08/13] ARM: imx: remove nommu support Fabio Estevam
2026-09-09 20:21 ` Fabio Estevam
2026-09-10 13:08 ` Jesse T
2026-09-10 16:08 ` Giulio Benetti
[not found] ` <20260908152808.3928630-11-arnd@kernel.org>
2026-09-08 17:36 ` [PATCH 10/13] ARM: stm32: remove stm32f4/f7/h7 MCU support Linus Walleij
2026-09-11 15:46 ` Alexandre TORGUE
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=b38756ef71ffc0b28cfe1399a59e5cdbb9e06ff6.camel@siemens.com \
--to=alexander.sverdlin@siemens.com \
--cc=anders.berg@lsi.com \
--cc=arnd@arndb.de \
--cc=arnd@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.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