Skip to content

Commit e710b22

Browse files
mwallegroeck
authored andcommitted
Revert "hwmon: add SMARC-sAM67 support"
This reverts commit 443b39c. I was just informed that this product is discontinued (without being ever released to the market). Pull the plug and let's not waste any more maintainers time. Signed-off-by: Michael Walle <mwalle@kernel.org> Link: https://lore.kernel.org/r/20260223100459.844967-4-mwalle@kernel.org Signed-off-by: Guenter Roeck <linux@roeck-us.net>
1 parent b7497b5 commit e710b22

6 files changed

Lines changed: 0 additions & 215 deletions

File tree

Documentation/hwmon/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ Hardware Monitoring Kernel Drivers
220220
q54sj108a2
221221
qnap-mcu-hwmon
222222
raspberrypi-hwmon
223-
sa67
224223
sbrmi
225224
sbtsi_temp
226225
sch5627

Documentation/hwmon/sa67.rst

Lines changed: 0 additions & 41 deletions
This file was deleted.

MAINTAINERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24337,7 +24337,6 @@ F: Documentation/devicetree/bindings/interrupt-controller/kontron,sl28cpld-intc.
2433724337
F: Documentation/devicetree/bindings/pwm/kontron,sl28cpld-pwm.yaml
2433824338
F: Documentation/devicetree/bindings/watchdog/kontron,sl28cpld-wdt.yaml
2433924339
F: drivers/gpio/gpio-sl28cpld.c
24340-
F: drivers/hwmon/sa67mcu-hwmon.c
2434124340
F: drivers/hwmon/sl28cpld-hwmon.c
2434224341
F: drivers/irqchip/irq-sl28cpld.c
2434324342
F: drivers/pwm/pwm-sl28cpld.c

drivers/hwmon/Kconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1927,16 +1927,6 @@ config SENSORS_RASPBERRYPI_HWMON
19271927
This driver can also be built as a module. If so, the module
19281928
will be called raspberrypi-hwmon.
19291929

1930-
config SENSORS_SA67MCU
1931-
tristate "Kontron sa67mcu hardware monitoring driver"
1932-
depends on MFD_SL28CPLD || COMPILE_TEST
1933-
help
1934-
If you say yes here you get support for the voltage and temperature
1935-
monitor of the sa67 board management controller.
1936-
1937-
This driver can also be built as a module. If so, the module
1938-
will be called sa67mcu-hwmon.
1939-
19401930
config SENSORS_SL28CPLD
19411931
tristate "Kontron sl28cpld hardware monitoring driver"
19421932
depends on MFD_SL28CPLD || COMPILE_TEST

drivers/hwmon/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ obj-$(CONFIG_SENSORS_PT5161L) += pt5161l.o
199199
obj-$(CONFIG_SENSORS_PWM_FAN) += pwm-fan.o
200200
obj-$(CONFIG_SENSORS_QNAP_MCU_HWMON) += qnap-mcu-hwmon.o
201201
obj-$(CONFIG_SENSORS_RASPBERRYPI_HWMON) += raspberrypi-hwmon.o
202-
obj-$(CONFIG_SENSORS_SA67MCU) += sa67mcu-hwmon.o
203202
obj-$(CONFIG_SENSORS_SBTSI) += sbtsi_temp.o
204203
obj-$(CONFIG_SENSORS_SBRMI) += sbrmi.o
205204
obj-$(CONFIG_SENSORS_SCH56XX_COMMON)+= sch56xx-common.o

drivers/hwmon/sa67mcu-hwmon.c

Lines changed: 0 additions & 161 deletions
This file was deleted.

0 commit comments

Comments
 (0)