zephyr/drivers/gpio
Daniel Leung 04db241fb7 drivers: gpio_pca95xx: update cache after successful write
Only update the internal register cache after successful write,
or else it would get out of sync with hardware.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-02-05 12:00:36 +01:00
..
CMakeLists.txt drivers: gpio: rename PCAL9535A to PCA95XX 2020-02-05 12:00:36 +01:00
gpio_cc13xx_cc26xx.c gpio: Update cc13x2/cc26x2 gpio driver to use new gpio api 2020-02-05 12:00:36 +01:00
gpio_cc32xx.c drivers: gpio: cc32xx: add assertions to check number of pins 2020-02-05 12:00:36 +01:00
gpio_cmsdk_ahb.c drivers: gpio_cmsdk_ahb: update to use new GPIO API 2020-02-05 12:00:36 +01:00
gpio_cmsdk_ahb.h
gpio_dw_registers.h drivers: gpio_dw: update to use new GPIO API 2020-02-05 12:00:36 +01:00
gpio_dw.c drivers: gpio_dw: update to use new GPIO API 2020-02-05 12:00:36 +01:00
gpio_dw.h drivers: gpio_dw: Add gpio_driver_data to driver data 2020-02-05 12:00:36 +01:00
gpio_esp32.c drivers: gpio_esp32: update to use new GPIO API 2020-02-05 12:00:36 +01:00
gpio_gecko.c drivers: gpio: gecko: fix interrupt clear 2020-02-05 12:00:36 +01:00
gpio_handlers.c gpio: use named types to distinguish pin sets from pin values 2020-02-05 12:00:36 +01:00
gpio_ht16k33.c drivers: gpio_ht16k33: update to use new GPIO API 2020-02-05 12:00:36 +01:00
gpio_imx.c gpio: Update imx gpio driver to use new gpio api 2020-02-05 12:00:36 +01:00
gpio_intel_apl.c drivers: gpio_intel_apl: Add gpio_driver_data to driver data 2020-02-05 12:00:36 +01:00
gpio_lmp90xxx.c treewide: use full path to adc/lmp90xxx.h header 2020-01-26 17:52:12 +01:00
gpio_mchp_xec.c drivers: gpio_mchp_xec: update to use new GPIO API 2020-02-05 12:00:36 +01:00
gpio_mcux_igpio.c gpio: Update mcux igpio driver to use new gpio api 2020-02-05 12:00:36 +01:00
gpio_mcux_lpc.c drivers: gpio_mcux_lpc GPIO interrupts 2020-02-05 12:00:36 +01:00
gpio_mcux.c drivers: gpio_mcux: clean up interrupt code 2020-02-05 12:00:36 +01:00
gpio_mmio32.c drivers: mmio32: update to use new GPIO API 2020-02-05 12:00:36 +01:00
gpio_nrfx.c drivers: gpio_nrfx: Update for handling local layer in core 2020-02-05 12:00:36 +01:00
gpio_pca95xx.c drivers: gpio_pca95xx: update cache after successful write 2020-02-05 12:00:36 +01:00
gpio_rv32m1.c drivers: gpio: rv32m1: fix interrupt clear 2020-02-05 12:00:36 +01:00
gpio_sam.c drivers: gpio: sam: fix pull reconfiguration 2020-02-05 12:00:36 +01:00
gpio_sam0.c drivers: gpio_sam0: update to new GPIO API 2020-02-05 12:00:36 +01:00
gpio_shell.c
gpio_sifive.c drivers: gpio_sifive: Disable interrupts 2020-02-05 12:00:36 +01:00
gpio_stellaris.c drivers: stellaris: update to use new GPIO API 2020-02-05 12:00:36 +01:00
gpio_stm32.c drivers/interrup_controller: stm32: stm32_exti_enable could be void 2020-02-05 12:00:36 +01:00
gpio_stm32.h drivers/gpio: stm32: Update to new GPIO api 2020-02-05 12:00:36 +01:00
gpio_sx1509b.c drivers: gpio: sx1509b: relax conditions on pin specification 2020-02-05 12:00:36 +01:00
gpio_utils.h drivers: gpio: utils: filter pin notifications based on callback 2020-02-05 12:00:36 +01:00
Kconfig drivers: gpio: rename PCAL9535A to PCA95XX 2020-02-05 12:00:36 +01:00
Kconfig.cc13xx_cc26xx
Kconfig.cc32xx
Kconfig.cmsdk_ahb
Kconfig.dw
Kconfig.esp32 drivers: gpio_esp32: update to use new GPIO API 2020-02-05 12:00:36 +01:00
Kconfig.gecko
Kconfig.ht16k33
Kconfig.imx
Kconfig.intel
Kconfig.lmp90xxx
Kconfig.mcux
Kconfig.mcux_igpio
Kconfig.mcux_lpc drivers: gpio_mcux_lpc GPIO interrupts 2020-02-05 12:00:36 +01:00
Kconfig.mmio32
Kconfig.nrfx
Kconfig.pca95xx drivers: gpio: rename PCAL9535A to PCA95XX 2020-02-05 12:00:36 +01:00
Kconfig.rv32m1
Kconfig.sam
Kconfig.sam0
Kconfig.sifive
Kconfig.stellaris
Kconfig.stm32
Kconfig.sx1509b
Kconfig.xec