[GIT PULL] hwmon updates for v4.4

From: Guenter Roeck
Date: Sun Nov 01 2015 - 20:23:35 EST


Hi Linus,

Please pull hwmon updates for Linux v4.4 from signed tag:

git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-linus-v4.4

Thanks,
Guenter
------

The following changes since commit 25cb62b76430a91cc6195f902e61c2cb84ade622:

Linux 4.3-rc5 (2015-10-11 11:09:45 -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-v4.4

for you to fetch changes up to 3b5ea47dbff0c934b7b979bcc772427a2404ed3d:

hwmon: (fam15h_power) Add max compute unit accumulated power (2015-10-31 15:43:41 -0700)

----------------------------------------------------------------
hwmon updates for v4.4

New driver for MAX31790, added support for TMP75C, as well as cleanups
and minor improvements in various drivers.

----------------------------------------------------------------
Ben Gardner (1):
hwmon: (lm75) Add support for TMP75C

CÃdric Le Goater (1):
hwmon: (ibmpowernv) Add OF compatibility table entry

Guenter Roeck (2):
hwmon: (nct6775) NCT6791D and NCT6792D have an additional temperature source
hwmon: (nct6775) Introduce separate temperature labels for NCT6792 and NCT6793

Huang Rui (3):
hwmon: (fam15h_power) Refactor attributes for dynamically added
hwmon: (fam15h_power) Enable power1_input on AMD Carrizo
hwmon: (fam15h_power) Add max compute unit accumulated power

Il Han (1):
hwmon: Driver for Maxim MAX31790

Lukasz Odzioba (1):
hwmon: (coretemp) Increase limit of maximum core ID from 32 to 128.

Marc Titinger (3):
hwmon: (ina2xx) convert driver to using regmap
hwmon: (ina2xx) give precedence to DT over checking for platform data.
hwmon: (ina2xx) remove no longer used variable 'kind'

Sudeep Holla (1):
hwmon: (abx500) drop the use of IRQF_NO_SUSPEND

Sudip Mukherjee (1):
hwmon: (max31790) Fix dereference of ERR_PTR

Documentation/hwmon/lm75 | 5 +-
Documentation/hwmon/max31790 | 37 +++
drivers/hwmon/Kconfig | 10 +
drivers/hwmon/Makefile | 1 +
drivers/hwmon/abx500.c | 2 +-
drivers/hwmon/coretemp.c | 2 +-
drivers/hwmon/fam15h_power.c | 87 +++++--
drivers/hwmon/ibmpowernv.c | 7 +
drivers/hwmon/ina2xx.c | 243 +++++++----------
drivers/hwmon/lm75.c | 7 +
drivers/hwmon/max31790.c | 603 +++++++++++++++++++++++++++++++++++++++++++
drivers/hwmon/nct6775.c | 101 +++++++-
12 files changed, 926 insertions(+), 179 deletions(-)
create mode 100644 Documentation/hwmon/max31790
create mode 100644 drivers/hwmon/max31790.c
--
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/