zephyr/drivers/i2c
Gerard Marull-Paretas 88a69674c0 drivers: use new PM macros
Port some drivers to the recently introduced macros to showcase its
usage and be able to do some initial testing (nRF52840).

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-11-19 10:11:32 +01:00
..
slave
CMakeLists.txt
Kconfig
Kconfig.b91
Kconfig.cc13xx_cc26xx
Kconfig.dw
Kconfig.esp32 driver: esp32: I2C code refactoring 2021-11-05 14:07:09 -04:00
Kconfig.gpio
Kconfig.i2c_emul
Kconfig.it8xxx2
Kconfig.litex
Kconfig.lpc11u6x
Kconfig.npcx
Kconfig.nrfx
Kconfig.rcar
Kconfig.sam0
Kconfig.sbcon
Kconfig.sifive
Kconfig.stm32
Kconfig.tca9546a
Kconfig.test
Kconfig.xec
i2c-priv.h
i2c_b91.c
i2c_bitbang.c
i2c_bitbang.h
i2c_cc13xx_cc26xx.c drivers: use new PM macros 2021-11-19 10:11:32 +01:00
i2c_cc32xx.c
i2c_common.c
i2c_dw.c
i2c_dw.h
i2c_dw_registers.h
i2c_emul.c i2c: emul: Add get_config function 2021-11-02 16:46:33 +01:00
i2c_esp32.c driver: esp32: I2C code refactoring 2021-11-05 14:07:09 -04:00
i2c_gecko.c
i2c_gpio.c
i2c_handlers.c i2c: Add get_config to I2C API 2021-11-02 16:46:33 +01:00
i2c_imx.c
i2c_ite_it8xxx2.c ite: drivers/i2c: fix potential NULL pointer dereference 2021-10-29 22:55:50 -04:00
i2c_litex.c
i2c_ll_stm32.c
i2c_ll_stm32.h
i2c_ll_stm32_v1.c
i2c_ll_stm32_v2.c
i2c_lpc11u6x.c
i2c_lpc11u6x.h
i2c_mchp_xec.c
i2c_mchp_xec_v2.c
i2c_mcux.c
i2c_mcux_flexcomm.c
i2c_mcux_lpi2c.c
i2c_nios2.c
i2c_npcx_controller.c i2c: npcx: Add get_config function 2021-11-02 16:46:33 +01:00
i2c_npcx_controller.h i2c: npcx: Add get_config function 2021-11-02 16:46:33 +01:00
i2c_npcx_port.c i2c: npcx: Add get_config function 2021-11-02 16:46:33 +01:00
i2c_nrfx_twi.c drivers: use new PM macros 2021-11-19 10:11:32 +01:00
i2c_nrfx_twim.c drivers: use new PM macros 2021-11-19 10:11:32 +01:00
i2c_rcar.c
i2c_rv32m1_lpi2c.c
i2c_sam0.c
i2c_sam4l_twim.c drivers: use DT_INST_ENUM_IDX(_OR) macros 2021-11-18 19:12:07 -05:00
i2c_sam_twi.c
i2c_sam_twihs.c
i2c_sbcon.c
i2c_shell.c
i2c_sifive.c
i2c_tca9546a.c
i2c_test.c