From: "Bao D. Nguyen" <nguyenb@codeaurora.org>
To: ulf.hansson@linaro.org, robh+dt@kernel.org, linux-scsi@vger.kernel.org
Cc: linux-mmc@vger.kernel.org, asutoshd@codeaurora.org,
cang@codeaurora.org, "Bao D. Nguyen" <nguyenb@codeaurora.org>,
linux-arm-msm@vger.kernel.org
Subject: [PATCH v2 0/4] SD card bug fixes
Date: Thu, 5 Mar 2020 20:58:14 -0800 [thread overview]
Message-ID: <cover.1583470026.git.nguyenb@codeaurora.org> (raw)
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
next reply other threads:[~2020-03-06 4:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-06 4:58 Bao D. Nguyen [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1583470026.git.nguyenb@codeaurora.org \
--to=nguyenb@codeaurora.org \
--cc=asutoshd@codeaurora.org \
--cc=cang@codeaurora.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=ulf.hansson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.