thermal/drivers/st: Remove syscfg based driver
authorAlain Volmat <avolmat@me.com>
Thu, 9 Feb 2023 09:16:54 +0000 (10:16 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 15 Feb 2023 16:30:04 +0000 (17:30 +0100)
commit6828e402d06f7c574430b61c05db784cd847b19f
tree8f9e79098af586e8994e3270135eb64aa1e348cc
parent9272d2d43b6e532d0c0b6d3a597cf75c9ca1e183
thermal/drivers/st: Remove syscfg based driver

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>
drivers/thermal/st/Kconfig
drivers/thermal/st/Makefile
drivers/thermal/st/st_thermal_syscfg.c [deleted file]