Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-21 | hwmon: (ltc2945) Fix 1st comment line | Guenter Roeck | |
Somehow a couple of spaces got added to the first line. Remove them. No code change. Signed-off-by: Guenter Roeck <linux@roeck-us.net> | |||
2014-04-24 | hwmon: (ltc2945) Don't crash the kernel unnecessarily | Guenter Roeck | |
An implementation error should not crash the kernel if it is avoidable. Replace BUG() with WARN_ONCE(). Signed-off-by: Guenter Roeck <linux@roeck-us.net> | |||
2014-03-03 | hwmon: Driver for Linear Technologies LTC2945 | Guenter Roeck | |
LTC2945 is a system monitor that measures current, voltage, and power. Signed-off-by: Guenter Roeck <linux@roeck-us.net> |