[GIT PULL] hwmon fixes for v5.4-rc6

From: Guenter Roeck
Date: Sat Nov 02 2019 - 10:59:12 EST


Hi Linus,

Please pull hwmon fixes for Linux v5.4-rc6 from signed tag:

git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.4-rc6

Thanks,
Guenter
------

The following changes since commit 4f5cafb5cb8471e54afdc9054d973535614f7675:

Linux 5.4-rc3 (2019-10-13 16:37:36 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v5.4-rc6

for you to fetch changes up to 2ccb4f16d013a0954459061d38172b1c53553ba6:

hwmon: (ina3221) Fix read timeout issue (2019-10-28 18:46:55 -0700)

----------------------------------------------------------------
hwmon fixes for v5.4-rc6

Fix read timeout problem in ina3221 driver
Fix wrong bitmask in nct7904 driver

----------------------------------------------------------------
Nicolin Chen (1):
hwmon: (ina3221) Fix read timeout issue

amy.shih (1):
hwmon: (nct7904) Fix the incorrect value of vsen_mask & tcpu_mask & temp_mode in nct7904_data struct.

drivers/hwmon/ina3221.c | 2 +-
drivers/hwmon/nct7904.c | 15 ++++++++++++---
2 files changed, 13 insertions(+), 4 deletions(-)