[GIT PULL] hwmon updates for v6.19 (take 2)

From: Guenter Roeck
Date: Mon Dec 08 2025 - 09:57:39 EST


Hi Linus,

Please pull hwmon fixes for Linux v6.19-rc1 from signed tag:

git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v6.19-take-2

Thanks,
Guenter
------

The following changes since commit 67a454e6b1c604555c04501c77b7fedc5d98a779:

Merge tag 'memblock-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock (2025-12-07 08:56:10 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v6.19-take-2

for you to fetch changes up to 08bfcf4ff9d39228150a757803fc02dffce84ab0:

docs: hwmon: fix link to g762 devicetree binding (2025-12-07 14:10:18 -0800)

----------------------------------------------------------------
hwmon fixes for v6.19-rc1

* Documentation: Fix link to g762 devicetree binding

* emc2305: Fix devicetree refcount leak and double put

* dell-smm: Fix channel-index off-by-one error

* w83791d: Convert macros to functions to avoid TOCTOU

----------------------------------------------------------------
Armin Wolf (1):
hwmon: (dell-smm) Fix off-by-one error in dell_smm_is_visible()

Gui-Dong Han (1):
hwmon: (w83791d) Convert macros to functions to avoid TOCTOU

Kathara Sasikumar (1):
docs: hwmon: fix link to g762 devicetree binding

Pei Xiao (2):
hwmon: (emc2305) fix double put in emc2305_probe_childs_from_dt
hwmon: (emc2305) fix device node refcount leak in error path

Documentation/hwmon/g762.rst | 2 +-
drivers/hwmon/dell-smm-hwmon.c | 4 ++--
drivers/hwmon/emc2305.c | 8 ++++----
drivers/hwmon/w83791d.c | 19 ++++++++++++-------
4 files changed, 19 insertions(+), 14 deletions(-)