mbox series

[GIT,PULL] hwmon fixes for v6.9-rc8

Message ID 20240509164316.3876202-1-linux@roeck-us.net (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] hwmon fixes for v6.9-rc8 | expand

Pull-request

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

Message

Guenter Roeck May 9, 2024, 4:43 p.m. UTC
Hi Linus,

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

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

Thanks,
Guenter
------

The following changes since commit e67572cd2204894179d89bd7b984072f19313b03:

  Linux 6.9-rc6 (2024-04-28 13:47:24 -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.9-rc8

for you to fetch changes up to 26e8383b116d0dbe74e28f86646563ab46d66d83:

  hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us (2024-05-09 09:37:06 -0700)

----------------------------------------------------------------
hwmon fixes for v6.9-rc8

- pmbus/ucd9000: Increase chip access delay to avoid random access
  errors

- corsair-cpro: Protect kernel code against parallel hidraw access
  from userspace

----------------------------------------------------------------
Aleksa Savic (3):
      hwmon: (corsair-cpro) Use a separate buffer for sending commands
      hwmon: (corsair-cpro) Use complete_all() instead of complete() in ccp_raw_event()
      hwmon: (corsair-cpro) Protect ccp->wait_input_report with a spinlock

Lakshmi Yadlapati (1):
      hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us

 drivers/hwmon/corsair-cpro.c  | 43 +++++++++++++++++++++++++++++++------------
 drivers/hwmon/pmbus/ucd9000.c |  6 +++---
 2 files changed, 34 insertions(+), 15 deletions(-)

Comments

pr-tracker-bot@kernel.org May 9, 2024, 5:34 p.m. UTC | #1
The pull request you sent on Thu,  9 May 2024 09:43:16 -0700:

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

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

Thank you!