Re: [PATCH v5 1/5] hwmon: PMBus device driver

From: Jonathan Cameron
Date: Sat Feb 26 2011 - 13:25:35 EST


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@xxxxxxxxxxxx>
Acked-by: Jonathan Cameron <jic23@xxxxxxxxx>
> ---
> 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
...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/