From: Krzysztof Kozlowski <krzk@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Krzysztof Kozlowski <krzk@kernel.org>, linux-kernel@vger.kernel.org
Subject: [GIT PULL] w1: drivers for v7.3
Date: Thu, 6 Aug 2026 10:34:27 +0200 [thread overview]
Message-ID: <20260806083429.351158-2-krzk@kernel.org> (raw)
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
next reply other threads:[~2026-08-06 8:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-06 8:34 Krzysztof Kozlowski [this message]
2026-08-06 9:09 ` [GIT PULL] w1: drivers for v7.3 Greg Kroah-Hartman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260806083429.351158-2-krzk@kernel.org \
--to=krzk@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox