commit | 88be37c07c1524102aed5736094cfacf24407b46 | [log] [tgz] |
---|---|---|
author | Eddie James <eajames@linux.vnet.ibm.com> | Thu Nov 08 15:05:25 2018 -0600 |
committer | Guenter Roeck <linux@roeck-us.net> | Sun Dec 16 15:13:08 2018 -0800 |
tree | bd8e64a1e06307ef79cc4ef34c04134fd5f514b1 | |
parent | 5b5513b8800291226a8fa63fd22a14cc235b313e [diff] |
hwmon (occ): Add command transport method for P8 and P9 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 command to the OCC through the SBE. Signed-off-by: Eddie James <eajames@linux.ibm.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>