]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'hwmon-for-linus-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 22 Feb 2016 20:12:46 +0000 (12:12 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 22 Feb 2016 20:12:46 +0000 (12:12 -0800)
commitd2b7dce577e27426ee11f7d5bda1928c0e6c9bd2
treedfa18f24757ae0d55a9d06af0c61a3a228bf50e5
parent4d1ea588deb5b2ae8da0cea580843473ad5f6063
parent9d6afdba190c7bb8ccb7b5bd48ad85d09bde17b6
Merge tag 'hwmon-for-linus-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging

Pull hwmon fixes from Guenter Roeck:
 "Two fixes headed for stable:

   - Remove an unnecessary speed_index lookup for thermal hook in the
     gpio-fan driver.  The unnecessary speed lookup can hog the system.

   - Handle negative conversion values correctly in the ads1015 driver"

* tag 'hwmon-for-linus-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
  hwmon: (gpio-fan) Remove un-necessary speed_index lookup for thermal hook
  hwmon: (ads1015) Handle negative conversion values correctly