public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@cam.ac.uk>
To: Guenter Roeck <guenter.roeck@ericsson.com>
Cc: Jean Delvare <khali@linux-fr.org>,
	Jonathan Cameron <kernel@jic23.retrosnub.co.uk>,
	Randy Dunlap <rdunlap@xenotime.net>,
	Greg Schnorr <gschnorr@cisco.com>,
	lm-sensors@lm-sensors.org, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v5 1/5] hwmon: PMBus device driver
Date: Sat, 26 Feb 2011 18:25:37 +0000	[thread overview]
Message-ID: <4D6945A1.1030807@cam.ac.uk> (raw)
In-Reply-To: <1298742650-9789-2-git-send-email-guenter.roeck@ericsson.com>

On 02/26/11 17:50, Guenter Roeck wrote:
> This driver adds support for hardware monitoring features of various PMBus
> devices.
> 
I'm happy with changes/responses to comments so ready to merge as far as
I am concerned.
> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
> ---
>  drivers/hwmon/Kconfig      |   25 +
>  drivers/hwmon/Makefile     |    4 +
>  drivers/hwmon/pmbus.c      |  203 ++++++
>  drivers/hwmon/pmbus.h      |  313 +++++++++
>  drivers/hwmon/pmbus_core.c | 1628 ++++++++++++++++++++++++++++++++++++++++++++
>  include/linux/i2c/pmbus.h  |   45 ++
>  6 files changed, 2218 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/hwmon/pmbus.c
>  create mode 100644 drivers/hwmon/pmbus.h
>  create mode 100644 drivers/hwmon/pmbus_core.c
>  create mode 100644 include/linux/i2c/pmbus.h
...

  reply	other threads:[~2011-02-26 18:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-26 17:50 [PATCH v5 0/5] hwmon: PMBus device driver Guenter Roeck
2011-02-26 17:50 ` [PATCH v5 1/5] " Guenter Roeck
2011-02-26 18:25   ` Jonathan Cameron [this message]
2011-02-26 18:31     ` Guenter Roeck
2011-02-26 17:50 ` [PATCH v5 2/5] hwmon: (pmbus) Add support for Maxim MAX8688 Guenter Roeck
2011-02-26 17:50 ` [PATCH v5 3/5] hwmon: (pmbus) Add support for Maxim MAX16064 Guenter Roeck
2011-02-26 17:50 ` [PATCH v5 4/5] hwmon: (pmbus) Add support for Maxim MAX34440/MAX34441 Guenter Roeck
2011-02-26 17:50 ` [PATCH v5 5/5] hwmon: pmbus driver documentation Guenter Roeck

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=4D6945A1.1030807@cam.ac.uk \
    --to=jic23@cam.ac.uk \
    --cc=gschnorr@cisco.com \
    --cc=guenter.roeck@ericsson.com \
    --cc=kernel@jic23.retrosnub.co.uk \
    --cc=khali@linux-fr.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lm-sensors@lm-sensors.org \
    --cc=rdunlap@xenotime.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox