ARM: remove sirf prima2/atlas platforms
authorArnd Bergmann <arnd@arndb.de>
Mon, 18 Jan 2021 11:53:11 +0000 (12:53 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 20 Jan 2021 08:41:37 +0000 (09:41 +0100)
commitf3a732843accb04ede91055ffd0b92464fa4d15c
tree9589c9794437d510317141ac7d6404b2b960da85
parenta579fcfa8e49cc77ad59211bb18bc5004133e6a0
ARM: remove sirf prima2/atlas platforms

The SiRF Prima2 and Atlas platform code was contributed by Cambridge
Silicon Radio (CSR) after aquiring the original SiRF company, and
maintained by Barry Song. CSR was subsequently acquired by Qualcomm,
who no longer have an interest in maintaining the SoC platform but
instead have released more recent SoCs for the same market in the
Snapdragon family.

As Barry is no longer working for the company, nobody else there
wants to maintain it, and there are no third-party users, the
best way forward seems to be to completely remove it.

Thanks to Barry for maintaining the platform for the past ten years.

Cc: Barry Song <baohua@kernel.org>
Link: https://lore.kernel.org/lkml/c969392572604b98bcb3be44048c3165@hisilicon.com/
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
27 files changed:
Documentation/devicetree/bindings/arm/sirf.yaml [deleted file]
Documentation/devicetree/bindings/reset/sirf,rstc.txt [deleted file]
MAINTAINERS
arch/arm/Kconfig
arch/arm/Kconfig.debug
arch/arm/Makefile
arch/arm/boot/dts/Makefile
arch/arm/boot/dts/atlas6-evb.dts [deleted file]
arch/arm/boot/dts/atlas6.dtsi [deleted file]
arch/arm/boot/dts/atlas7-evb.dts [deleted file]
arch/arm/boot/dts/atlas7.dtsi [deleted file]
arch/arm/boot/dts/prima2-evb.dts [deleted file]
arch/arm/boot/dts/prima2.dtsi [deleted file]
arch/arm/configs/prima2_defconfig [deleted file]
arch/arm/include/debug/sirf.S [deleted file]
arch/arm/mach-prima2/Kconfig [deleted file]
arch/arm/mach-prima2/Makefile [deleted file]
arch/arm/mach-prima2/common.c [deleted file]
arch/arm/mach-prima2/common.h [deleted file]
arch/arm/mach-prima2/headsmp.S [deleted file]
arch/arm/mach-prima2/hotplug.c [deleted file]
arch/arm/mach-prima2/platsmp.c [deleted file]
arch/arm/mach-prima2/pm.c [deleted file]
arch/arm/mach-prima2/pm.h [deleted file]
arch/arm/mach-prima2/rstc.c [deleted file]
arch/arm/mach-prima2/rtciobrg.c [deleted file]
arch/arm/mach-prima2/sleep.S [deleted file]