[GIT PULL] w1: drivers for v7.3

From: Krzysztof Kozlowski

Date: Thu Aug 06 2026 - 04:37:13 EST


Hi Greg,

Minor w1 driver stuff

Best regards,
Krzysztof


The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:

Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-w1.git tags/w1-drv-7.3

for you to fetch changes up to 4d3721b204f961e905714954ff95633337b768e3:

w1: ds2482: Fix signedness bug in ds2482_w1_triplet() (2026-07-27 20:47:01 +0200)

----------------------------------------------------------------
1-Wire bus drivers for v7.3

1. Improve (fix) ds2482 driver module autoloading, when probing from
Devicetree.

2. Convert HDQ One Wire devicetree bindings to DT schema format.

3. Fixes for handling incorrect data from potentially malicious
hardware, looking theoretical issues but still worth to fix.
Affected drivers: w1 core code, ds28e17 and ds2482.

----------------------------------------------------------------
Babanpreet Singh (1):
w1: ds2482: Fix signedness bug in ds2482_w1_triplet()

Eduard Bostina (1):
dt-bindings: w1: Convert HDQ One Wire to DT schema

Kryštof Černý (1):
w1: ds2482: add OF device match table

Maoyi Xie (1):
w1: ds28e17: reject an oversize length on an I2C block read

Pengpeng Hou (1):
w1: validate slave string length before checking separator

Documentation/devicetree/bindings/w1/omap-hdq.txt | 22 -------
Documentation/devicetree/bindings/w1/ti,hdq.yaml | 70 +++++++++++++++++++++++
Documentation/w1/masters/omap-hdq.rst | 2 +-
drivers/w1/masters/ds2482.c | 12 ++++
drivers/w1/slaves/w1_ds28e17.c | 8 +++
drivers/w1/w1.c | 5 ++
6 files changed, 96 insertions(+), 23 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/w1/omap-hdq.txt
create mode 100644 Documentation/devicetree/bindings/w1/ti,hdq.yaml