Skip to content

Commit ed99ae7

Browse files
committed
hwmon: Remove obsolete adm1021 and max6642 drivers
ADM1021, MAX6642, and compatible chips are supported by the lm90 driver. Remove the obsolete stand-alone drivers to reduce maintenance overhead. Reviewed-by: Tzung-Bi Shih <[email protected]> Signed-off-by: Guenter Roeck <[email protected]>
1 parent 04e3bb0 commit ed99ae7

File tree

7 files changed

+0
-1025
lines changed

7 files changed

+0
-1025
lines changed

Documentation/hwmon/adm1021.rst

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

Documentation/hwmon/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Hardware Monitoring Kernel Drivers
2525
acpi_power_meter
2626
ad7314
2727
adc128d818
28-
adm1021
2928
adm1025
3029
adm1026
3130
adm1031
@@ -154,7 +153,6 @@ Hardware Monitoring Kernel Drivers
154153
max34440
155154
max6620
156155
max6639
157-
max6642
158156
max6650
159157
max6697
160158
max8688

Documentation/hwmon/max6642.rst

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

drivers/hwmon/Kconfig

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -105,18 +105,6 @@ config SENSORS_AD7418
105105
This driver can also be built as a module. If so, the module
106106
will be called ad7418.
107107

108-
config SENSORS_ADM1021
109-
tristate "Analog Devices ADM1021 and compatibles"
110-
depends on I2C
111-
depends on SENSORS_LM90=n
112-
help
113-
If you say yes here you get support for Analog Devices ADM1021
114-
and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A,
115-
Genesys Logic GL523SM, National Semiconductor LM84 and TI THMC10.
116-
117-
This driver can also be built as a module. If so, the module
118-
will be called adm1021.
119-
120108
config SENSORS_ADM1025
121109
tristate "Analog Devices ADM1025 and compatibles"
122110
depends on I2C
@@ -1241,18 +1229,6 @@ config SENSORS_MAX6639
12411229
This driver can also be built as a module. If so, the module
12421230
will be called max6639.
12431231

1244-
config SENSORS_MAX6642
1245-
tristate "Maxim MAX6642 sensor chip"
1246-
depends on I2C
1247-
depends on SENSORS_LM90=n
1248-
help
1249-
If you say yes here you get support for MAX6642 sensor chip.
1250-
MAX6642 is a SMBus-Compatible Remote/Local Temperature Sensor
1251-
with Overtemperature Alarm from Maxim.
1252-
1253-
This driver can also be built as a module. If so, the module
1254-
will be called max6642.
1255-
12561232
config SENSORS_MAX6650
12571233
tristate "Maxim MAX6650 sensor chip"
12581234
depends on I2C

drivers/hwmon/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ obj-$(CONFIG_SENSORS_AD7414) += ad7414.o
3131
obj-$(CONFIG_SENSORS_AD7418) += ad7418.o
3232
obj-$(CONFIG_SENSORS_ADC128D818) += adc128d818.o
3333
obj-$(CONFIG_SENSORS_ADCXX) += adcxx.o
34-
obj-$(CONFIG_SENSORS_ADM1021) += adm1021.o
3534
obj-$(CONFIG_SENSORS_ADM1025) += adm1025.o
3635
obj-$(CONFIG_SENSORS_ADM1026) += adm1026.o
3736
obj-$(CONFIG_SENSORS_ADM1029) += adm1029.o
@@ -154,7 +153,6 @@ obj-$(CONFIG_SENSORS_MAX31760) += max31760.o
154153
obj-$(CONFIG_SENSORS_MAX6620) += max6620.o
155154
obj-$(CONFIG_SENSORS_MAX6621) += max6621.o
156155
obj-$(CONFIG_SENSORS_MAX6639) += max6639.o
157-
obj-$(CONFIG_SENSORS_MAX6642) += max6642.o
158156
obj-$(CONFIG_SENSORS_MAX6650) += max6650.o
159157
obj-$(CONFIG_SENSORS_MAX6697) += max6697.o
160158
obj-$(CONFIG_SENSORS_MAX31790) += max31790.o

0 commit comments

Comments
 (0)