mbox series

[GIT,PULL] hwmon fixes for v5.19-rc5

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

Pull-request

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

Message

Guenter Roeck July 1, 2022, 7:01 p.m. UTC
Hi Linus,

Please pull hwmon fixes for Linux v5.19-rc5 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.19-rc5

Thanks,
Guenter
------

The following changes since commit a111daf0c53ae91e71fd2bfe7497862d14132e3e:

  Linux 5.19-rc3 (2022-06-19 15:06:47 -0500)

are available in the Git repository at:

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

for you to fetch changes up to d0e51022a025ca5350fafb8e413a6fe5d4baf833:

  hwmon: (ibmaem) don't call platform_device_del() if platform_device_add() fails (2022-07-01 11:53:29 -0700)

----------------------------------------------------------------
hwmon fixes for v5.19-rc5

* Fix error handling in ibmaem driver initialization

* Fix bad data reported by occ driver after setting power cap

* Fix typos in pmbus/ucd9200 driver comments

----------------------------------------------------------------
Eddie James (1):
      hwmon: (occ) Prevent power cap command overwriting poll response

Jiang Jian (1):
      hwmon: (pmbus/ucd9200) fix typos in comments

Yang Yingliang (1):
      hwmon: (ibmaem) don't call platform_device_del() if platform_device_add() fails

 drivers/hwmon/ibmaem.c        | 12 ++++++++----
 drivers/hwmon/occ/common.c    |  5 +++--
 drivers/hwmon/occ/common.h    |  3 ++-
 drivers/hwmon/occ/p8_i2c.c    | 13 +++++++------
 drivers/hwmon/occ/p9_sbe.c    |  7 +++----
 drivers/hwmon/pmbus/ucd9200.c |  2 +-
 6 files changed, 24 insertions(+), 18 deletions(-)

Comments

pr-tracker-bot@kernel.org July 1, 2022, 7:19 p.m. UTC | #1
The pull request you sent on Fri,  1 Jul 2022 12:01:01 -0700:

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

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

Thank you!