Re: [PATCH linux 5/6] hwmon: occ: Add hwmon implementation for the P8 OCC

2017-01-03 Thread Rob Herring
On Fri, Dec 30, 2016 at 11:56:07AM -0600, eajames@gmail.com wrote: > From: "Edward A. James" > > Add code to tie the hwmon sysfs code and the POWER8 OCC code together, as > well as probe the entire driver from the I2C bus. I2C is the communication > method between the BMC

Re: [PATCH linux 5/6] hwmon: occ: Add hwmon implementation for the P8 OCC

2017-01-03 Thread Rob Herring
On Fri, Dec 30, 2016 at 11:56:07AM -0600, eajames@gmail.com wrote: > From: "Edward A. James" > > Add code to tie the hwmon sysfs code and the POWER8 OCC code together, as > well as probe the entire driver from the I2C bus. I2C is the communication > method between the BMC and the P8 OCC. >

Re: [PATCH linux 5/6] hwmon: occ: Add hwmon implementation for the P8 OCC

2016-12-31 Thread kbuild test robot
Hi Edward, [auto build test ERROR on hwmon/hwmon-next] [also build test ERROR on v4.10-rc1 next-20161224] [cannot apply to linux/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH linux 5/6] hwmon: occ: Add hwmon implementation for the P8 OCC

2016-12-31 Thread kbuild test robot
Hi Edward, [auto build test ERROR on hwmon/hwmon-next] [also build test ERROR on v4.10-rc1 next-20161224] [cannot apply to linux/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH linux 5/6] hwmon: occ: Add hwmon implementation for the P8 OCC

2016-12-30 Thread eajames . ibm
From: "Edward A. James" Add code to tie the hwmon sysfs code and the POWER8 OCC code together, as well as probe the entire driver from the I2C bus. I2C is the communication method between the BMC and the P8 OCC. Signed-off-by: Edward A. James

[PATCH linux 5/6] hwmon: occ: Add hwmon implementation for the P8 OCC

2016-12-30 Thread eajames . ibm
From: "Edward A. James" Add code to tie the hwmon sysfs code and the POWER8 OCC code together, as well as probe the entire driver from the I2C bus. I2C is the communication method between the BMC and the P8 OCC. Signed-off-by: Edward A. James Signed-off-by: Andrew Jeffery Reviewed-by: Andrew