summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/pmbus/ir35221.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hwmon: (pmbus/ir35221) Remove unnecessary scalingSamuel Mendoza-Jonas2018-01-151-189/+0
| | | | | | | | | | | | The ir35221 datasheet describes specific scaling factors for a number of commands which the current driver applies when reading. However now that the ir35221 has been tested on machines with more easily verifiable readings these descriptions have turned out to be superfluous and reading each command according to the linear format is sufficient. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* hwmon: (pmbus) Add client driver for IR35221Samuel Mendoza-Jonas2017-06-121-0/+337
IR35221 is a Digital DC-DC Multiphase Converter Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com> [groeck: Preserve alphabetic order in Kconfig; add missing break statements (from Dan Carpenter); add missing error checks] Signed-off-by: Guenter Roeck <linux@roeck-us.net>