Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1571814
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH linux v5 5/6] hwmon: occ: Add hwmon implementation for the P8 OCC |
| Date | 2017-02-01 18:40 +0100 |
| Message-ID | <t672W-pD-15@gated-at.bofh.it> (permalink) |
| References | <t5JtF-2Tw-39@gated-at.bofh.it> <t5JDk-2Wy-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Jan 31, 2017 at 09:43:56AM -0600, eajames@linux.vnet.ibm.com wrote: > From: "Edward A. James" <eajames@us.ibm.com> > > 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@us.ibm.com> > Signed-off-by: Andrew Jeffery <andrew@aj.id.au> > --- > Documentation/devicetree/bindings/hwmon/occ.txt | 13 +++ Please add acks when posting new versions. Acked-by: Rob Herring <robh@kernel.org> > 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
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH linux v5 5/6] hwmon: occ: Add hwmon implementation for the P8 OCC eajames@linux.vnet.ibm.com - 2017-01-31 17:40 +0100
Re: [PATCH linux v5 5/6] hwmon: occ: Add hwmon implementation for the P8 OCC Rob Herring <robh@kernel.org> - 2017-02-01 18:40 +0100
Re: [PATCH linux v5 5/6] hwmon: occ: Add hwmon implementation for the P8 OCC eajames <eajames@linux.vnet.ibm.com> - 2017-02-02 16:10 +0100
Re: [PATCH linux v5 5/6] hwmon: occ: Add hwmon implementation for the P8 OCC Rob Herring <robh@kernel.org> - 2017-02-02 16:40 +0100
csiph-web