瀏覽代碼

[PATCH] hwmon: Document on the W83627EHG chip

Document the fact that the W83627EHG is compatible with the W83627EHF.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Jean Delvare 20 年之前
父節點
當前提交
8dd2d2ca7f
共有 2 個文件被更改,包括 6 次插入0 次删除
  1. 3 0
      drivers/hwmon/Kconfig
  2. 3 0
      drivers/hwmon/w83627ehf.c

+ 3 - 0
drivers/hwmon/Kconfig

@@ -404,6 +404,9 @@ config SENSORS_W83627EHF
 	  Only fan and temperature inputs are supported at the moment, while
 	  Only fan and temperature inputs are supported at the moment, while
 	  the chip does much more than that.
 	  the chip does much more than that.
 
 
+	  This driver also supports the W83627EHG, which is the lead-free
+	  version of the W83627EHF.
+
 	  This driver can also be built as a module.  If so, the module
 	  This driver can also be built as a module.  If so, the module
 	  will be called w83627ehf.
 	  will be called w83627ehf.
 
 

+ 3 - 0
drivers/hwmon/w83627ehf.c

@@ -9,6 +9,9 @@
     Thanks to Leon Moonen, Steve Cliffe and Grant Coady for their help
     Thanks to Leon Moonen, Steve Cliffe and Grant Coady for their help
     in testing and debugging this driver.
     in testing and debugging this driver.
 
 
+    This driver also supports the W83627EHG, which is the lead-free
+    version of the W83627EHF.
+
     This program is free software; you can redistribute it and/or modify
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
     the Free Software Foundation; either version 2 of the License, or