Hi Linus, Please pull some hwmon subsystem updates for Linux 2.6.30 from: git://jdelvare.pck.nerim.net/jdelvare-2.6 hwmon-for-linus There is support for 3 new chips (FSC Syleus, FSC Hades and Nuvoton W83667HG) as well as improvements to the ds1621 and hdaps drivers. Documentation/hwmon/ds1621 | 51 +------ Documentation/{i2c/chips => hwmon}/pcf8591 | 0 Documentation/hwmon/sysfs-interface | 22 +++ Documentation/hwmon/w83627ehf | 29 +++- drivers/firmware/dmi_scan.c | 18 ++- drivers/hwmon/Kconfig | 27 +++- drivers/hwmon/Makefile | 1 + drivers/hwmon/ds1621.c | 172 ++++++++++----------- drivers/hwmon/fschmd.c | 229 +++++++++++++++++++++------- drivers/hwmon/hdaps.c | 66 ++++---- drivers/{i2c/chips => hwmon}/pcf8591.c | 24 ++-- drivers/hwmon/w83627ehf.c | 170 +++++++++++++++------ drivers/i2c/busses/i2c-i801.c | 77 ++++++++++ drivers/i2c/chips/Kconfig | 13 -- drivers/i2c/chips/Makefile | 1 - drivers/platform/x86/dell-laptop.c | 4 +- drivers/watchdog/hpwdt.c | 4 +- include/linux/dmi.h | 7 +- 18 files changed, 588 insertions(+), 327 deletions(-) rename Documentation/{i2c/chips => hwmon}/pcf8591 (100%) rename drivers/{i2c/chips => hwmon}/pcf8591.c (96%) --------------- Frank Seidel (2): hwmon: (hdaps) Allow inversion of separate axis hwmon: (hdaps) Fix Thinkpad X41 axis inversion Gong Jun (2): hwmon: (w83627ehf) Add support for W83667HG hwmon: (w83627ehf) Only expose in6 or temp3 on the W83667HG Hans de Goede (3): i2c-i801: Instantiate FSC hardware montioring chips hwmon: (fschmd) Add support for the FSC Syleus IC hwmon: (fschmd) Add support for the FSC Hades IC Jean Delvare (8): hwmon: (ds1621) Reorder code statements hwmon: (ds1621) Clean up register access hwmon: (ds1621) Avoid unneeded register access hwmon: (ds1621) Clean up documentation hwmon: (w83627ehf) Invert fan pin variables logic Move the pcf8591 driver to hwmon hwmon: Define a standard interface for chassis intrusion detection dmi: Let dmi_walk() users pass private data -- Jean Delvare