mbox series

[GIT,PULL] hwmon fixes for v5.8-rc4

Message ID 20200703220336.33100-1-linux@roeck-us.net (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] hwmon fixes for v5.8-rc4 | expand

Pull-request

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

Message

Guenter Roeck July 3, 2020, 10:03 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org July 4, 2020, 12:30 a.m. UTC | #1
The pull request you sent on Fri,  3 Jul 2020 15:03:36 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.8-rc4

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

Thank you!