From: Maya Erez <merez@codeaurora.org>
To: Ulf Hansson <ulf.hansson@linaro.org>
Cc: Kevin Liu <keyuan.liu@gmail.com>, Chris Ball <cjb@laptop.org>,
Ulf Hansson <ulf.hansson@stericsson.com>,
linux-mmc@vger.kernel.org,
Johan Rudholm <johan.rudholm@stericsson.com>,
Seungwon Jeon <tgih.jun@samsung.com>,
Jaehoon Chung <jh80.chung@samsung.com>,
Kevin Liu <kliu5@marvell.com>
Subject: Re: [PATCH 0/3] mmc: Use runtime pm for blkdevice
Date: Wed, 03 Apr 2013 13:51:18 +0300 [thread overview]
Message-ID: <515C09A6.9010002@codeaurora.org> (raw)
In-Reply-To: <CAPDyKFpsTWCoTWSNOaJVfr-3hXzf4x_qNYujo1trhbim4Tnxdg@mail.gmail.com>
בתאריך 4/2/2013 1:45 PM, ציטוט Ulf Hansson:
> On 28 March 2013 22:05, <merez@codeaurora.org> wrote:
>> Hi Chris,
>>
>> Sorry for the late response.
>> I am currently on vacation and would get back to work next week.
>> We would like to have an internal discussion to make sure there are no
>> additional concerns with this patch.
>> Can you please wait with this patch approval until the end of next week?
> Hi Maya,
>
> Hope you have had a good vacation. I was thinking of the BKOPS patches
> I assume you are working on. If you need some assistance to "rebase"
> you work on top of this patchset, just ping me.
>
> Kind regards
> Ulf Hansson
>
>> Thanks,
>> Maya
>>
>>>> -----Original Message-----
>>>> From: Chris Ball [mailto:cjb@laptop.org]
>>>> Sent: Wednesday, March 27, 2013 9:32 PM
>>>> To: Ulf Hansson
>>>> Cc: linux-mmc@vger.kernel.org; Johan Rudholm; Ulf Hansson; Maya Erez;
>>>> Kevin Liu; Seungwon Jeon; jh80.chung@samsung.com
>>>> Subject: Re: [PATCH 0/3] mmc: Use runtime pm for blkdevice
>>>>
>>>> Hi Maya, Kevin, Seungwon, Jaehoon,
>>>>
>>>> On Fri, Mar 01 2013, Ulf Hansson wrote:
>>>>> From: Ulf Hansson <ulf.hansson@linaro.org>
>>>>>
>>>>> SDIO has been using runtime pm for a while to handle runtime power save
>>>>> operations. This patchset is enabling the option to make the sd/mmc
>>>>> blockdevices to use runtime pm as well.
>>>>>
>>>>> The runtime pm implementation for the block device will make use of
>>>>> autosuspend to defer power save operation to after request inactivty
>>>>> for
>>>>> a certain time.
>>>>>
>>>>> To actually perform some power save operations the corresponding bus
>>>>> ops
>>>>> for mmc and sd shall be implemented. Typically it could make sense to
>>>>> do
>>>>> BKOPS for eMMC in here.
>>>>>
>>>>> Ulf Hansson (3):
>>>>> mmc: core: Remove power_restore bus_ops for mmc and sd
>>>>> mmc: core: Add bus_ops for runtime pm callbacks
>>>>> mmc: block: Enable runtime pm for mmc blkdevice
>>>>>
>>>>> drivers/mmc/card/block.c | 28 ++++++++++++++++++++++++++--
>>>>> drivers/mmc/core/bus.c | 14 ++++++++++++--
>>>>> drivers/mmc/core/core.h | 2 ++
>>>>> drivers/mmc/core/mmc.c | 14 --------------
>>>>> drivers/mmc/core/sd.c | 14 --------------
>>>>> drivers/mmc/core/sdio.c | 20 ++++++++++++++++++++
>>>>> 6 files changed, 60 insertions(+), 32 deletions(-)
>>>> This looks good to me, but I'd like to make sure the design works for
>>>> you before we decide to merge it. Any concerns?
>>>>
>>> Chris,
>>>
>>> This patchset is ok for me.
>>> We can discuss/review how sd/mmc runtime callback function implemented
>>> later.
>>>
>>> Thanks
>>> Kevin
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>>
>>
>> --
>> Maya Erez
>> QUALCOMM ISRAEL, on behalf of Qualcomm Innovation Center, Inc. is a member
>> of Code Aurora Forum, hosted by The Linux Foundation
>>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Ulf,
Thanks for your offer.
The current plan is to start the BKOPS in the runtime suspend API
(triggerred 3 secs after idle time) although it may be less efficient
than the current approach which starts the BKOPS after 200ms from idle time.
I will try to send the BKOPS patch next week.
Chris - we are OK with this patch, you can continue with its merge.
Thanks,
Maya
--
Maya Erez
QUALCOMM ISRAEL, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
next prev parent reply other threads:[~2013-04-03 10:51 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <25B60CDC2F704E4E9D88FFD52780CB4C0BDED3BFE1@SC-VEXCH1.marvell.com>
2013-03-28 1:43 ` [PATCH 0/3] mmc: Use runtime pm for blkdevice Kevin Liu
2013-03-28 21:05 ` merez
2013-04-02 10:45 ` Ulf Hansson
2013-04-03 10:51 ` Maya Erez [this message]
[not found] <ED64882F200EF5419CDAC2E6B5C4B3A2097FC4412E@SC-VEXCH1.marvell.com>
[not found] ` <25B60CDC2F704E4E9D88FFD52780CB4C0BDE9E0DE9@SC-VEXCH1.marvell.com>
2013-03-06 17:12 ` FW: " Kevin Liu
2013-03-07 3:41 ` Ulf Hansson
2013-03-07 9:38 ` Kevin Liu
2013-03-07 14:14 ` Kevin Liu
2013-03-08 3:14 ` Ulf Hansson
2013-03-08 4:38 ` Kevin Liu
2013-03-15 4:18 ` Sujit Reddy Thumma
2013-03-15 8:50 ` Ulf Hansson
2013-03-20 15:44 ` Sujit Reddy Thumma
2013-03-20 21:58 ` Ulf Hansson
2013-03-20 22:04 ` Ulf Hansson
2013-03-27 18:25 ` Sujit Reddy Thumma
2013-03-01 12:47 Ulf Hansson
2013-03-02 20:00 ` Maya Erez
2013-03-27 13:31 ` Chris Ball
2013-03-27 13:40 ` Arnd Bergmann
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=515C09A6.9010002@codeaurora.org \
--to=merez@codeaurora.org \
--cc=cjb@laptop.org \
--cc=jh80.chung@samsung.com \
--cc=johan.rudholm@stericsson.com \
--cc=keyuan.liu@gmail.com \
--cc=kliu5@marvell.com \
--cc=linux-mmc@vger.kernel.org \
--cc=tgih.jun@samsung.com \
--cc=ulf.hansson@linaro.org \
--cc=ulf.hansson@stericsson.com \
/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