Re: [U-Boot] [PATCH v2 08/24] dm: mmc: Use the new select_hwpart() API

2016-05-14 Thread Simon Glass
On 1 May 2016 at 13:52, Simon Glass wrote: > Avoid calling directly into the MMC code - use the new API call instead. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > cmd/mmc.c | 8 +--- > common/env_mmc.c| 4 ++-- > common/spl/spl_mmc.c| 2 +- >

[U-Boot] [PATCH v2 08/24] dm: mmc: Use the new select_hwpart() API

2016-05-01 Thread Simon Glass
Avoid calling directly into the MMC code - use the new API call instead. Signed-off-by: Simon Glass --- Changes in v2: None cmd/mmc.c | 8 +--- common/env_mmc.c| 4 ++-- common/spl/spl_mmc.c| 2 +- drivers/dfu/dfu_mmc.c | 13 + drivers/mmc/mmc.c