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

From: Guenter Roeck
Date: Sat Sep 10 2022 - 10:29:52 EST


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(-)