From: Sarthak Garg <quic_sartgarg@quicinc.com>
To: Bryan O'Donoghue <bryan.odonoghue@linaro.org>,
<adrian.hunter@intel.com>, <ulf.hansson@linaro.org>
Cc: <linux-mmc@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-arm-msm@vger.kernel.org>, <quic_rampraka@quicinc.com>,
<quic_pragalla@quicinc.com>, <quic_sayalil@quicinc.com>,
<quic_nitirawa@quicinc.com>, <quic_sachgupt@quicinc.com>,
<quic_bhaskarv@quicinc.com>, <quic_narepall@quicinc.com>
Subject: Re: [PATCH V2 0/2] Add partial initialization support
Date: Wed, 4 Oct 2023 16:28:25 +0530 [thread overview]
Message-ID: <44bb2149-1c12-41f0-bd39-1458528aecdf@quicinc.com> (raw)
In-Reply-To: <f6e4413b-eac1-4c0d-9ecd-ff28138617ff@linaro.org>
On 9/29/2023 6:38 PM, Bryan O'Donoghue wrote:
> On 29/09/2023 11:28, Sarthak Garg wrote:
>> Add the ability to partially initialize the MMC device by
>> using device sleep/awake sequence (CMD5).
>> Device will be sent to sleep state during mmc runtime/system suspend
>> and will be woken up during mmc runtime/system resume.
>> By using this sequence the device doesn't need full initialization
>> which gives 25% time reduction in system/runtime resume path.
>> Also enable this feature for qualcomm controllers.
>>
>> Sarthak Garg (2):
>> mmc: core: Add partial initialization support
>> mmc: sdhci-msm: Enable MMC_CAP2_SLEEP_AWAKE for Qualcomm controllers
>>
>> drivers/mmc/core/mmc.c | 162 +++++++++++++++++++++++++++++++++--
>> drivers/mmc/host/sdhci-msm.c | 1 +
>> include/linux/mmc/card.h | 4 +
>> include/linux/mmc/host.h | 2 +
>> 4 files changed, 160 insertions(+), 9 deletions(-)
>>
>> --
>> 2.17.1
>>
>
> A terrible nit pick on my part however, you should include the name of
> the subsystem/driver in the title of the series.
>
> "mmc: Do this awesome new thing"
>
> ---
> bod
Thanks for the comment will take care in V3.
Thanks,
Sarthak
prev parent reply other threads:[~2023-10-04 10:58 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-29 10:28 [PATCH V2 0/2] Add partial initialization support Sarthak Garg
2023-09-29 10:28 ` [PATCH V2 1/2] mmc: core: " Sarthak Garg
2023-09-29 11:53 ` kernel test robot
2023-09-29 10:28 ` [PATCH V2 2/2] mmc: sdhci-msm: Enable MMC_CAP2_SLEEP_AWAKE for Qualcomm controllers Sarthak Garg
2023-09-29 11:47 ` Konrad Dybcio
2023-10-04 10:53 ` Sarthak Garg
2023-10-08 2:22 ` Wenchao Chen
2023-10-16 9:56 ` Sarthak Garg
2023-09-29 13:08 ` [PATCH V2 0/2] Add partial initialization support Bryan O'Donoghue
2023-10-04 10:58 ` Sarthak Garg [this message]
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=44bb2149-1c12-41f0-bd39-1458528aecdf@quicinc.com \
--to=quic_sartgarg@quicinc.com \
--cc=adrian.hunter@intel.com \
--cc=bryan.odonoghue@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=quic_bhaskarv@quicinc.com \
--cc=quic_narepall@quicinc.com \
--cc=quic_nitirawa@quicinc.com \
--cc=quic_pragalla@quicinc.com \
--cc=quic_rampraka@quicinc.com \
--cc=quic_sachgupt@quicinc.com \
--cc=quic_sayalil@quicinc.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox