aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lineage-pem.c
Commit message (Collapse)AuthorAgeFilesLines
* hwmon: (lineage-pem) Add missing terminating entry for ↵Axel Lin2013-03-201-0/+2
| | | | | | | | | | | | pem_[input|fan]_attributes commit df069079c153d22adf6c28dcc0b1cf62bba75167 upstream. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* hwmon: (lineage-pem): Fix in1 voltage alarm sysfs attributesGuenter Roeck2011-03-161-5/+2
| | | | | | | | | | | | The alarm bit assumed to be a low voltage alarm bit is not set for low voltage alarms, and the alarm bit assumed to be a high voltage alarm turns out to be a general alarm bit which is set for both low and high voltage alarms. Remove the in1_min_alarm sysfs attribute and rename in1_max_alarm to in1_alarm to reflect the situation. Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Acked-by: Jean Delvare <khali@linux-fr.org>
* hwmon: Add support for Lineage Compact Power Line PEM devicesGuenter Roeck2011-03-141-0/+589
This patch adds support for hardware monitoring of Lineage Compact Power Line Power Entry Modules. Reviewed-by: Tom Grennan <tom.grennan@ericsson.com> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>