mbox series

[GIT,PULL] hwmon fixes for v6.1-rc2

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

Pull-request

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

Message

Guenter Roeck Oct. 22, 2022, 2:03 p.m. UTC
Hi Linus,

Please pull hwmon fixes for Linux v6.1-rc2 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v6.1-rc2

Thanks,
Guenter
------

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36: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.1-rc2

for you to fetch changes up to 5619c6609130bce910736a61724a5ee033a0822c:

  hwmon: (corsair-psu) Add USB id of the new HX1500i psu (2022-10-22 06:59:12 -0700)

----------------------------------------------------------------
hwmon fixes for v6.1-rc2

- corsair-psu: Fix typo in USB id description, and add USB ID for new PSU

- pwm-fan: Fix fan power handling when disabling fan control

----------------------------------------------------------------
Matthias Schiffer (1):
      hwmon: (pwm-fan) Explicitly switch off fan power when setting pwm1_enable to 0

Wilken Gottwalt (2):
      hwmon: (corsair-psu) fix typo in USB id description
      hwmon: (corsair-psu) Add USB id of the new HX1500i psu

 Documentation/hwmon/corsair-psu.rst | 2 ++
 drivers/hwmon/corsair-psu.c         | 3 ++-
 drivers/hwmon/pwm-fan.c             | 5 ++++-
 3 files changed, 8 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 22, 2022, 11:09 p.m. UTC | #1
The pull request you sent on Sat, 22 Oct 2022 07:03:03 -0700:

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

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

Thank you!