[GIT PULL] hwmon fixes for v5.8-rc4
From: Guenter Roeck
Date: Fri Jul 03 2020 - 18:04:37 EST
Hi Linus,
Please pull hwmon fixes for Linux v5.8-rc4 from signed tag:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.8-rc4
Thanks,
Guenter
------
The following changes since commit 48778464bb7d346b47157d21ffde2af6b2d39110:
Linux 5.8-rc2 (2020-06-21 15:45:29 -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.8-rc4
for you to fetch changes up to 0d242479b3e6f7b5aebea3ef07b8a73c4f45b50c:
hwmon: (pmbus) fix a typo in Kconfig SENSORS_IR35221 option (2020-07-02 17:43:14 -0700)
----------------------------------------------------------------
hwmon fixes for v5.8-rc4
Accumulated hwmon patches:
- Fix typo in Kconfig SENSORS_IR35221 option
- Fix potential memory leak in acpi_power_meter_add()
- Make sure the OVERT mask is set correctly in max6697 driver
- In PMBus core, fix page vs. register when accessing fans
- Mark is_visible functions static in bt1-pvt driver
- Define Temp- and Volt-to-N poly as maybe-unused in bt1-pvt driver
----------------------------------------------------------------
Chu Lin (1):
hwmon: (max6697) Make sure the OVERT mask is set correctly
Guenter Roeck (1):
hwmon: (bt1-pvt) Mark is_visible functions static
Jan KundrÃt (1):
hwmon: (pmbus) Fix page vs. register when accessing fans
Misono Tomohiro (1):
hwmon: (acpi_power_meter) Fix potential memory leak in acpi_power_meter_add()
Serge Semin (1):
hwmon: (bt1-pvt) Define Temp- and Volt-to-N poly as maybe-unused
Tao Ren (1):
hwmon: (pmbus) fix a typo in Kconfig SENSORS_IR35221 option
drivers/hwmon/acpi_power_meter.c | 4 +++-
drivers/hwmon/bt1-pvt.c | 12 ++++++------
drivers/hwmon/max6697.c | 7 ++++---
drivers/hwmon/pmbus/Kconfig | 2 +-
drivers/hwmon/pmbus/pmbus_core.c | 8 ++++----
5 files changed, 18 insertions(+), 15 deletions(-)