1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-21 10:01:20 +02:00
Files
u-boot-megous/drivers/i2c
Christophe Kerello 81c4843763 i2c: stm32f7_i2c: fix data abort
As "v" is a local variable in stm32_i2c_choose_solution()
"v" has to be copied into "s" to avoid data abort in
stm32_i2c_compute_timing().

Signed-off-by: Christophe Kerello <christophe.kerello@st.com>
Reviewed-by: Patrick DELAUNAY <patrick.delaunay@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
2017-10-17 11:28:27 +02:00
..
2017-06-01 07:03:01 -06:00
2017-05-08 11:57:34 -04:00
2017-06-01 07:03:01 -06:00
2017-08-23 07:04:40 +02:00
2017-06-01 07:03:01 -06:00
2017-06-01 07:03:01 -06:00
2017-07-23 09:24:47 -04:00
2017-10-17 11:28:27 +02:00