commit | ce603b18f30aea1216a00673a33805d4f5a5e16b | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sat Jan 26 15:15:37 2013 -0800 |
committer | Guenter Roeck <linux@roeck-us.net> | Wed Feb 06 09:58:04 2013 -0800 |
tree | d96326369050cf4e63388a07125bd0a9884d3846 | |
parent | aebcbbfc4955929286a15a04592a2281d3e527db [diff] |
hwmon: (pmbus) Add function to clear sensor cache For PMBus chips, modifying one limit register may affect other limits. Since limits are all cached in the PMBus core driver, related changes are not reflected in reported limits. Introduce function to clear the attribute cache. After calling this function, the core pmbus driver re-reads all cached values. Signed-off-by: Guenter Roeck <linux@roeck-us.net>