summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/smsc47m192.c
Commit message (Collapse)AuthorAgeFilesLines
* hwmon: Fault files naming conventionJean Delvare2007-07-191-4/+4
| | | | | | | | | | | | | | | | | | | | We have the following naming convention documented in Documentation/hwmon/sysfs-interface for fault files: in[0-*]_input_fault fan[1-*]_input_fault temp[1-*]_input_fault Some drivers follow this convention (lm63, lm83, lm90, smsc47m192). However some drivers omit the "input" part and create files named fan1_fault (pc87427) or temp1_fault (dme1737). And the new "generic" libsensors follows this second (non-standard) convention, so it fails to report fault conditions for drivers which follow the standard. We want a single naming scheme, and everyone seems to prefer the shorter variant, so let's go for it. Signed-off-by: Jean Delvare <khali@linux-fr.org>
* hwmon/smsc47m192: Semaphore to mutex conversionJean Delvare2007-07-191-14/+15
| | | | Signed-off-by: Jean Delvare <khali@linux-fr.org>
* hwmon/smsc47m192: Document the LPC47M292 as supportedJean Delvare2007-05-081-2/+2
| | | | | | | | The new SMSC LPC47M292 Super-I/O chip includes a hardware monitoring block which is compatible with those of the LPC47M192. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Hartmut Rick <linux@rick.claranet.de>
* hwmon: Fix unchecked return status, SMSC chipsJean Delvare2006-09-281-65/+85
| | | | | | | | | | | hwmon: Fix unchecked return status, SMSC chips Fix up 2 more hwmon drivers so that they no longer ignore return status from device_create_file(). Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* [PATCH] smsc47m192: New hwmon driver for SMSC LPC47M192/997Hartmut Rick2006-06-221-0/+648
New driver (smsc47m192) which supports voltage and temperature measurement features of SMSC LPC47M192 and LPC47M997 chips. Signed-off-by: Hartmut Rick <linux@rick.claranet.de> Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>