Re: [PATCH v2 05/19] i2c: designware_i2c: Use an enum for selected speed mode

2020-01-15 Thread Heiko Schocher
Hello Simon, Am 03.01.2020 um 23:26 schrieb Simon Glass: Group these #defines into an enum to make it easier to understand the relationship between them. Signed-off-by: Simon Glass --- Changes in v2: None drivers/i2c/designware_i2c.c | 2 +- drivers/i2c/designware_i2c.h | 10 +++---

Re: [PATCH v2 05/19] i2c: designware_i2c: Use an enum for selected speed mode

2020-01-06 Thread pt
Reviewed-by: Jun Chen Simon Glass 於 2020年1月4日 週六 上午6:27寫道: > Group these #defines into an enum to make it easier to understand the > relationship between them. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > drivers/i2c/designware_i2c.c | 2 +- >

[PATCH v2 05/19] i2c: designware_i2c: Use an enum for selected speed mode

2020-01-04 Thread Simon Glass
Group these #defines into an enum to make it easier to understand the relationship between them. Signed-off-by: Simon Glass --- Changes in v2: None drivers/i2c/designware_i2c.c | 2 +- drivers/i2c/designware_i2c.h | 10 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git