]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: remove tango platform
authorArnd Bergmann <arnd@arndb.de>
Mon, 18 Jan 2021 13:19:17 +0000 (14:19 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 20 Jan 2021 10:02:34 +0000 (11:02 +0100)
commitecf66995b538c093193eddf68996676dae6fd386
treea79366db1277affc2812141d031be8df79ed6ab8
parentf3376105f70ea04a5ac317d79aaa02f92c7d4a42
ARM: remove tango platform

The smp8758 (tango4) SoC was the last generation of set-top-box chips
to come out of Sigma Designs, and support was added by Marc Gonzalez
and Måns Rullgård between 2015 and 2017, before the company went out of
business and the products were abandoned.

The chip is used in some set-top-boxes such as the Popcorn Hour A-500,
which could have seen some adoption by hobbyists. This has not happened
in the past four years, and support for the more widely used MIPS based
SoCs was never merged at all.

Thanks to Marc and Måns for maintaining for the past years even after the
death of the platform.

Cc: Marc Gonzalez <marc.w.gonzalez@free.fr>
Cc: Mans Rullgard <mans@mansr.com>
Link: https://lore.kernel.org/lkml/2d643ebc-09af-a809-eb3f-2aec8ecee501@free.fr/
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
17 files changed:
MAINTAINERS
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/boot/dts/Makefile
arch/arm/boot/dts/tango4-common.dtsi [deleted file]
arch/arm/boot/dts/tango4-smp8758.dtsi [deleted file]
arch/arm/boot/dts/tango4-vantage-1172.dts [deleted file]
arch/arm/configs/tango4_defconfig [deleted file]
arch/arm/mach-tango/Kconfig [deleted file]
arch/arm/mach-tango/Makefile [deleted file]
arch/arm/mach-tango/platsmp.c [deleted file]
arch/arm/mach-tango/pm.c [deleted file]
arch/arm/mach-tango/pm.h [deleted file]
arch/arm/mach-tango/setup.c [deleted file]
arch/arm/mach-tango/smc.S [deleted file]
arch/arm/mach-tango/smc.h [deleted file]
drivers/i2c/busses/Kconfig