Hi Linus, Please pull hwmon subsystem updates for Linux 2.6.38 from: git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git hwmon-for-linus Small cleanups in various drivers, with support for one new device (SMSC EMC1423) and improved support for another (SMSC SCH5127), and standardization of the intrusion detection interface. Documentation/feature-removal-schedule.txt | 10 ++ Documentation/hwmon/adm9240 | 2 +- Documentation/hwmon/ads7828 | 2 +- Documentation/hwmon/dme1737 | 12 +- Documentation/hwmon/w83627hf | 22 ++++ Documentation/hwmon/w83793 | 2 +- drivers/hwmon/Kconfig | 4 +- drivers/hwmon/adm9240.c | 32 +++++- drivers/hwmon/ads7828.c | 4 +- drivers/hwmon/dme1737.c | 189 ++++++++++++++++++--------- drivers/hwmon/emc1403.c | 16 ++- drivers/hwmon/fschmd.c | 5 +- drivers/hwmon/it87.c | 30 ++--- drivers/hwmon/lm78.c | 14 +- drivers/hwmon/pc87360.c | 53 ++++----- drivers/hwmon/pc87427.c | 26 ++-- drivers/hwmon/via686a.c | 14 ++- drivers/hwmon/w83781d.c | 29 ++--- drivers/hwmon/w83792d.c | 44 ++++++- drivers/hwmon/w83793.c | 38 +++++- drivers/hwmon/w83795.c | 4 +- 21 files changed, 370 insertions(+), 182 deletions(-) --------------- Jean Delvare (9): hwmon: (w83795) Silent false warning from gcc hwmon: (via686a) Initialize fan_div values hwmon: (adm9240) Implement the standard intrusion detection interface hwmon: (w83792d) Implement the standard intrusion detection interface hwmon: (w83793) Implement the standard intrusion detection interface hwmon: Schedule the removal of the old intrusion detection interfaces hwmon: (fschmd) Drop useless mutex hwmon: (w83793) Drop useless mutex hwmon: (w83627hf) Document W83627THF voltage pin mapping Jekyll Lai (1): hwmon: (emc1403) Add EMC1423 support Joe Perches (5): hwmon: (it87) Use pr_fmt and pr_<level> hwmon: (lm78) Use pr_fmt and pr_<level> hwmon: (pc87360) Use pr_fmt and pr_<level> hwmon: (pc87427) Use pr_fmt and pr_<level> hwmon: (w83781d) Use pr_fmt and pr_<level> Juerg Haefliger (2): hwmon: (dme1737) Add support for in7 for SCH5127 hwmon: (dme1737) Minor cleanups Steven Hardy (1): hwmon: (ads7828) Update email contact details Thanks, -- Jean Delvare _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors