[GIT PULL] hwmon fixes for v4.7-rc3
From: Guenter Roeck
Date: Fri Jun 10 2016 - 12:36:45 EST
Hi Linus,
Please pull hwmon fixes for Linux v4.7-rc3 from signed tag:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-linus-v4.7-rc3
Thanks,
Guenter
------
The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b:
Linux 4.7-rc2 (2016-06-05 14:31:26 -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.7-rc3
for you to fetch changes up to 38bab98a8da4a2ff5c3f55b045b0c8bf6901362f:
hwmon: (lm90) use proper type for update_interval (2016-06-07 20:13:05 -0700)
----------------------------------------------------------------
hwmon fixes for v4.7-rc3
Fix regression in fam15h_power driver
Minor variable type fix in lm90 driver
Document compatible statement for ina2xx driver
----------------------------------------------------------------
Borislav Petkov (1):
hwmon: (fam15h_power) Disable preemption when reading registers
Krzysztof Kozlowski (1):
hwmon: (ina2xx) Document compatible for INA231
Wolfram Sang (1):
hwmon: (lm90) use proper type for update_interval
Documentation/devicetree/bindings/hwmon/ina2xx.txt | 1 +
drivers/hwmon/fam15h_power.c | 8 ++------
drivers/hwmon/lm90.c | 2 +-
3 files changed, 4 insertions(+), 7 deletions(-)