commit | 420bbb68512aa1063878651a53736ec0a75e6fee | [log] [tgz] |
---|---|---|
author | Eddie James <eajames@linux.ibm.com> | Fri Jan 14 11:27:08 2022 +0800 |
committer | Joel Stanley <joel@jms.id.au> | Thu Jan 27 13:06:38 2022 +1030 |
tree | b684449672842e4bbbdf9ef33f252fe9569984cf | |
parent | 61b4cec407b5694a8bb423b8536848540792166a [diff] |
hwmon: (pmbus) Add a PMBUS_NO_CAPABILITY platform data flag Some PMBus chips don't respond with valid data when reading the CAPABILITY register. Add a flag that device drivers can set so that the PMBus core driver doesn't use CAPABILITY to determine it's behavior. (cherry picked from commit e5befc024cb4515d815662ed8746712cc5366bfc) Signed-off-by: Eddie James <eajames@linux.ibm.com> Link: https://lore.kernel.org/r/20201222152640.27749-2-eajames@linux.ibm.com Signed-off-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/20220114032708.2532-1-Lulu_Su@wistron.com Signed-off-by: Joel Stanley <joel@jms.id.au>