Hi Linus, Please pull hwmon updates for Linux 3.7 from signed tag: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-linus Thanks, Guenter ------ The following changes since commit 979570e02981d4a8fc20b3cc8fd651856c98ee9d: Linux 3.6-rc7 (2012-09-23 18:10:57 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-linus for you to fetch changes up to 592758b12f2e327bb5902dabd3d36b2e86049871: hwmon: (mcp3021) Add MCP3221 support (2012-09-23 21:08:36 -0700) ---------------------------------------------------------------- New drivers for: MCP3221, ADT7410, MAX197 Chip support added to existing drivers: LM71, LM74, MAX1110, MAX1112, MAX1113, INA220, INA230, MCP3221 Cleanup: Use devm_ functions, fixed build warnings, removed deprecated sysfs attributes, code simplifications, dropped dependencies on EXPERIMENTAL ---------------------------------------------------------------- Christophe Leroy (2): hwmon: (lm70) Allow 4wire SPI bus with LM70 hwmon: (lm70) Add support for LM71 and LM74 Dan Carpenter (1): hwmon: (adt7410) handle errors from adt7410_update_device() Guenter Roeck (54): hwmon: (f71882fg) Fix build warning hwmon: (sch56xx-common) Fix build warnings hwmon: (abituguru) Convert to use devm_ functions hwmon: (abituguru3) Convert to use devm_ functions hwmon: (ad7314) Convert to use devm_ functions hwmon: (ad7414) Convert to use devm_ functions hwmon: (ad7418) Convert to use devm_ functions hwmon: (adcxx) Convert to use devm_ functions hwmon: (adm1029) Convert to use devm_ functions hwmon: (ads1015) Convert to use devm_ functions hwmon: (ads7828) Convert to use devm_ functions hwmon: (ads7871) Convert to use devm_ functions hwmon: (adt7411) Convert to use devm_ functions hwmon: (adt7462) Convert to use devm_ functions hwmon: (adt7470) Convert to use devm_ functions hwmon: (amc6821) Convert to use devm_ functions hwmon: (asb100) Convert to use devm_ functions hwmon: (dme1737) Convert to use devm_ functions hwmon: (ds620) Convert to use devm_ functions hwmon: (emc1403) Convert to use devm_ functions hwmon: (emc2103) Convert to use devm_ functions hwmon: (f71882fg) Convert to use devm_ functions hwmon: (f75375s) Convert to use devm_ functions hwmon: (g760a) Convert to use devm_ functions hwmon: (lm70) Convert to use devm_ functions hwmon: (lm95241) Convert to use devm_ functions hwmon: (lm95245) Convert to use devm_ functions hwmon: (max1668) Convert to use devm_ functions hwmon: (ltc4151) Convert to use devm_ functions hwmon: (ltc4215) Convert to use devm_ functions hwmon: (ltc4245) Convert to use devm_ functions hwmon: (mcp3021) Convert to use devm_ functions hwmon: (sch5627) Convert to use devm_ functions hwmon: (sch5636) Convert to use devm_ functions hwmon: (sht15) Convert to use devm_ functions hwmon: (sht21) Convert to use devm_ functions hwmon: (vt8231) Convert to use devm_ functions hwmon: (w83l786ng) Convert to use devm_ functions hwmon: (jz4740-hwmon) Convert to use devm_ functions hwmon: (via-cputemp) Convert to use devm_ functions hwmon: (fam15h_power) Convert to use devm_ functions hwmon: (adm9240) Remove legacy chassis intrusion detection sysfs attribute hwmon: (w83792d) Remove legacy chassis intrusion detection attributes hwmon: (w83793) Remove legacy chassis intrusion detection sysfs attributes hwmon: (Documentation) Update feature-removal-schedule.txt hwmon: (max1111) Add support for MAX1110, MAX1112, and MAX1113 hwmon: (ina2xx) Use structure array to distinguish chip types hwmon: (ina2xx) Add support for INA220 and INA230 hwmon: (it87) Fix Kconfig for IT87 driver hwmon: Drop dependencies on EXPERIMENTAL hwmon: (adcxx) Simplify show_name function hwmon: (lm70) Simplify show_name function hwmon: (lm93) Drop unnecessary compare statement hwmon: (w83791d) Drop unnecessary compare statements Hartmut Knaack (1): hwmon: Driver for ADT7410 Peter Senna Tschudin (1): hwmon: (asus_atk0110) Remove useless kfree Sven Schuchmann (2): hwmon: (mcp3021) Prepare MCP3021 driver to support other chips hwmon: (mcp3021) Add MCP3221 support Vivien Didelot (3): hwmon: add Maxim MAX197 support hwmon: (sht15) remove multiple driver registration hwmon: (sht15) move header to linux/platform_data/ Documentation/feature-removal-schedule.txt | 10 - Documentation/hwmon/adt7410 | 51 +++ Documentation/hwmon/ina2xx | 18 ++ Documentation/hwmon/lm70 | 12 +- Documentation/hwmon/max197 | 60 ++++ Documentation/hwmon/mcp3021 | 23 +- arch/arm/mach-pxa/stargate2.c | 2 +- drivers/hwmon/Kconfig | 126 ++++---- drivers/hwmon/Makefile | 2 + drivers/hwmon/abituguru.c | 7 +- drivers/hwmon/abituguru3.c | 6 +- drivers/hwmon/ad7314.c | 16 +- drivers/hwmon/ad7414.c | 21 +- drivers/hwmon/ad7418.c | 21 +- drivers/hwmon/adcxx.c | 9 +- drivers/hwmon/adm1029.c | 21 +- drivers/hwmon/adm9240.c | 26 -- drivers/hwmon/ads1015.c | 12 +- drivers/hwmon/ads7828.c | 15 +- drivers/hwmon/ads7871.c | 21 +- drivers/hwmon/adt7410.c | 464 ++++++++++++++++++++++++++++ drivers/hwmon/adt7411.c | 9 +- drivers/hwmon/adt7462.c | 15 +- drivers/hwmon/adt7470.c | 15 +- drivers/hwmon/amc6821.c | 16 +- drivers/hwmon/asb100.c | 17 +- drivers/hwmon/asus_atk0110.c | 1 - drivers/hwmon/dme1737.c | 45 +-- drivers/hwmon/ds620.c | 16 +- drivers/hwmon/emc1403.c | 18 +- drivers/hwmon/emc2103.c | 10 +- drivers/hwmon/f71882fg.c | 48 ++- drivers/hwmon/f75375s.c | 8 +- drivers/hwmon/fam15h_power.c | 25 +- drivers/hwmon/g760a.c | 10 +- drivers/hwmon/ina2xx.c | 169 ++++------ drivers/hwmon/jz4740-hwmon.c | 53 +--- drivers/hwmon/lm70.c | 42 ++- drivers/hwmon/lm93.c | 2 +- drivers/hwmon/lm95241.c | 15 +- drivers/hwmon/lm95245.c | 15 +- drivers/hwmon/ltc4151.c | 15 +- drivers/hwmon/ltc4215.c | 15 +- drivers/hwmon/ltc4245.c | 14 +- drivers/hwmon/max1111.c | 74 ++++- drivers/hwmon/max1668.c | 8 +- drivers/hwmon/max197.c | 349 +++++++++++++++++++++ drivers/hwmon/mcp3021.c | 67 ++-- drivers/hwmon/sch5627.c | 5 +- drivers/hwmon/sch5636.c | 6 +- drivers/hwmon/sch56xx-common.c | 28 +- drivers/hwmon/sht15.c | 154 +++------ drivers/hwmon/sht21.c | 13 +- drivers/hwmon/via-cputemp.c | 23 +- drivers/hwmon/vt8231.c | 24 +- drivers/hwmon/w83791d.c | 7 +- drivers/hwmon/w83792d.c | 58 +--- drivers/hwmon/w83793.c | 23 -- drivers/hwmon/w83l786ng.c | 13 +- include/linux/platform_data/max197.h | 21 ++ include/linux/{ => platform_data}/sht15.h | 1 - 61 files changed, 1528 insertions(+), 882 deletions(-) create mode 100644 Documentation/hwmon/adt7410 create mode 100644 Documentation/hwmon/max197 create mode 100644 drivers/hwmon/adt7410.c create mode 100644 drivers/hwmon/max197.c create mode 100644 include/linux/platform_data/max197.h rename include/linux/{ => platform_data}/sht15.h (99%)
Attachment:
signature.asc
Description: Digital signature
_______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors