Skip to content

Commit

Permalink
hwmon: Remove smm665 driver
Browse files Browse the repository at this point in the history
SMM665 and related chips are power controller/sequencer chips from
Summit Microelectronics. The company was acquired by Qualcomm in 2012,
and support for the chip series stopped.

The chips are long since gone from active use, making the driver
unsupportable and just consuming space and compile time. Remove it.

Signed-off-by: Guenter Roeck <[email protected]>
  • Loading branch information
groeck committed Aug 21, 2023
1 parent 23299bb commit b3af14c
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 916 deletions.
1 change: 0 additions & 1 deletion Documentation/hwmon/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ Hardware Monitoring Kernel Drivers
shtc1
sis5595
sl28cpld
smm665
smpro-hwmon
smsc47b397
smsc47m192
Expand Down
187 changes: 0 additions & 187 deletions Documentation/hwmon/smm665.rst

This file was deleted.

7 changes: 0 additions & 7 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -19596,13 +19596,6 @@ M: Nicolas Pitre <[email protected]>
S: Odd Fixes
F: drivers/net/ethernet/smsc/smc91x.*

SMM665 HARDWARE MONITOR DRIVER
M: Guenter Roeck <[email protected]>
L: [email protected]
S: Maintained
F: Documentation/hwmon/smm665.rst
F: drivers/hwmon/smm665.c

SMSC EMC2103 HARDWARE MONITOR DRIVER
M: Steve Glendinning <[email protected]>
L: [email protected]
Expand Down
14 changes: 0 additions & 14 deletions drivers/hwmon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1951,20 +1951,6 @@ config SENSORS_SFCTEMP
This driver can also be built as a module. If so, the module
will be called sfctemp.

config SENSORS_SMM665
tristate "Summit Microelectronics SMM665"
depends on I2C
help
If you say yes here you get support for the hardware monitoring
features of the Summit Microelectronics SMM665/SMM665B Six-Channel
Active DC Output Controller / Monitor.

Other supported chips are SMM465, SMM665C, SMM764, and SMM766.
Support for those chips is untested.

This driver can also be built as a module. If so, the module will
be called smm665.

config SENSORS_ADC128D818
tristate "Texas Instruments ADC128D818"
depends on I2C
Expand Down
1 change: 0 additions & 1 deletion drivers/hwmon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ obj-$(CONFIG_SENSORS_SHT3x) += sht3x.o
obj-$(CONFIG_SENSORS_SHT4x) += sht4x.o
obj-$(CONFIG_SENSORS_SHTC1) += shtc1.o
obj-$(CONFIG_SENSORS_SIS5595) += sis5595.o
obj-$(CONFIG_SENSORS_SMM665) += smm665.o
obj-$(CONFIG_SENSORS_SMPRO) += smpro-hwmon.o
obj-$(CONFIG_SENSORS_SMSC47B397)+= smsc47b397.o
obj-$(CONFIG_SENSORS_SMSC47M1) += smsc47m1.o
Expand Down
Loading

0 comments on commit b3af14c

Please sign in to comment.