Re: [PATCH 2/7] drivers/hwmon/occ: Add command transport method for P8 and P9

2017-06-26 Thread Guenter Roeck
On Mon, Jun 26, 2017 at 10:30:28AM -0500, Eddie James wrote: > > > On 06/24/2017 09:49 AM, Guenter Roeck wrote: > >On 06/22/2017 03:48 PM, Eddie James wrote: > >>From: "Edward A. James" > >> > >>For the P8 OCC, add the procedure to send a command to the OCC over I2C > >>bus. This involves writin

Re: [PATCH 2/7] drivers/hwmon/occ: Add command transport method for P8 and P9

2017-06-26 Thread Eddie James
On 06/24/2017 09:49 AM, Guenter Roeck wrote: On 06/22/2017 03:48 PM, Eddie James wrote: From: "Edward A. James" For the P8 OCC, add the procedure to send a command to the OCC over I2C bus. This involves writing the OCC command registers with serial communication operations (SCOMs) interprete

Re: [PATCH 2/7] drivers/hwmon/occ: Add command transport method for P8 and P9

2017-06-24 Thread Guenter Roeck
On 06/22/2017 03:48 PM, Eddie James wrote: From: "Edward A. James" For the P8 OCC, add the procedure to send a command to the OCC over I2C bus. This involves writing the OCC command registers with serial communication operations (SCOMs) interpreted by the I2C slave. For the P9 OCC, add a proced

[PATCH 2/7] drivers/hwmon/occ: Add command transport method for P8 and P9

2017-06-22 Thread Eddie James
From: "Edward A. James" For the P8 OCC, add the procedure to send a command to the OCC over I2C bus. This involves writing the OCC command registers with serial communication operations (SCOMs) interpreted by the I2C slave. For the P9 OCC, add a procedure to use the OCC in-kernel API to send a co