zephyr/drivers/w1
Yishai Jaffe 1b4cef325b shell: use shell_device_get_binding
Use shell_device_get_binding() instead of device_get_binding() so that
we get the device based on its name and in addition by its label.

Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
2024-12-18 15:32:10 +01:00
..
CMakeLists.txt drivers: w1: Add MAX32xxx 1-Wire driver 2024-10-18 14:16:14 +02:00
Kconfig drivers: w1: Add MAX32xxx 1-Wire driver 2024-10-18 14:16:14 +02:00
Kconfig.ds2477_85
Kconfig.ds2482-800
Kconfig.ds2484
Kconfig.ds2485
Kconfig.max32 drivers: w1: Add MAX32xxx 1-Wire driver 2024-10-18 14:16:14 +02:00
Kconfig.test
Kconfig.zephyr_gpio
Kconfig.zephyr_serial
w1_common.c
w1_ds2477_85_common.c drivers: w1: updates to reflect analog maxim acquisition 2024-11-16 13:51:38 -05:00
w1_ds2477_85_common.h
w1_ds2482-800.c
w1_ds2482-800.h
w1_ds2482-800_channel.c drivers: w1: place api in iterable sections 2024-12-02 23:04:59 +01:00
w1_ds2482_84_common.h
w1_ds2484.c drivers: w1: place api in iterable sections 2024-12-02 23:04:59 +01:00
w1_ds2485.c drivers: w1: place api in iterable sections 2024-12-02 23:04:59 +01:00
w1_handlers.c
w1_max32.c drivers: w1: place api in iterable sections 2024-12-02 23:04:59 +01:00
w1_net.c drivers: w1: updates to reflect analog maxim acquisition 2024-11-16 13:51:38 -05:00
w1_shell.c shell: use shell_device_get_binding 2024-12-18 15:32:10 +01:00
w1_test.c drivers: w1: place api in iterable sections 2024-12-02 23:04:59 +01:00
w1_zephyr_gpio.c drivers: w1: place api in iterable sections 2024-12-02 23:04:59 +01:00
w1_zephyr_serial.c drivers: w1: place api in iterable sections 2024-12-02 23:04:59 +01:00