[GIT PULL] w1: drivers for v6.19
From: Krzysztof Kozlowski
Date: Mon Nov 17 2025 - 05:51:32 EST
Hi Greg,
Few cleanups for 1-wire.
Best regards,
Krzysztof
The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:
Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-w1.git tags/w1-drv-6.19
for you to fetch changes up to a5d908e0ec05bd4f5dd818160f0252861879a5a2:
w1: omap-hdq: Remove redundant pm_runtime_mark_last_busy() calls (2025-11-11 10:55:18 +0100)
----------------------------------------------------------------
1-Wire bus drivers for v6.19
Just a bunch of cleanups for few 1-Wire drivers: use sysfs_emit() in
sysfs show, avoid strcpy() and strcat(), and drop unneeded
pm_runtime_mark_last_busy() because core runtime PM handles it.
----------------------------------------------------------------
Sakari Ailus (1):
w1: omap-hdq: Remove redundant pm_runtime_mark_last_busy() calls
Thorsten Blum (1):
w1: ds28e17: Replace deprecated strcpy + strcat in w1_f19_add_slave
Vivek BalachandharTN (1):
w1: use sysfs_emit() in sysfs show() callbacks
drivers/w1/masters/omap_hdq.c | 5 -----
drivers/w1/slaves/w1_ds28e17.c | 4 ++--
drivers/w1/w1.c | 20 ++++++++++----------
3 files changed, 12 insertions(+), 17 deletions(-)