[GIT PULL] w1: drivers for v6.15

From: Krzysztof Kozlowski
Date: Sun Mar 16 2025 - 10:57:30 EST


The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

Linux 6.14-rc1 (2025-02-02 15:39:26 -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.15

for you to fetch changes up to 33c145297840dddf0dc23d5822159c26aba920d3:

w1: w1_therm: w1: Use HWMON_CHANNEL_INFO macro to simplify code (2025-02-03 12:54:18 +0100)

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

1. W1 UART: Fix theoretical NULL pointer dereference in probe due to
serdev ops being set too late. That's said such scenario is unlikely
to happen as serdev read would need to happen before writing
anything.

2. W1 therm: Simplify with HWMON_CHANNEL_INFO.

----------------------------------------------------------------
Chenyuan Yang (1):
w1: fix NULL pointer dereference in probe

Huisong Li (1):
w1: w1_therm: w1: Use HWMON_CHANNEL_INFO macro to simplify code

drivers/w1/masters/w1-uart.c | 4 ++--
drivers/w1/slaves/w1_therm.c | 12 +-----------
2 files changed, 3 insertions(+), 13 deletions(-)