]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: remove zte zx platform
authorArnd Bergmann <arnd@arndb.de>
Mon, 18 Jan 2021 13:06:09 +0000 (14:06 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 20 Jan 2021 09:24:19 +0000 (10:24 +0100)
commitf3376105f70ea04a5ac317d79aaa02f92c7d4a42
treefa53307722aa9a89f2c40ffe6e282b1b6c73e788
parent44aea80d712d0cb8d1c4d5285ad04e6e100bd02a
ARM: remove zte zx platform

The ZTE ZX set-top-box SoC platform was added in 2015 by Jun Nie, with
Baoyou Xie and Shawn Guo subsequently becoming maintainers after the
addition of the 64-bit variant.

However, the only machines that were ever supported upstream are the
reference designs, not actual set-top-box devices that would benefit
from this support. All ZTE set-top-boxes from the past few years seem
to be based on third-party SoCs. While there is very little information
about zx296702 and zx296718 on the web, I found some references to other
chips from the same family, such as zx296716 and zx296719, which were
never submitted for upstream support. Finally, there is no support for
the GPU on either of them, with the lima and panfrost device drivers
having been added after work on the zx platform had stopped.

Shawn confirmed that he has not seen any interest in this platform for
the past four years, and that it can be removed.

Thanks to Jun and Shawn for maintaining this platform over the past
five years.

Cc: Jun Nie <jun.nie@linaro.org>
Cc: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
34 files changed:
Documentation/devicetree/bindings/arm/zte,sysctrl.txt [deleted file]
Documentation/devicetree/bindings/arm/zte.yaml [deleted file]
Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt [deleted file]
Documentation/devicetree/bindings/serial/pl011.yaml
Documentation/devicetree/bindings/soc/zte/pd-2967xx.txt [deleted file]
MAINTAINERS
arch/arm/Kconfig
arch/arm/Kconfig.debug
arch/arm/Makefile
arch/arm/boot/dts/Makefile
arch/arm/boot/dts/zx296702-ad1.dts [deleted file]
arch/arm/boot/dts/zx296702.dtsi [deleted file]
arch/arm/configs/zx_defconfig [deleted file]
arch/arm/mach-zx/Kconfig [deleted file]
arch/arm/mach-zx/Makefile [deleted file]
arch/arm/mach-zx/core.h [deleted file]
arch/arm/mach-zx/headsmp.S [deleted file]
arch/arm/mach-zx/platsmp.c [deleted file]
arch/arm/mach-zx/zx296702-pm-domain.c [deleted file]
arch/arm/mach-zx/zx296702.c [deleted file]
arch/arm64/Kconfig.platforms
arch/arm64/boot/dts/Makefile
arch/arm64/boot/dts/zte/Makefile [deleted file]
arch/arm64/boot/dts/zte/zx296718-evb.dts [deleted file]
arch/arm64/boot/dts/zte/zx296718-pcbox.dts [deleted file]
arch/arm64/boot/dts/zte/zx296718.dtsi [deleted file]
drivers/reset/Kconfig
drivers/soc/Kconfig
drivers/soc/Makefile
drivers/soc/zte/Kconfig [deleted file]
drivers/soc/zte/Makefile [deleted file]
drivers/soc/zte/zx296718_pm_domains.c [deleted file]
drivers/soc/zte/zx2967_pm_domains.c [deleted file]
drivers/soc/zte/zx2967_pm_domains.h [deleted file]