Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hwmon: (ltc2945) Fix 1st comment line | Guenter Roeck | 2014-05-21 | 1 | -1/+1 |
| | | | | | | | 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> | ||||
* | hwmon: (ltc2945) Don't crash the kernel unnecessarily | Guenter Roeck | 2014-04-24 | 1 | -3/+3 |
| | | | | | | | 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> | ||||
* | hwmon: Driver for Linear Technologies LTC2945 | Guenter Roeck | 2014-03-03 | 1 | -0/+519 |
LTC2945 is a system monitor that measures current, voltage, and power. Signed-off-by: Guenter Roeck <linux@roeck-us.net> |