Skip to content

Commit

Permalink
thermal/drivers/st: Remove syscfg based driver
Browse files Browse the repository at this point in the history
The syscfg based thermal driver is only supporting STiH415 STiH416 and
STiD127 platforms which are all no more supported.  We can thus safely
remove this driver since the remaining STi platform STiH407/STiH410
and STiH418 are all using the memmap based thermal driver.

Signed-off-by: Alain Volmat <avolmat@me.com>
Link: https://lore.kernel.org/r/20230209091659.1409-7-avolmat@me.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Alain Volmat authored and Rafael J. Wysocki committed Feb 15, 2023
1 parent 9272d2d commit 6828e40
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 179 deletions.
4 changes: 0 additions & 4 deletions drivers/thermal/st/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ config ST_THERMAL
help
Support for thermal sensors on STMicroelectronics STi series of SoCs.

config ST_THERMAL_SYSCFG
select ST_THERMAL
tristate "STi series syscfg register access based thermal sensors"

config ST_THERMAL_MEMMAP
select ST_THERMAL
tristate "STi series memory mapped access based thermal sensors"
Expand Down
1 change: 0 additions & 1 deletion drivers/thermal/st/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_ST_THERMAL) := st_thermal.o
obj-$(CONFIG_ST_THERMAL_SYSCFG) += st_thermal_syscfg.o
obj-$(CONFIG_ST_THERMAL_MEMMAP) += st_thermal_memmap.o
obj-$(CONFIG_STM32_THERMAL) += stm_thermal.o
174 changes: 0 additions & 174 deletions drivers/thermal/st/st_thermal_syscfg.c

This file was deleted.

0 comments on commit 6828e40

Please sign in to comment.