Searched hist:"4 a1db6d8ab4d5e4565bda079710a028ada12ddbe" (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/mmc/ |
H A D | mmc.c | diff 4a1db6d8ab4d5e4565bda079710a028ada12ddbe Tue Dec 29 06:22:49 CST 2015 Simon Glass <sjg@chromium.org> dm: mmc: Try to honour the sequence order
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>
|