
14 May
2016
14 May
'16
9:35 p.m.
On 1 May 2016 at 11:36, Simon Glass sjg@chromium.org wrote:
Now that the MMC code accesses devices by number, we can implement this same interface for driver model, allowing MMC to support using driver model for block devices.
Add the required functions to the uclass.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
drivers/block/blk-uclass.c | 280 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 280 insertions(+)
Applied to u-boot-dm.