zephyr/drivers/i2c
Ramakrishna Pallala e1639b5345 device: Extend device_set_power_state API to support async requests
The existing device_set_power_state() API works only in synchronous
mode and this is not desirable for devices(ex: Gyro) which take
longer time (few 100 mSec) to suspend/resume.

To support async mode, a new callback argument is added to the API.
The device drivers can asynchronously suspend/resume and call the
callback function upon completion of the async request.

This commit adds the missing callback parameter to all the drivers
to make it compliant with the new API.

Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
2019-03-14 14:26:15 +01:00
..
slave kconfig: drivers: i2c: Remove redundant I2C_SLAVE dep. 2019-03-09 10:00:54 -05:00
CMakeLists.txt
i2c_bitbang.c
i2c_bitbang.h
i2c_cc32xx.c
i2c_dw_registers.h
i2c_dw.c i2c: i2c_dw: rename CONFIG_I2C_DW_0_IRQ_SHARED_NAME to DT_* 2019-03-01 09:42:56 -08:00
i2c_dw.h
i2c_esp32.c
i2c_gecko.c
i2c_gpio.c
i2c_handlers.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
i2c_imx.c
i2c_ll_stm32_v1.c
i2c_ll_stm32_v2.c
i2c_ll_stm32.c
i2c_ll_stm32.h
i2c_mcux_lpi2c.c drivers: i2c: mcux_lpi2c: Fix unexpected I2C start condition 2019-03-13 09:08:21 -05:00
i2c_mcux.c drivers: i2c: mcux_i2c: Fix unexpected I2C start condition 2019-03-13 09:08:21 -05:00
i2c_nios2.c
i2c_nrfx_twi.c
i2c_nrfx_twim.c
i2c_qmsi_ss.c device: Extend device_set_power_state API to support async requests 2019-03-14 14:26:15 +01:00
i2c_qmsi.c device: Extend device_set_power_state API to support async requests 2019-03-14 14:26:15 +01:00
i2c_sam_twi.c
i2c_sam_twihs.c
i2c_sbcon.c
i2c_sifive.c
i2c-priv.h
Kconfig
Kconfig.dw
Kconfig.esp32
Kconfig.gpio
Kconfig.nrfx drivers: nrfx: Add Kconfig checks for mutually exclusive peripherals 2019-03-05 13:38:18 -05:00
Kconfig.qmsi
Kconfig.sbcon
Kconfig.sifive kconfig: Remove blank lines at the beginning/end of files 2019-03-13 07:29:42 -05:00
Kconfig.stm32