mbox series

[GIT,PULL] hwmon fixes for v4.20-rc5

Message ID 1543189630-5306-1-git-send-email-linux@roeck-us.net (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] hwmon fixes for v4.20-rc5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v4.20-rc5

Message

Guenter Roeck Nov. 25, 2018, 11:47 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Nov. 26, 2018, 5:45 p.m. UTC | #1
The pull request you sent on Sun, 25 Nov 2018 15:47:10 -0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v4.20-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6f8b52ba442ce1372a58df4e85f169686ef52a0d

Thank you!