Browse Source

hwmon/w83627hf: Convert to a platform driver

Convert the w83627hf driver from the nonsensical i2c-isa hack to a
regular platform driver.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Jean Delvare 18 years ago
parent
commit
787c72b107
2 changed files with 238 additions and 278 deletions
  1. 1 2
      drivers/hwmon/Kconfig
  2. 237 276
      drivers/hwmon/w83627hf.c

+ 1 - 2
drivers/hwmon/Kconfig

@@ -550,8 +550,7 @@ config SENSORS_W83L785TS
 
 config SENSORS_W83627HF
 	tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
-	depends on HWMON && I2C
-	select I2C_ISA
+	depends on HWMON
 	select HWMON_VID
 	help
 	  If you say yes here you get support for the Winbond W836X7 series

File diff suppressed because it is too large
+ 237 - 276
drivers/hwmon/w83627hf.c


Some files were not shown because too many files changed in this diff