Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-07 | hwmon: (max6697) Use is_visible and sysfs_create_group | Guenter Roeck | 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> | |||||
2013-02-06 | hwmon: Driver for Maxim MAX6697 and compatibles | Guenter Roeck | 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> |