zephyr/drivers/w1
Caspar Friedrich 598de06165 drivers: ds2484: Fix wrong early exit during suspend/resume
The sleep pin is optional and the driver checks for availability during
runtime. Currently the logic is inverted and therefore the driver exits
early if the pin is actually available. This pr fixes this behavior.

Also: Add `fallthrough` flags to switch/case

Signed-off-by: Caspar Friedrich <c.s.w.friedrich@gmail.com>
2022-08-24 10:06:58 +02:00
..
CMakeLists.txt drivers: w1: Add driver for Maxim DS2484 Single-Channel 1-Wire Master 2022-08-01 10:33:10 +02:00
Kconfig drivers: w1: Add driver for Maxim DS2484 Single-Channel 1-Wire Master 2022-08-01 10:33:10 +02:00
Kconfig.ds2484 drivers: w1: Move to using select in Kconfig for I2C bus 2022-08-12 14:15:53 +01:00
Kconfig.test drivers: w1: Update drivers to use devicetree Kconfig symbol 2022-07-29 14:25:27 +02:00
Kconfig.zephyr_serial drivers: w1: use select SERIAL in Kconfig for w1-zephyr-serial driver 2022-08-14 09:08:19 -05:00
w1_common.c everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
w1_ds248x.h drivers: w1: Add driver for Maxim DS2484 Single-Channel 1-Wire Master 2022-08-01 10:33:10 +02:00
w1_ds2484.c drivers: ds2484: Fix wrong early exit during suspend/resume 2022-08-24 10:06:58 +02:00
w1_handlers.c
w1_net.c everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
w1_test.c drivers: w1: add vnd,w1 driver for ci testing 2022-07-05 23:06:45 +02:00
w1_zephyr_serial.c drivers: w1: add zephyr-serial driver 2022-07-05 23:06:45 +02:00