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

From: eajames
Date: Thu Feb 02 2017 - 10:04:41 EST


On 2017-02-01 11:34, Rob Herring wrote:
On Tue, Jan 31, 2017 at 09:43:56AM -0600, eajames@xxxxxxxxxxxxxxxxxx wrote:
From: "Edward A. James" <eajames@xxxxxxxxxx>

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 <eajames@xxxxxxxxxx>
Signed-off-by: Andrew Jeffery <andrew@xxxxxxxx>
---
Documentation/devicetree/bindings/hwmon/occ.txt | 13 +++

Please add acks when posting new versions.

Thanks Rob, should I put up a new version with acked by, and no other changes? Also, do you mean to acknowledge this patch only, or all the patches? I'm new to this process...

Thanks,
Eddie


Acked-by: Rob Herring <robh@xxxxxxxxxx>

drivers/hwmon/occ/Kconfig | 14 ++++
drivers/hwmon/occ/Makefile | 1 +
drivers/hwmon/occ/p8_occ_i2c.c | 104 ++++++++++++++++++++++++
4 files changed, 132 insertions(+)
create mode 100644 Documentation/devicetree/bindings/hwmon/occ.txt
create mode 100644 drivers/hwmon/occ/p8_occ_i2c.c