Re: [PATCH v2 18/19] i2c: stm32: Update to use standard enums for speed

2020-01-15 Thread Heiko Schocher
Hello Simon, Am 03.01.2020 um 23:26 schrieb Simon Glass: Update this driver to use the new standard enums for speed. Note: This driver needs to move to driver model. Signed-off-by: Simon Glass --- Changes in v2: None drivers/i2c/stm32f7_i2c.c | 43 +++

RE: [PATCH v2 18/19] i2c: stm32: Update to use standard enums for speed

2020-01-07 Thread Patrick DELAUNAY
Hi Simon, > From: U-Boot On Behalf Of Simon Glass > Sent: vendredi 3 janvier 2020 23:27 > > Update this driver to use the new standard enums for speed. > > Note: This driver needs to move to driver model. This driver i2c/stm32f7_i2c.c is already a driver model (I think this note is a copy

[PATCH v2 18/19] i2c: stm32: Update to use standard enums for speed

2020-01-04 Thread Simon Glass
Update this driver to use the new standard enums for speed. Note: This driver needs to move to driver model. Signed-off-by: Simon Glass --- Changes in v2: None drivers/i2c/stm32f7_i2c.c | 43 +++ 1 file changed, 16 insertions(+), 27 deletions(-) diff