commit | 2cd8529cfb28eb9bc392a8a36c66dd318aafd49d | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Thu Sep 10 11:41:06 2020 +0930 |
committer | Guenter Roeck <linux@roeck-us.net> | Wed Sep 23 09:42:41 2020 -0700 |
tree | 91ee8b2d5d0a5eba455dcbdf174f76058840925b | |
parent | a919ba06979a7858dab65492eb580121ccbd524f [diff] |
hwmon: (pmbus) Expose PEC debugfs attribute Enable runtime debug control of whether the PEC byte is exchanged with the PMBus device. Some manufacturers have asked for the PEC to be disabled as part of debugging driver communication issues with devices. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Link: https://lore.kernel.org/r/20200910021106.2958382-1-andrew@aj.id.au [groeck: Replace %1llu with %llu] Signed-off-by: Guenter Roeck <linux@roeck-us.net>