zephyr/drivers/gpio
Peter Bigot e83c9cc262 drivers: gpio_sx1509b: correct handling of initialized output
The data_first flag was intended to be set when the configuration
requires setting the output value before setting the direction.
Respect the intent.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-02-13 12:59:16 +02:00
..
CMakeLists.txt drivers: gpio: Add LiteX GPIO driver 2020-02-05 12:00:36 +01:00
gpio_cc13xx_cc26xx.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_cc32xx.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_cmsdk_ahb.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_cmsdk_ahb.h
gpio_dw_registers.h
gpio_dw.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_dw.h drivers: gpio_dw: add support for pin validation 2020-02-05 12:00:36 +01:00
gpio_esp32.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_gecko.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_handlers.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_ht16k33.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_imx.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_intel_apl.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_litex.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_lmp90xxx.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_mchp_xec.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_mcux_igpio.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_mcux_lpc.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_mcux.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_mmio32.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_nrfx.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_pca95xx.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_rv32m1.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_sam.c drivers: gpio: Add sam4e defines 2020-02-05 08:18:02 -06:00
gpio_sam0.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_shell.c gpio: replace GPIO_DIR flags 2020-02-05 12:00:36 +01:00
gpio_sifive.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_stellaris.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_stm32.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_stm32.h drivers: gpio_stm32: add support for pin validation 2020-02-05 12:00:36 +01:00
gpio_sx1509b.c drivers: gpio_sx1509b: correct handling of initialized output 2020-02-13 12:59:16 +02:00
gpio_utils.h drivers: gpio: add support for device-specific pin validation 2020-02-05 12:00:36 +01:00
Kconfig drivers: gpio: Add LiteX GPIO driver 2020-02-05 12:00:36 +01:00
Kconfig.cc13xx_cc26xx
Kconfig.cc32xx
Kconfig.cmsdk_ahb
Kconfig.dw kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.esp32
Kconfig.gecko
Kconfig.ht16k33 kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.imx
Kconfig.intel kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.litex drivers: gpio: Add LiteX GPIO driver 2020-02-05 12:00:36 +01:00
Kconfig.lmp90xxx kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.mcux
Kconfig.mcux_igpio
Kconfig.mcux_lpc
Kconfig.mmio32
Kconfig.nrfx
Kconfig.pca95xx kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.rv32m1
Kconfig.sam
Kconfig.sam0
Kconfig.sifive
Kconfig.stellaris
Kconfig.stm32 kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.sx1509b
Kconfig.xec