[GIT PULL] hwmon updates for 2.6.33, round 2

From: Jean Delvare
Date: Wed Dec 16 2009 - 15:47:35 EST


Hi Linus,

Please pull some hwmon subsystem updates for Linux 2.6.33 from:

git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git hwmon-for-linus

We have 2 new drivers for integrated CPU sensors, one for the AMD
family 10h and 11h, and one for the VIA C7 and Nano. Plus random driver
fixes.

Documentation/hwmon/k10temp | 60 +++++++
drivers/hwmon/Kconfig | 20 +++
drivers/hwmon/Makefile | 2 +
drivers/hwmon/k10temp.c | 197 ++++++++++++++++++++++++
drivers/hwmon/sht15.c | 6 +-
drivers/hwmon/smsc47m1.c | 153 +++++++++++++++---
drivers/hwmon/via-cputemp.c | 356 +++++++++++++++++++++++++++++++++++++++++++
drivers/hwmon/w83627hf.c | 2 +-
8 files changed, 766 insertions(+), 30 deletions(-)
create mode 100644 Documentation/hwmon/k10temp
create mode 100644 drivers/hwmon/k10temp.c
create mode 100644 drivers/hwmon/via-cputemp.c

---------------

Christian Schulte (1):
hwmon: (w83627hf) Fix for "No such device"

Clemens Ladisch (1):
hwmon: New driver for AMD Family 10h/11h CPUs

Harald Welte (1):
hwmon: Add driver for VIA CPU core temperature

Jean Delvare (3):
hwmon: (smsc47m1) Only request I/O ports we really use
hwmon: (smsc47m1) Fail module loading on error
hwmon: (smsc47m1) Enable device if needed

Jonathan Cameron (1):
hwmon: (sht15) Off-by-one error in array index + incorrect constants

Thanks,
--
Jean Delvare
--
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/