mbox series

[GIT,PULL] hwmon fixes for v6.13-rc1 (take 2)

Message ID 20241126041820.1054214-1-linux@roeck-us.net (mailing list archive)
State New
Headers show
Series [GIT,PULL] hwmon fixes for v6.13-rc1 (take 2) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v6.13-rc1-take2

Message

Guenter Roeck Nov. 26, 2024, 4:18 a.m. UTC
Hi Linus,

Please pull hwmon fixes for Linux v6.13-rc1 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v6.13-rc1-take2

Thanks,
Guenter
------

The following changes since commit 228a1157fb9fec47eb135b51c0202b574e079ebf:

  Merge tag '6.13-rc-part1-SMB3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 (2024-11-22 21:54:14 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v6.13-rc1-take2

for you to fetch changes up to 998b5a78a9ce1cc4378e7281e4ea310e37596170:

  hwmon: (aquacomputer_d5next) Fix length of speed_input array (2024-11-24 07:36:47 -0800)

----------------------------------------------------------------
hwmon fixes for v6.13-rc1 (take 2)

Three fixes for v6.13-rc1

- aquacomputer_d5next: Fix length of speed_input array

- tps23861: Fix reporting of negative temperatures

- tmp108: Do not fail in I3C probe when I3C regmap is a module

----------------------------------------------------------------
Aleksa Savic (1):
      hwmon: (aquacomputer_d5next) Fix length of speed_input array

Jarkko Nikula (1):
      hwmon: (tmp108) Do not fail in I3C probe when I3C regmap is a module

Murad Masimov (1):
      hwmon: (tps23861) Fix reporting of negative temperatures

 drivers/hwmon/aquacomputer_d5next.c | 2 +-
 drivers/hwmon/tmp108.c              | 5 -----
 drivers/hwmon/tps23861.c            | 2 +-
 3 files changed, 2 insertions(+), 7 deletions(-)