Skip to content

Commit

Permalink
thermal/drivers/tango: Remove tango driver
Browse files Browse the repository at this point in the history
The tango platform is getting removed, so the driver is no
longer needed.

Cc: Marc Gonzalez <marc.w.gonzalez@free.fr>
Cc: Mans Rullgard <mans@mansr.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Mans Rullgard <mans@mansr.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20210120162400.4115366-2-arnd@kernel.org
  • Loading branch information
Arnd Bergmann authored and Daniel Lezcano committed Feb 3, 2021
1 parent 7a58340 commit 8fefe3c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 153 deletions.
17 changes: 0 additions & 17 deletions Documentation/devicetree/bindings/thermal/tango-thermal.txt

This file was deleted.

9 changes: 0 additions & 9 deletions drivers/thermal/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -450,15 +450,6 @@ depends on (ARCH_STI || ARCH_STM32) && OF
source "drivers/thermal/st/Kconfig"
endmenu

config TANGO_THERMAL
tristate "Tango thermal management"
depends on ARCH_TANGO || COMPILE_TEST
help
Enable the Tango thermal driver, which supports the primitive
temperature sensor embedded in Tango chips since the SMP8758.
This sensor only generates a 1-bit signal to indicate whether
the die temperature exceeds a programmable threshold.

source "drivers/thermal/tegra/Kconfig"

config GENERIC_ADC_THERMAL
Expand Down
1 change: 0 additions & 1 deletion drivers/thermal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ obj-y += samsung/
obj-$(CONFIG_DOVE_THERMAL) += dove_thermal.o
obj-$(CONFIG_DB8500_THERMAL) += db8500_thermal.o
obj-$(CONFIG_ARMADA_THERMAL) += armada_thermal.o
obj-$(CONFIG_TANGO_THERMAL) += tango_thermal.o
obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o
obj-$(CONFIG_IMX_SC_THERMAL) += imx_sc_thermal.o
obj-$(CONFIG_IMX8MM_THERMAL) += imx8mm_thermal.o
Expand Down
126 changes: 0 additions & 126 deletions drivers/thermal/tango_thermal.c

This file was deleted.

0 comments on commit 8fefe3c

Please sign in to comment.