Re: [PATCH] hwmon: (pmbus) Expose PEC debugfs attribute

2020-09-10 Thread Guenter Roeck
On 9/10/20 3:51 AM, Andrew Jeffery wrote: > > > On Thu, 10 Sep 2020, at 20:04, Guenter Roeck wrote: >> On 9/10/20 3:05 AM, Dan Carpenter wrote: >>> Hi Andrew, >>> >>> url: >>> https://github.com/0day-ci/linux/commits/Andrew-Jeffery/hwmon-pmbus-Expose-PEC-debugfs-attribute/20200910-010642 >>>

Re: [PATCH] hwmon: (pmbus) Expose PEC debugfs attribute

2020-09-10 Thread Andrew Jeffery
On Thu, 10 Sep 2020, at 20:04, Guenter Roeck wrote: > On 9/10/20 3:05 AM, Dan Carpenter wrote: > > Hi Andrew, > > > > url: > > https://github.com/0day-ci/linux/commits/Andrew-Jeffery/hwmon-pmbus-Expose-PEC-debugfs-attribute/20200910-010642 > > base: > >

Re: [PATCH] hwmon: (pmbus) Expose PEC debugfs attribute

2020-09-10 Thread Guenter Roeck
On 9/10/20 3:05 AM, Dan Carpenter wrote: > Hi Andrew, > > url: > https://github.com/0day-ci/linux/commits/Andrew-Jeffery/hwmon-pmbus-Expose-PEC-debugfs-attribute/20200910-010642 > base: > https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git > hwmon-next > config:

Re: [PATCH] hwmon: (pmbus) Expose PEC debugfs attribute

2020-09-10 Thread Dan Carpenter
Hi Andrew, url: https://github.com/0day-ci/linux/commits/Andrew-Jeffery/hwmon-pmbus-Expose-PEC-debugfs-attribute/20200910-010642 base: https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-next config: x86_64-randconfig-m001-20200909 (attached as .config)

Re: [PATCH] hwmon: (pmbus) Expose PEC debugfs attribute

2020-09-09 Thread Andrew Jeffery
On Thu, 10 Sep 2020, at 01:01, Guenter Roeck wrote: > On 9/9/20 6:24 AM, Andrew Jeffery wrote: > > 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

Re: [PATCH] hwmon: (pmbus) Expose PEC debugfs attribute

2020-09-09 Thread Guenter Roeck
On 9/9/20 6:24 AM, Andrew Jeffery wrote: > 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 >

[PATCH] hwmon: (pmbus) Expose PEC debugfs attribute

2020-09-09 Thread Andrew Jeffery
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 --- drivers/hwmon/pmbus/pmbus_core.c | 39