[GIT PULL] hwmon updates for 2.6.40

From: Jean Delvare
Date: Wed May 25 2011 - 15:37:26 EST


Hi Linus,

Please pull hwmon subsystem updates for Linux 2.6.40 from:

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

We have support for new devices (SMSC EMC6W201, AMD Family 15h CPU,
Fintek F71808A) and various driver cleanups.

Documentation/hwmon/emc6w201 | 42 ++
Documentation/hwmon/f71882fg | 4 +
Documentation/hwmon/fam15h_power | 37 ++
Documentation/hwmon/k10temp | 3 +-
Documentation/hwmon/max6650 | 21 +-
MAINTAINERS | 7 +
arch/x86/Kconfig | 1 +
drivers/acpi/Kconfig | 11 -
drivers/acpi/Makefile | 1 -
drivers/char/i8k.c | 166 ++++++-
drivers/hwmon/Kconfig | 42 ++-
drivers/hwmon/Makefile | 3 +
drivers/hwmon/abituguru.c | 3 -
drivers/hwmon/abituguru3.c | 13 -
.../power_meter.c => hwmon/acpi_power_meter.c} | 0
drivers/hwmon/adcxx.c | 16 +-
drivers/hwmon/emc6w201.c | 539 ++++++++++++++++++++
drivers/hwmon/f71882fg.c | 115 ++++-
drivers/hwmon/fam15h_power.c | 229 +++++++++
drivers/hwmon/ibmaem.c | 10 +-
drivers/hwmon/it87.c | 31 +-
drivers/hwmon/jc42.c | 2 +-
drivers/hwmon/k10temp.c | 11 +-
drivers/hwmon/k8temp.c | 8 +-
drivers/hwmon/lm70.c | 10 +-
drivers/hwmon/max6650.c | 78 +--
drivers/hwmon/sch5627.c | 46 ++-
drivers/hwmon/ultra45_env.c | 4 +-
include/linux/i2c.h | 2 +-
29 files changed, 1305 insertions(+), 150 deletions(-)
create mode 100644 Documentation/hwmon/emc6w201
create mode 100644 Documentation/hwmon/fam15h_power
rename drivers/{acpi/power_meter.c => hwmon/acpi_power_meter.c} (100%)
create mode 100644 drivers/hwmon/emc6w201.c
create mode 100644 drivers/hwmon/fam15h_power.c

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

Andre Przywara (1):
hwmon: (k10temp) Add support for Fam15h (Bulldozer)

Andreas Herrmann (1):
hwmon: Add driver for AMD family 15h processor power information

Hans de Goede (4):
hwmon: (f71882fg) Split has_beep in fan_has_beep and temp_has_beep
hwmon: (f71882fg) Add support for F71808A
hwmon: (sch5627) Add sch5627_send_cmd function
hwmon: (sch5627) Trigger Vbat measurements

Jean Delvare (9):
hwmon: Use helper functions to set and get driver data
hwmon: (jc42) Change detection class
hwmon: (asc7621) Drop duplicate dependency
Move ACPI power meter driver to hwmon
hwmon: (max6650) Drop device detection
hwmon: (max6650) Properly support the MAX6650
i8k: Integrate with the hwmon subsystem
hwmon: (abituguru) Depend on DMI
hwmon: New driver for the SMSC EMC6W201

Luca Tettamanti (1):
i8k: Avoid lahf in 64-bit code

Nat Gurumoorthy (1):
hwmon: (it87) Use request_muxed_region

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/