linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] w1: drivers for v7.3
@ 2026-08-06  8:34 Krzysztof Kozlowski
  2026-08-06  9:09 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2026-08-06  8:34 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Krzysztof Kozlowski, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-06  9:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-06  8:34 [GIT PULL] w1: drivers for v7.3 Krzysztof Kozlowski
2026-08-06  9:09 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).