
16 Jan
2016
16 Jan
'16
2:25 a.m.
On 29 December 2015 at 05:22, Simon Glass sjg@chromium.org wrote:
At present we add driver-model MMC devices in the order we find them. The 'alias' order is not honoured.
It is difficult to fix this for the case where we have holes in the sequence. But for the common case where the devices are numbered from 0 without any gaps, we can add the devices to the internal data structures in this order.
Signed-off-by: Simon Glass sjg@chromium.org
drivers/mmc/mmc.c | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-)
Applied to u-boot-dm