Re: [U-Boot] [PATCH v2 11/17] exynos: cros_ec: Drop unnecessary init

2015-03-31 Thread Simon Glass
On 26 March 2015 at 09:29, Simon Glass wrote: > Since driver model will probe the EC when it is first used, we do not > need to init it explicitly. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > board/samsung/common/board.c| 12 > include/configs/exynos5420

[U-Boot] [PATCH v2 11/17] exynos: cros_ec: Drop unnecessary init

2015-03-26 Thread Simon Glass
Since driver model will probe the EC when it is first used, we do not need to init it explicitly. Signed-off-by: Simon Glass --- Changes in v2: None board/samsung/common/board.c| 12 include/configs/exynos5420-common.h | 2 -- include/configs/smdk5250.h | 1 - i