Home
last modified time | relevance | path

Searched hist:"61 e7d84c595d1f4ca64075d6579d99ac0748c05c" (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/include/drivers/
H A Dstm32_i2c.h61e7d84c595d1f4ca64075d6579d99ac0748c05c Mon Apr 29 09:12:13 UTC 2019 Etienne Carriere <etienne.carriere@linaro.org> stm32_i2c: expose standard speed in driver API

Move definition of I2C standard speeds configuration means from driver
source file to its header file. This change allows bus owners to use
appropriate value for bus configuration.

Exposes struct i2c_speed_e and enum i2c_speed_e

This change fixes the driver API as enum i2c_speed_e is expected by
the API.

Fixes: b844655c9519 ("stm32_i2c: driver for STM32 I2C bus")

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
/optee_os/core/drivers/
H A Dstm32_i2c.c61e7d84c595d1f4ca64075d6579d99ac0748c05c Mon Apr 29 09:12:13 UTC 2019 Etienne Carriere <etienne.carriere@linaro.org> stm32_i2c: expose standard speed in driver API

Move definition of I2C standard speeds configuration means from driver
source file to its header file. This change allows bus owners to use
appropriate value for bus configuration.

Exposes struct i2c_speed_e and enum i2c_speed_e

This change fixes the driver API as enum i2c_speed_e is expected by
the API.

Fixes: b844655c9519 ("stm32_i2c: driver for STM32 I2C bus")

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Reviewed-by: Joakim Bech <joakim.bech@linaro.org>