commit | 61e7d84c595d1f4ca64075d6579d99ac0748c05c | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Mon Apr 29 11:12:13 2019 +0200 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Mon May 06 11:30:37 2019 +0200 |
tree | 508b601d409b4ab3f67a3869650dd238bf0bc37a | |
parent | 563f62491b9cad2e147df3ffdb31d67c9e06be9b [diff] |
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>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers