aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/pmbus.h
Commit message (Collapse)AuthorAgeFilesLines
* hwmon: (pmbus) Expand scope of device specific get_status functionGuenter Roeck2011-05-191-6/+4
| | | | | | | | | Some devices use non-standard registers to access various functionality. This does not only affect status registers, but other registers as well. Rename local get_status function to get_byte_data to reflect this requirement. Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Reviewed-by: Tom Grennan <tom.grennan@ericsson.com>
* hwmon: PMBus device driverGuenter Roeck2011-03-141-0/+313
This driver adds support for hardware monitoring features of various PMBus devices. Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Acked-by: Jonathan Cameron <jic23@cam.ac.uk>