mbox series

[GIT,PULL] hwmon fixes for v6.0-rc5

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

Pull-request

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

Message

Guenter Roeck Sept. 10, 2022, 2:29 p.m. UTC
Hi Linus,

Please pull hwmon fixes for Linux v6.0-rc5 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v6.0-rc5

Thanks,
Guenter
------

The following changes since commit 7e18e42e4b280c85b76967a9106a13ca61c16179:

  Linux 6.0-rc4 (2022-09-04 13:10:01 -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.0-rc5

for you to fetch changes up to 88700d1396bae72d9a4c23a48bbd98c1c2f53f3d:

  hwmon: (asus-ec-sensors) autoload module via DMI data (2022-09-09 10:45:08 -0700)

----------------------------------------------------------------
hwmon fixes for v6.0-rc5

- Fix severe regression in asus-ec-sensors driver which resulted
  in EC driver failures.

- Fix various bugs in mr75203 driver

- Fix byte order bug in tps23861 driver

----------------------------------------------------------------
Alexandru Gagniuc (1):
      hwmon: (tps23861) fix byte order in resistance register

Eliav Farber (6):
      dt-bindings: hwmon: (mr75203) fix "intel,vm-map" property to be optional
      hwmon: (mr75203) fix VM sensor allocation when "intel,vm-map" not defined
      hwmon: (mr75203) update pvt->v_num and vm_num to the actual number of used sensors
      hwmon: (mr75203) fix voltage equation for negative source input
      hwmon: (mr75203) fix multi-channel voltage reading
      hwmon: (mr75203) enable polling for all VM channels

Eugene Shalygin (1):
      hwmon: (asus-ec-sensors) autoload module via DMI data

 .../devicetree/bindings/hwmon/moortec,mr75203.yaml |   1 -
 drivers/hwmon/asus-ec-sensors.c                    | 408 +++++++++++----------
 drivers/hwmon/mr75203.c                            |  72 ++--
 drivers/hwmon/tps23861.c                           |  10 +-
 4 files changed, 278 insertions(+), 213 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 10, 2022, 5:38 p.m. UTC | #1
The pull request you sent on Sat, 10 Sep 2022 07:29:42 -0700:

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

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

Thank you!