All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] SD card bug fixes
@ 2020-03-06  4:58 Bao D. Nguyen
  2020-03-06  4:58 ` [PATCH v2 1/4] mmc: core: Add check for NULL pointer access Bao D. Nguyen
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Bao D. Nguyen @ 2020-03-06  4:58 UTC (permalink / raw)
  To: ulf.hansson, robh+dt, linux-scsi
  Cc: linux-mmc, asutoshd, cang, Bao D. Nguyen, linux-arm-msm


I tried to make some changes earlier in the patch
[<PATCH v1> 9/9] mmc: sd: Fix trivial SD card issues].
There were a lot of valid comments asking to clarify
and separate the fixes into logical patches. With this
patch series, I am trying to address those comments.

Changes since v1:
- Addressed Ulf Hansson's comment regarding unnecessary NULL pointer check in the mmc_bus_shutdown(). 

Bao D. Nguyen (1):
  mmc: core: Add check for NULL pointer access

Ritesh Harjani (1):
  mmc: core: Make host->card as NULL when card is removed

Sahitya Tummala (1):
  mmc: core: update host->card after getting RCA for SD card

Subhash Jadavani (1):
  mmc: core: Attribute the IO wait time properly in
    mmc_wait_for_req_done()

 drivers/mmc/core/bus.c  | 3 +++
 drivers/mmc/core/core.c | 5 ++++-
 drivers/mmc/core/sd.c   | 6 ++++--
 3 files changed, 11 insertions(+), 3 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

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

end of thread, other threads:[~2020-03-06 10:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-06  4:58 [PATCH v2 0/4] SD card bug fixes Bao D. Nguyen
2020-03-06  4:58 ` [PATCH v2 1/4] mmc: core: Add check for NULL pointer access Bao D. Nguyen
2020-03-06 10:34   ` Ulf Hansson
2020-03-06  4:58 ` [PATCH v2 2/4] mmc: core: Attribute the IO wait time properly in mmc_wait_for_req_done() Bao D. Nguyen
2020-03-06  4:58 ` [PATCH v2 3/4] mmc: core: Make host->card as NULL when card is removed Bao D. Nguyen
2020-03-06  4:58 ` [PATCH v2 4/4] mmc: core: update host->card after getting RCA for SD card Bao D. Nguyen

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.