[GIT PULL] w1: drivers for v6.14

From: Krzysztof Kozlowski
Date: Tue Dec 31 2024 - 08:38:46 EST


The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 419a40cc2bdda0eadd643de55b70f212354761a2:

w1: core: use sysfs_emit() instead of sprintf() (2024-12-22 15:42:15 +0100)

----------------------------------------------------------------
1-Wire bus drivers for v6.14

1. ds2482: Add support for handling the VCC regulator supply and three
more minor improvements/cleanups.

2. Constify 'struct bin_attribute' in all drivers.

3. W1 core: use sysfs_emit() instead of sprintf(), as preferred coding
style.

----------------------------------------------------------------
Kryštof Černý (4):
dt-bindings: w1: ds2482: Add vcc-supply property
w1: ds2482: switch to devm_kzalloc() from kzalloc()
w1: ds2482: Add regulator support
w1: ds2482: Fix datasheet URL

Thomas Weißschuh (12):
w1: Constify 'struct bin_attribute'
w1: ds2406: Constify 'struct bin_attribute'
w1: ds2408: Constify 'struct bin_attribute'
w1: ds2413: Constify 'struct bin_attribute'
w1: ds2430: Constify 'struct bin_attribute'
w1: ds2431: Constify 'struct bin_attribute'
w1: ds2433: Constify 'struct bin_attribute'
w1: ds2438: Constify 'struct bin_attribute'
w1: ds2780: Constify 'struct bin_attribute'
w1: ds2781: Constify 'struct bin_attribute'
w1: ds2805: Constify 'struct bin_attribute'
w1: ds28e04: Constify 'struct bin_attribute'

zhangheng (1):
w1: core: use sysfs_emit() instead of sprintf()

.../devicetree/bindings/w1/maxim,ds2482.yaml | 2 ++
drivers/w1/masters/ds2482.c | 26 +++++++-------
drivers/w1/slaves/w1_ds2406.c | 10 +++---
drivers/w1/slaves/w1_ds2408.c | 42 +++++++++++-----------
drivers/w1/slaves/w1_ds2413.c | 14 ++++----
drivers/w1/slaves/w1_ds2430.c | 10 +++---
drivers/w1/slaves/w1_ds2431.c | 10 +++---
drivers/w1/slaves/w1_ds2433.c | 24 ++++++-------
drivers/w1/slaves/w1_ds2438.c | 34 +++++++++---------
drivers/w1/slaves/w1_ds2780.c | 8 ++---
drivers/w1/slaves/w1_ds2781.c | 8 ++---
drivers/w1/slaves/w1_ds2805.c | 10 +++---
drivers/w1/slaves/w1_ds28e04.c | 18 +++++-----
drivers/w1/slaves/w1_ds28e17.c | 4 +--
drivers/w1/w1.c | 12 +++----
15 files changed, 116 insertions(+), 116 deletions(-)