1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-23 16:53:58 -05:00
linux/drivers/w1/masters
Uwe Kleine-König 3a7d263aea w1: ds2482: Switch back to use struct i2c_driver's .probe()
After commit b8a1a4cd5a ("i2c: Provide a temporary .probe_new()
call-back type"), all drivers being converted to .probe_new() and then
commit 03c835f498 ("i2c: Switch .probe() to not take an id parameter")
convert back to (the new) .probe() to be able to eventually drop
.probe_new() from struct i2c_driver.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/lkml/20230612072807.839689-1-u.kleine-koenig@pengutronix.de/
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
2023-09-13 10:48:42 +02:00
..
ds2482.c w1: ds2482: Switch back to use struct i2c_driver's .probe() 2023-09-13 10:48:42 +02:00
ds2490.c w1: minor white-space and code style fixes 2023-04-20 14:15:06 +02:00
Kconfig w1: omap-hdq: allow compile testing 2023-04-20 14:15:07 +02:00
Makefile
matrox_w1.c w1: matrox: remove unnecessary ENOMEM messages 2023-04-20 14:15:07 +02:00
mxc_w1.c
omap_hdq.c w1: omap-hdq: remove unnecessary ENOMEM messages 2023-04-20 14:15:07 +02:00
sgi_w1.c w1: sgi: move from strlcpy with unused retval to strscpy 2023-05-08 08:14:49 +02:00
w1-gpio.c Char/Misc drivers for 6.4-rc1 2023-04-27 12:07:50 -07:00