]> git.baikalelectronics.ru Git - kernel.git/commit
hwmon: (pmbus) Add support for word status register
authorGuenter Roeck <linux@roeck-us.net>
Sat, 19 May 2012 18:35:25 +0000 (11:35 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 6 Feb 2013 17:58:05 +0000 (09:58 -0800)
commitc30b7a65b3874472c7a5c086f6f47dad7705d58a
tree99caa5e9d4eac581a277e2ab4b2342012021e4f2
parentfab6d593b645be46f89c9f6c4df1fd490a2dad1e
hwmon: (pmbus) Add support for word status register

Not all PMBus devices support the byte status register at 0x78.
Try to use the word status register at 0x79 instead if that is the case.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/pmbus/pmbus_core.c