OSDN Git Service

Merge tag 'hwmon-for-linus-v4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 31 May 2015 18:24:49 +0000 (11:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 31 May 2015 18:24:49 +0000 (11:24 -0700)
commit30a5f11896a26a345e934e18e9a62c714bc1ceed
treefbc7dcfbbe31f1a6e793771f329f687dbba2812a
parentaaa20fc23341be3df7b17810e330f12244abcf29
parentc7bd6dc320b85445b6b36a0aff41f929210027c7
Merge tag 'hwmon-for-linus-v4.1-rc6' of git://git./linux/kernel/git/groeck/linux-staging

Pull hwmon fixes from Guenter Roeck:
 "Some late hwmon patches, all headed for -stable

   - fix sysfs attribute initialization in nct6775 and nct6683 drivers

   - do not attempt to auto-detect tmp435 on I2C address 0x37

   - ensure iio channel is of type IIO_VOLTAGE in ntc_thermistor driver"

* tag 'hwmon-for-linus-v4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
  hwmon: (nct6683) Add missing sysfs attribute initialization
  hwmon: (nct6775) Add missing sysfs attribute initialization
  hwmon: (tmp401) Do not auto-detect chip on I2C address 0x37
  hwmon: (ntc_thermistor) Ensure iio channel is of type IIO_VOLTAGE