zephyr/drivers/i2c
TOKITA Hiroshi e2f47c0c38 drivers: i2c: i2c_dw: Add capability for handling reset device
Reset the device on initializing if reset-node is available in dts.
`snps,desingware-i2c` does not define reset-node itself.
Add more of an element that inherits `reset-device.yaml` to
the `compatible` section to allow defining the reset-node
for using this feature.

For example.

```
compatible = "reset-device-inherit-node", "snps,designware-i2c";
```

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
2023-09-11 11:10:12 +02:00
..
target
CMakeLists.txt drivers: i2c: Add Ambiq I2C driver 2023-08-17 15:15:45 +02:00
Kconfig i2c: add filtering of i2c dumped messages 2023-09-06 17:54:53 +02:00
Kconfig.ambiq drivers: i2c: Add Ambiq I2C driver 2023-08-17 15:15:45 +02:00
Kconfig.andes_atciic100
Kconfig.b91
Kconfig.cc13xx_cc26xx
Kconfig.dw
Kconfig.esp32
Kconfig.gd32
Kconfig.gpio
Kconfig.i2c_emul
Kconfig.ifx_cat1
Kconfig.ifx_xmc4 dts: bindings: Rename compatible infineon,xmc4-i2c->infineon,xmc4xxx-i2c 2023-08-16 20:43:50 +02:00
Kconfig.it8xxx2 ITE: drivers/i2c: Channel C/i2c2 cannot use FIFO mode 2023-08-04 10:45:48 +02:00
Kconfig.litex
Kconfig.lpc11u6x
Kconfig.mchp_mss
Kconfig.npcx
Kconfig.nrfx drivers: i2c: nrfx: Clean up driver instantiation 2023-07-25 13:41:51 +02:00
Kconfig.rcar
Kconfig.sam0
Kconfig.sam_twihs
Kconfig.sbcon
Kconfig.sc18im704
Kconfig.sedi drivers: i2c: Add Intel SEDI driver 2023-08-04 10:46:24 +02:00
Kconfig.sifive
Kconfig.smartbond
Kconfig.stm32
Kconfig.tca954x
Kconfig.test
Kconfig.xec
Kconfig.xilinx_axi
i2c-priv.h
i2c_ambiq.c drivers: i2c: Add Ambiq I2C driver 2023-08-17 15:15:45 +02:00
i2c_andes_atciic100.c drivers: i2c: add error handling 2023-07-13 09:23:39 +02:00
i2c_andes_atciic100.h
i2c_b91.c
i2c_bitbang.c
i2c_bitbang.h
i2c_cc13xx_cc26xx.c
i2c_cc32xx.c
i2c_common.c i2c: add filtering of i2c dumped messages 2023-09-06 17:54:53 +02:00
i2c_dw.c drivers: i2c: i2c_dw: Add capability for handling reset device 2023-09-11 11:10:12 +02:00
i2c_dw.h drivers: i2c: i2c_dw: Add capability for handling reset device 2023-09-11 11:10:12 +02:00
i2c_dw_registers.h
i2c_emul.c
i2c_esp32.c drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
i2c_gd32.c
i2c_gecko.c i2c: Applied clang-format to i2c_gecko.c 2023-07-25 10:44:47 +02:00
i2c_gpio.c drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
i2c_handlers.c
i2c_ifx_cat1.c drivers: cat1: Updates to support latest version of HAL/PDL 2023-09-01 09:52:25 +02:00
i2c_ifx_xmc4.c dts: bindings: Rename compatible infineon,xmc4-i2c->infineon,xmc4xxx-i2c 2023-08-16 20:43:50 +02:00
i2c_imx.c
i2c_ite_enhance.c ITE: drivers/i2c/target: Introduce I2C target transfer using PIO mode 2023-09-07 09:43:06 +02:00
i2c_ite_it8xxx2.c ITE: drivers/i2c: Channel C/i2c2 cannot use FIFO mode 2023-08-04 10:45:48 +02:00
i2c_litex.c
i2c_ll_stm32.c drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
i2c_ll_stm32.h
i2c_ll_stm32_v1.c
i2c_ll_stm32_v2.c
i2c_lpc11u6x.c
i2c_lpc11u6x.h
i2c_mchp_mss.c
i2c_mchp_xec.c drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
i2c_mchp_xec_v2.c
i2c_mcux.c
i2c_mcux_flexcomm.c
i2c_mcux_lpi2c.c drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
i2c_nios2.c
i2c_npcx_controller.c
i2c_npcx_controller.h
i2c_npcx_port.c
i2c_nrfx_twi.c drivers: i2c: nrfx: Clean up driver instantiation 2023-07-25 13:41:51 +02:00
i2c_nrfx_twim.c drivers: i2c: i2c_nrfx_twim: Utilize memory-region prop from devicetree 2023-07-26 09:36:31 +02:00
i2c_rcar.c
i2c_rtio.c
i2c_rv32m1_lpi2c.c
i2c_sam0.c
i2c_sam4l_twim.c
i2c_sam_twi.c
i2c_sam_twihs.c
i2c_sam_twihs_rtio.c rtio: Remove references to simple executor 2023-08-16 20:41:18 +02:00
i2c_sbcon.c
i2c_sc18im704.c drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
i2c_sc18im704.h
i2c_sedi.c drivers: i2c_sedi: correct pending check condition 2023-08-30 21:02:45 -04:00
i2c_shell.c
i2c_sifive.c
i2c_smartbond.c
i2c_tca954x.c drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
i2c_test.c
i2c_xilinx_axi.c
i2c_xilinx_axi.h