[GIT PULL] hwmon fixes for v6.11-rc8

From: Guenter Roeck
Date: Thu Sep 12 2024 - 17:02:28 EST


Hi Linus,

Please pull hwmon fixes for Linux v6.11-rc8 from signed tag:

git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v6.11-rc8

Thanks,
Guenter
------

The following changes since commit da3ea35007d0af457a0afc87e84fddaebc4e0b63:

Linux 6.11-rc7 (2024-09-08 14:50:28 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v6.11-rc8

for you to fetch changes up to 20471071f198c8626dbe3951ac9834055b387844:

hwmon: (pmbus) Conditionally clear individual status bits for pmbus rev >= 1.2 (2024-09-09 10:58:09 -0700)

----------------------------------------------------------------
hwmon fixes for v6.11-rc8/v6.11

- Fix clearing status register bits for chips supporting older
PMBus versions

----------------------------------------------------------------
Patryk Biel (1):
hwmon: (pmbus) Conditionally clear individual status bits for pmbus rev >= 1.2

drivers/hwmon/pmbus/pmbus.h | 6 ++++++
drivers/hwmon/pmbus/pmbus_core.c | 17 ++++++++++++++---
2 files changed, 20 insertions(+), 3 deletions(-)