All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: eajames.ibm@gmail.com
Cc: linux@roeck-us.net, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org,
	linux-doc@vger.kernel.org, jdelvare@suse.com, corbet@lwn.net,
	mark.rutland@arm.com, wsa@the-dreams.de, andrew@aj.id.au,
	joel@jms.id.au, benh@kernel.crashing.org,
	"Edward A. James" <eajames@us.ibm.com>
Subject: Re: [PATCH linux v3 5/6] hwmon: occ: Add hwmon implementation for the P8 OCC
Date: Thu, 19 Jan 2017 11:12:06 -0600	[thread overview]
Message-ID: <20170119171206.uxtdicfn4ahge6c6@rob-hp-laptop> (raw)
In-Reply-To: <1484601219-30196-6-git-send-email-eajames.ibm@gmail.com>

On Mon, Jan 16, 2017 at 03:13:38PM -0600, eajames.ibm@gmail.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 +++

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

  reply	other threads:[~2017-01-19 17:18 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-16 21:13 [PATCH linux v3 0/6] drivers: hwmon: Add On-Chip Controller driver eajames.ibm
2017-01-16 21:13 ` [PATCH linux v3 1/6] hwmon: Add core On-Chip Controller support for POWER CPUs eajames.ibm
2017-01-16 21:13   ` eajames.ibm-Re5JQEeQqe8AvxtiuMwx3w
2017-01-21 17:49   ` Guenter Roeck
2017-01-23 19:28     ` Edward James
2017-01-23 20:21       ` Guenter Roeck
2017-01-23 20:58         ` Edward James
2017-01-16 21:13 ` [PATCH linux v3 2/6] hwmon: occ: Add sysfs interface eajames.ibm
2017-01-21 18:08   ` Guenter Roeck
2017-01-21 18:08     ` Guenter Roeck
2017-01-23 22:01     ` Edward James
2017-01-23 22:15       ` Guenter Roeck
2017-01-23 22:34         ` Edward James
2017-01-16 21:13 ` [PATCH linux v3 3/6] hwmon: occ: Add I2C transport implementation for SCOM operations eajames.ibm
2017-01-21 18:11   ` Guenter Roeck
2017-01-21 18:11     ` Guenter Roeck
2017-01-21 20:53     ` Benjamin Herrenschmidt
2017-01-21 20:53       ` Benjamin Herrenschmidt
2017-01-24  0:00       ` Edward James
2017-01-23 23:57     ` Edward James
2017-01-25 23:51     ` Edward James
2017-01-16 21:13 ` [PATCH linux v3 4/6] hwmon: occ: Add callbacks for parsing P8 OCC datastructures eajames.ibm
2017-01-21 18:18   ` Guenter Roeck
2017-01-23 23:48     ` Edward James
2017-01-16 21:13 ` [PATCH linux v3 5/6] hwmon: occ: Add hwmon implementation for the P8 OCC eajames.ibm
2017-01-19 17:12   ` Rob Herring [this message]
2017-01-29 19:28   ` kbuild test robot
2017-01-16 21:13 ` [PATCH linux v3 6/6] hwmon: occ: Add callbacks for parsing P9 OCC datastructures eajames.ibm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170119171206.uxtdicfn4ahge6c6@rob-hp-laptop \
    --to=robh@kernel.org \
    --cc=andrew@aj.id.au \
    --cc=benh@kernel.crashing.org \
    --cc=corbet@lwn.net \
    --cc=devicetree@vger.kernel.org \
    --cc=eajames.ibm@gmail.com \
    --cc=eajames@us.ibm.com \
    --cc=jdelvare@suse.com \
    --cc=joel@jms.id.au \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=mark.rutland@arm.com \
    --cc=wsa@the-dreams.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.