[GIT PULL] hwmon fixes for v4.20-rc5
From: Guenter Roeck
Date: Sun Nov 25 2018 - 18:47:15 EST
Hi Linus,
Please pull hwmon fixes for Linux v4.20-rc5 from signed tag:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v4.20-rc5
Thanks,
Guenter
------
The following changes since commit ccda4af0f4b92f7b4c308d3acc262f4a7e3affad:
Linux 4.20-rc2 (2018-11-11 17:12:31 -0600)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v4.20-rc5
for you to fetch changes up to 09aaf6813cfca4c18034fda7a43e68763f34abb1:
hwmon: (w83795) temp4_type has writable permission (2018-11-18 14:34:56 -0800)
----------------------------------------------------------------
hwmon fixes for v4.20-rc5
Fix temp4_type attribute permissions in w83795 driver
Fix tacho fault detection in mlxreg-fan driver
Fix current value calculations in ina2xx driver
Fix initial notification/warning in raspberrypi driver
Fix a NULL pointer access in ina2xx
----------------------------------------------------------------
Huacai Chen (1):
hwmon: (w83795) temp4_type has writable permission
Nicolin Chen (2):
hwmon (ina2xx) Fix NULL id pointer in probe()
hwmon: (ina2xx) Fix current value calculation
Stefan Wahren (1):
hwmon: (raspberrypi) Fix initial notify
Vadim Pasternak (1):
hwmon: (mlxreg-fan) Fix macros for tacho fault reading
drivers/hwmon/ina2xx.c | 6 +++---
drivers/hwmon/mlxreg-fan.c | 2 +-
drivers/hwmon/raspberrypi-hwmon.c | 6 ------
drivers/hwmon/w83795.c | 2 +-
4 files changed, 5 insertions(+), 11 deletions(-)