[GIT PULL] hwmon fixes for v6.9-rc8
From: Guenter Roeck
Date: Thu May 09 2024 - 12:43:27 EST
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(-)