Re: [PATCH v2 19/19] i2c: Update drivers to use enum for speed

2020-01-15 Thread Heiko Schocher
Hello Simon, Am 03.01.2020 um 23:26 schrieb Simon Glass: Convert the obvious uses of i2c bus speeds to use the enum. Use livetree access for code changes. Signed-off-by: Simon Glass --- Changes in v2: None drivers/i2c/exynos_hs_i2c.c | 4 ++-- drivers/i2c/fsl_i2c.c| 3 ++-

Re: [PATCH v2 19/19] i2c: Update drivers to use enum for speed

2020-01-06 Thread pt
Hi Simon, I found this commit has style problems reported by checkpatch.pl, is it better to fix it? Simon Glass 於 2020年1月4日 週六 上午6:27寫道: > Convert the obvious uses of i2c bus speeds to use the enum. > > Use livetree access for code changes. > > Signed-off-by: Simon Glass > --- > > Changes

[PATCH v2 19/19] i2c: Update drivers to use enum for speed

2020-01-04 Thread Simon Glass
Convert the obvious uses of i2c bus speeds to use the enum. Use livetree access for code changes. Signed-off-by: Simon Glass --- Changes in v2: None drivers/i2c/exynos_hs_i2c.c | 4 ++-- drivers/i2c/fsl_i2c.c| 3 ++- drivers/i2c/i2c-cdns.c | 2 +- drivers/i2c/i2c-uclass.c