All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] mmc: Add support for checking device number against alias index
@ 2021-03-25  7:18 Aswath Govindraju
  2021-03-25  7:18 ` [PATCH v2 1/2] mmc: Check for device with a seq number equal to num before checking against index Aswath Govindraju
  2021-03-25  7:18 ` [PATCH v2 2/2] mmc: mmc-uclass: Use dev_seq() to read aliases node's index Aswath Govindraju
  0 siblings, 2 replies; 11+ messages in thread
From: Aswath Govindraju @ 2021-03-25  7:18 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 by reading aliases node's index by using dev_seq

Changes since v1:
- In patch 2 used dev_seq instead of using dev_read_alias_seq for reading
  alias index.

Aswath Govindraju (2):
  mmc: Check for device with a seq number equal to num  before checking
    against index
  mmc: mmc-uclass: Use dev_seq() to read aliases node's index

 drivers/mmc/mmc-uclass.c | 12 +++++-------
 drivers/mmc/mmc.c        |  8 +++++---
 2 files changed, 10 insertions(+), 10 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2021-07-07 22:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25  7:18 [PATCH v2 0/2] mmc: Add support for checking device number against alias index Aswath Govindraju
2021-03-25  7:18 ` [PATCH v2 1/2] mmc: Check for device with a seq number equal to num before checking against index Aswath Govindraju
2021-07-06 23:09   ` Ricardo Salveti
2021-07-07  4:55     ` Aswath Govindraju
2021-07-07 22:59       ` Ricardo Salveti
2021-03-25  7:18 ` [PATCH v2 2/2] mmc: mmc-uclass: Use dev_seq() to read aliases node's index Aswath Govindraju
2021-03-25 22:51   ` Jaehoon Chung
2021-05-20 16:32   ` [BUG] " Heinrich Schuchardt
2021-05-20 16:46     ` Heinrich Schuchardt
2021-05-20 16:55     ` Andre Przywara
2021-05-20 18:17       ` Heinrich Schuchardt

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.