Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hwmon: (max6697) fix MAX6581 ideality | Vivien Didelot | 2013-08-03 | 1 | -2/+2 |
| | | | | | | | | | Without this patch, the values for ideality (register 0x4b) and ideality selection mask (register 0x4c) are inverted. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Cc: stable@vger.kernel.org # 3.9+ Signed-off-by: Guenter Roeck <linux@roeck-us.net> | ||||
* | hwmon: (max6697) Use is_visible and sysfs_create_group | Guenter Roeck | 2013-04-07 | 1 | -116/+93 |
| | | | | | | | | Simplify the code and reduce its size by using is_visible to determine valid attributes, and sysfs_create_group to create all of them with a single call. Signed-off-by: Guenter Roeck <linux@roeck-us.net> | ||||
* | hwmon: Driver for Maxim MAX6697 and compatibles | Guenter Roeck | 2013-02-06 | 1 | -0/+726 |
Add support for MAX6581, MAX6602, MAX6622, MAX6636, MAX6689, MAX6693, MAX6694, MAX6697, MAX6698, and MAX6699 temperature sensors Signed-off-by: Guenter Roeck <linux@roeck-us.net> Reviewed-by: Jean Delvare <khali@linux-fr.org> |