[GIT PULL] hwmon changes for v4.1

From: Guenter Roeck
Date: Mon Apr 13 2015 - 02:53:22 EST


Hi Linus,

Please pull hwmon changes for Linux v4.1 from signed tag:

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

Thanks,
Guenter
------

The following changes since commit 9eccca0843205f87c00404b663188b88eb248051:

Linux 4.0-rc3 (2015-03-08 16:09:09 -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.1

for you to fetch changes up to f354169e0f7dcd1b2c82cf1f98f6d976e85f74c3:

hwmon: (pwm-fan) Update the duty cycle inorder to control the pwm-fan (2015-04-12 15:59:11 -0700)

----------------------------------------------------------------
- Support for new chips
- Add support for IT8620E, IT8781F, IT8786E, and IT8790E to it87 driver
- Add driver for NCT7904
- Functional improvements
- Support for new devicetree structure in ibmpowernv driver
- Register pwm-fan and gpio-fan drivers as thermal cooling devices
- Various minor cleanup and improvements to it87, nct6775, jc42,
ibmpex, and coretemp drivers

----------------------------------------------------------------
Anand Moon (1):
hwmon: (pwm-fan) Update the duty cycle inorder to control the pwm-fan

CÃdric Le Goater (9):
hwmon: (ibmpowernv) replace AMBIENT_TEMP by TEMP
hwmon: (ibmpowernv) add a get_sensor_type() routine
hwmon: (ibmpowernv) add a convert_opal_attr_name() routine
hwmon: (ibmpowernv) change create_hwmon_attr_name() prototype
hwmon: (ibmpowernv) do not use the OPAL index for hwmon attribute names
hwmon: (ibmpowernv) add a helper routine create_hwmon_attr
hwmon: (ibmpowernv) add support for the new device tree
hwmon: (ibmpowernv) add a label attribute
hwmon: (ibmpowernv) pretty print labels

Fabian Frederick (1):
hwmon: (pwm-fan, vexpress) Constify of_device_id array

Guenter Roeck (20):
hwmon: (it87) Add support for IT8781F
hwmon: (jc42) Add support for additional IDT temperature sensors
hwmon: (it87) Don't configure 16 bit fan counters it not necessary
hwmon: (it87) Add feature flags for fans count and 16-bit fan configuration
hwmon: (it87) Add feature flag for VID support
hwmon: (it87) No need to skip fan4 for IT8603
hwmon: (nct7904) Strengthen detect function
hwmon: (pwm-fan) Declare pwm_fan_of_get_cooling_data static
hwmon: (nct6775) Convert to use SIMPLE_DEV_PM_OPS
hwmon: (nct6775) Restore hardware monitoring logical device status on resume
hwmon: (nct6775) Enable auxiliary fan monitoring on ASRock Z77 Pro4-M
hwmon: (it87) Fix pwm sysfs attribute removal
hwmon: (it87) Fix PWM frequency display for chips with newer PWM control
hwmon: (it87) Introduce configuration field for chip suffix
hwmon: (it87) Introduce feature flag to reflect internal in7 sensor
hwmon: (it87) Add support for IT8790E
hwmon: (it87) Add support for IT8620E
hwmon: (it87) Add support for 6th fan of IT8620E
hwmon: (ibmpowernv) Fix build error seen for some configurations
hwmon: (it87) Use feature macros on sio_data

Lukasz Majewski (3):
hwmon: (pwm-fan) Extract __set_pwm() function to only modify PWM duty cycle
hwmon: (pwm-fan) Read PWM FAN configuration from device tree
hwmon: (pwm-fan) Add support for using PWM FAN as a cooling device

Nishanth Menon (2):
(gpio-fan): Add thermal control hooks
hwmon: (gpio-fan) Move the thermal registration after registration is complete

Randy Dunlap (2):
hwmon: (pwm-fan) Fix build when THERMAL=m
hwmon: (gpio-fan) Fix build with CONFIG_THERMAL=m and SENSORS_GPIO_FAN=y

Rasmus Villemoes (2):
hwmon: (coretemp) Allow format checking
hwmon: (ibmpex) Allow format string checking

Simon Guinot (1):
hwmon: (gpio-fan) allow to use alarm support alone from DT

Thomas Lorblanches (1):
hwmon: (it87) Add support for IT8786E

Vadim V. Vlasov (1):
hwmon: Add Nuvoton NCT7904 hwmon driver

.../devicetree/bindings/gpio/gpio-fan.txt | 19 +-
Documentation/hwmon/it87 | 48 +-
Documentation/hwmon/jc42 | 8 +-
Documentation/hwmon/nct7904 | 60 +++
drivers/hwmon/Kconfig | 18 +-
drivers/hwmon/Makefile | 1 +
drivers/hwmon/coretemp.c | 11 +-
drivers/hwmon/gpio-fan.c | 130 ++++-
drivers/hwmon/ibmpex.c | 19 +-
drivers/hwmon/ibmpowernv.c | 267 ++++++++--
drivers/hwmon/it87.c | 298 ++++++++---
drivers/hwmon/jc42.c | 16 +-
drivers/hwmon/nct6775.c | 76 ++-
drivers/hwmon/nct7904.c | 593 +++++++++++++++++++++
drivers/hwmon/pwm-fan.c | 184 ++++++-
drivers/hwmon/vexpress.c | 2 +-
16 files changed, 1489 insertions(+), 261 deletions(-)
create mode 100644 Documentation/hwmon/nct7904
create mode 100644 drivers/hwmon/nct7904.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/