All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] mmc: Add support for checking device number against alias index
@ 2021-03-15 10:48 Aswath Govindraju
  2021-03-15 10:48 ` [PATCH 1/2] mmc: Check for device with a seq number equal to num before checking against index Aswath Govindraju
  2021-03-15 10:48 ` [PATCH 2/2] mmc: mmc-uclass: Assign devnum as alias index in SPL too if CONFIG_SPL_DM_SEQ_ALIAS is enabled Aswath Govindraju
  0 siblings, 2 replies; 8+ messages in thread
From: Aswath Govindraju @ 2021-03-15 10:48 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-03-25  6:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15 10:48 [PATCH 0/2] mmc: Add support for checking device number against alias index Aswath Govindraju
2021-03-15 10:48 ` [PATCH 1/2] mmc: Check for device with a seq number equal to num before checking against index Aswath Govindraju
2021-03-16  5:48   ` Lokesh Vutla
2021-03-16 21:40   ` Jaehoon Chung
2021-03-15 10:48 ` [PATCH 2/2] mmc: mmc-uclass: Assign devnum as alias index in SPL too if CONFIG_SPL_DM_SEQ_ALIAS is enabled Aswath Govindraju
2021-03-16  5:48   ` Lokesh Vutla
2021-03-16 21:40   ` Jaehoon Chung
2021-03-25  6:11   ` Aswath Govindraju

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.