Re: [PATCH] hwmon (pmbus): Add client driver for IR35221

2017-04-21 Thread Patrick Williams
Sam, On Fri, Apr 21, 2017 at 02:25:05PM +1000, Samuel Mendoza-Jonas wrote: > IR35221 is a Digital DC-DC Multiphase Converter > > Signed-off-by: Samuel Mendoza-Jonas > --- > - Tested on a ppc64 system which includes several of these devices. > - This patch re-implements

Re: [PATCH] hwmon: (ibmpowernv) Add min/max attributes and current sensors

2017-04-21 Thread Cédric Le Goater
Hello Shilpasri, On 04/21/2017 06:31 AM, Shilpasri G Bhat wrote: > Add support for adding min/max values for the inband sensors copied by > OCC to main memory. And also add current(mA) sensors to the list. > > Signed-off-by: Shilpasri G Bhat > --- >

Re: hwmon: ina209: Handled signed registers

2017-04-21 Thread Guenter Roeck
On Tue, Apr 18, 2017 at 07:15:50AM -0500, Joe Schaack wrote: > The shunt voltage and current registers are signed 16-bit values so > handle them as such. > > Signed-off-by: Joe Schaack > Reviewed-by: Aaron Sierra Applied. Thanks, Guenter > --- >

[PATCH] hwmon: (adt7475) set start bit in probe

2017-04-21 Thread Chris Packham
The ADT7475 and ADT7476 have the STRT bit cleared by default[1]. Before any monitoring activities the STRT bit needs to be set. Logically this needs to happen before any of the sensors are read so the probe() function seems the best place for it. [1] -

Re: [PATCH] hwmon (pmbus): Add client driver for IR35221

2017-04-21 Thread Guenter Roeck
On 04/20/2017 09:25 PM, Samuel Mendoza-Jonas wrote: IR35221 is a Digital DC-DC Multiphase Converter Signed-off-by: Samuel Mendoza-Jonas --- - Tested on a ppc64 system which includes several of these devices. - This patch re-implements the linear reg2data/data2reg

Re: [PATCH] hwmon: (ibmpowernv) Add min/max attributes and current sensors

2017-04-21 Thread Shilpasri G Bhat
Hi Cedric, On 04/21/2017 05:17 PM, Cédric Le Goater wrote: > Hello Shilpasri, > > On 04/21/2017 06:31 AM, Shilpasri G Bhat wrote: >> Add support for adding min/max values for the inband sensors copied by >> OCC to main memory. And also add current(mA) sensors to the list. >> >> Signed-off-by: