From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aswath Govindraju Date: Mon, 15 Mar 2021 16:18:24 +0530 Subject: [PATCH 0/2] mmc: Add support for checking device number against alias index Message-ID: <20210315104826.14587-1-a-govindraju@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following series of patches, - add support to check for a device with a sequence number equal to device number before looking for matching index - assign device number based on node's alias index in SPL too. Aswath Govindraju (2): mmc: Check for device with a seq number equal to num before checking against index mmc: mmc-uclass: Assign devnum as alias index in SPL too if CONFIG_SPL_DM_SEQ_ALIAS is enabled drivers/mmc/mmc-uclass.c | 10 +++++----- drivers/mmc/mmc.c | 8 +++++--- 2 files changed, 10 insertions(+), 8 deletions(-) -- 2.17.1