summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/ltc2945.c
Commit message (Collapse)AuthorAgeFilesLines
* hwmon: Make regmap configs constAxel Lin2014-08-041-1/+1
| | | | | Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* hwmon: (ltc2945) Fix 1st comment lineGuenter Roeck2014-05-221-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 unnecessarilyGuenter Roeck2014-04-241-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 LTC2945Guenter Roeck2014-03-031-0/+519
LTC2945 is a system monitor that measures current, voltage, and power. Signed-off-by: Guenter Roeck <linux@roeck-us.net>