mbox series

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

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

Pull-request

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

Message

Guenter Roeck Oct. 2, 2021, 4:13 p.m. UTC
Hi Linus,

Please pull hwmon fixes for Linux v5.15-rc4 from signed tag:

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

Thanks,
Guenter
------

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -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.15-rc4

for you to fetch changes up to dd4d747ef05addab887dc8ff0d6ab9860bbcd783:

  hwmon: (w83793) Fix NULL pointer dereference by removing unnecessary structure field (2021-10-02 05:14:11 -0700)

----------------------------------------------------------------
hwmon fixes for v5.15-rc4

- Fixed various potential NULL pointer accesses in w8379* drivers
- Improved error handling, fault reporting, and fixed rounding in thmp421 driver
- Fixed error handling in ltc2947 driver
- Added missing attribute to pmbus/mp2975 driver
- Fixed attribute values in pbus/ibm-cffps, occ, and mlxreg-fan drivers
- Removed unused residual code from k10temp driver

----------------------------------------------------------------
Brandon Wyman (1):
      hwmon: (pmbus/ibm-cffps) max_power_out swap changes

Eddie James (1):
      hwmon: (occ) Fix P10 VRM temp sensors

Nadezda Lutovinova (3):
      hwmon: (w83791d) Fix NULL pointer dereference by removing unnecessary structure field
      hwmon: (w83792d) Fix NULL pointer dereference by removing unnecessary structure field
      hwmon: (w83793) Fix NULL pointer dereference by removing unnecessary structure field

Paul Fertser (3):
      hwmon: (tmp421) handle I2C errors
      hwmon: (tmp421) report /PVLD condition as fault
      hwmon: (tmp421) fix rounding for negative values

Uwe Kleine-König (1):
      hwmon: (ltc2947) Properly handle errors when looking for the external clock

Vadim Pasternak (2):
      hwmon: (mlxreg-fan) Return non-zero value when fan current state is enforced from sysfs
      hwmon: (pmbus/mp2975) Add missed POUT attribute for page 1 mp2975 controller

suma hegde (1):
      hwmon: (k10temp) Remove residues of current and voltage

 Documentation/hwmon/k10temp.rst | 17 ----------
 drivers/hwmon/k10temp.c         |  6 ----
 drivers/hwmon/ltc2947-core.c    |  8 +++--
 drivers/hwmon/mlxreg-fan.c      | 12 +++++--
 drivers/hwmon/occ/common.c      | 17 +++-------
 drivers/hwmon/pmbus/ibm-cffps.c | 10 ++++--
 drivers/hwmon/pmbus/mp2975.c    |  2 +-
 drivers/hwmon/tmp421.c          | 71 ++++++++++++++++++++++-------------------
 drivers/hwmon/w83791d.c         | 29 +++++++----------
 drivers/hwmon/w83792d.c         | 28 +++++++---------
 drivers/hwmon/w83793.c          | 26 +++++++--------
 11 files changed, 101 insertions(+), 125 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 3, 2021, 12:52 a.m. UTC | #1
The pull request you sent on Sat,  2 Oct 2021 09:13:53 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7b66f4393ad421e425ba643fde0493fa64346a43

Thank you!