Re: [PATCH v2 16/19] i2c: kona_i2c: 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/kona_i2c.c | 28 +++- 1 file change

[PATCH v2 16/19] i2c: kona_i2c: 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/kona_i2c.c | 28 +++- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/drivers/i2c