hwmon: (pmbus) Expand scope of device specific get_status function
authorGuenter Roeck <guenter.roeck@ericsson.com>
Wed, 9 Mar 2011 07:00:10 +0000 (23:00 -0800)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Thu, 19 May 2011 15:19:38 +0000 (08:19 -0700)
commit2cfa6aedb32c9c1226094ed383dc3c9b3e2ecddb
tree75f7a7d3c90d8416370300f5bec2ee45bcc2b44b
parentb4ce237b7f7d31abe9c5b0c443a64573ace4933d
hwmon: (pmbus) Expand scope of device specific get_status function

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>
drivers/hwmon/max34440.c
drivers/hwmon/max8688.c
drivers/hwmon/pmbus.h
drivers/hwmon/pmbus_core.c