Hi Linus, Please pull hwmon updates for Linux 3.8-rc1 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 9489e9dcae718d5fde988e4a684a0f55b5f94d17: Linux 3.7-rc7 (2012-11-25 17:59:19 -0800) 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 44f751cee1b4baef9e3b49c6bd954f8b12b097a6: hwmon: (da9055) Fix chan_mux[DA9055_ADC_ADCIN3] setting (2012-12-05 10:55:55 -0800) ---------------------------------------------------------------- New driver: DA9055 Added/improved support for new chips in existing drivers: Z650/670, N550/570, ADS7830, AMD 16h family ---------------------------------------------------------------- Ashish Jangam (1): hwmon: DA9055 HWMON driver Axel Lin (2): hwmon: da9052: Use da9052_reg_update for rmw operations hwmon: (da9055) Fix chan_mux[DA9055_ADC_ADCIN3] setting Boris Ostrovsky (1): x86,AMD: Power driver support for AMD's family 16h processors Guenter Roeck (4): hwmon: (coretemp) Drop dependency on PCI for TjMax detection on Atom CPUs hwmon: (coretemp) Use model table instead of if/else to identify CPU models hwmon: (coretemp) Drop N4xx, N5xx, D4xx, D5xx CPUs from tjmax table hwmon: (coretemp) List TjMax for Z650/670 and N550/570 Guillaume Roguez (1): hwmon: (ads7828) add support for ADS7830 Vivien Didelot (1): hwmon: (ads7828) driver cleanup Wei Yongjun (1): hwmon: (ina2xx) use module_i2c_driver to simplify the code Documentation/hwmon/ads7828 | 46 +++-- Documentation/hwmon/coretemp | 2 + Documentation/hwmon/da9055 | 47 +++++ drivers/hwmon/Kconfig | 19 +- drivers/hwmon/Makefile | 1 + drivers/hwmon/ads7828.c | 247 ++++++++++-------------- drivers/hwmon/coretemp.c | 60 +++--- drivers/hwmon/da9052-hwmon.c | 27 +-- drivers/hwmon/da9055-hwmon.c | 336 +++++++++++++++++++++++++++++++++ drivers/hwmon/fam15h_power.c | 4 + drivers/hwmon/ina2xx.c | 13 +- include/linux/platform_data/ads7828.h | 29 +++ 12 files changed, 607 insertions(+), 224 deletions(-) create mode 100644 Documentation/hwmon/da9055 create mode 100644 drivers/hwmon/da9055-hwmon.c create mode 100644 include/linux/platform_data/ads7828.h
Attachment:
signature.asc
Description: Digital signature
_______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors