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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2011-01-28 at 11:42 -0500, Randy Dunlap wrote:
> On Thu, 27 Jan 2011 18:36:28 -0800 Guenter Roeck wrote:
> 
> > This driver adds support for hardware monitoring features of various PMBus
> > devices.
> > 
> > Signed-off-by: Guenter Roeck <guenter.roeck@xxxxxxxxxxxx>
> > ---
> >  drivers/hwmon/Kconfig      |   25 +
> >  drivers/hwmon/Makefile     |    4 +
> >  drivers/hwmon/pmbus.c      |  234 +++++++
> >  drivers/hwmon/pmbus.h      |  307 +++++++++
> >  drivers/hwmon/pmbus_core.c | 1611 ++++++++++++++++++++++++++++++++++++++++++++
> >  include/linux/i2c/pmbus.h  |   45 ++
> >  6 files changed, 2226 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
> > 
> > diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
> > index 773e484..7c36091 100644
> > --- a/drivers/hwmon/Kconfig
> > +++ b/drivers/hwmon/Kconfig
> > @@ -734,6 +734,31 @@ config SENSORS_PCF8591
> >  	  These devices are hard to detect and rarely found on mainstream
> >  	  hardware.  If unsure, say N.
> >  
> > +config PMBUS
> > +	tristate "PMBus support"
> > +	depends on I2C && EXPERIMENTAL
> > +	default n
> > +	help
> > +	  If you say yes here to enable PMBus support.
> 
> 	  Say Yes here if you want to enable PMBus support.

Oops ... fixed, thanks.

Guenter


--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux