Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1473755

Re: [PATCH 2/2] arm64: dts: rockchip: add eMMC's power domain support for rk3399

From Doug Anderson <dianders@chromium.org>
Newsgroups linux.kernel
Subject Re: [PATCH 2/2] arm64: dts: rockchip: add eMMC's power domain support for rk3399
Date 2016-08-31 19:50 +0200
Message-ID <schOa-5mI-43@gated-at.bofh.it> (permalink)
References <saM9H-5a8-3@gated-at.bofh.it> <saM9H-5a8-15@gated-at.bofh.it> <saNp8-66Q-11@gated-at.bofh.it> <sbkXL-1Bz-1@gated-at.bofh.it> <sblqN-20k-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

On Sun, Aug 28, 2016 at 8:25 PM, Shawn Lin <shawn.lin@rock-chips.com> wrote:
> On 2016/8/29 10:50, Elaine Zhang wrote:
>>
>>
>>
>> On 08/27/2016 11:05 PM, Shawn Lin wrote:
>>>
>>> On 2016/8/27 21:41, Ziyuan Xu wrote:
>>>>
>>>> Control power domain for eMMC via genpd to reduce power consumption.
>>>>
>>>> Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
>>>> Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
>>>>
>>>
>>> It looks nice to me. But this should be merged after applying that[0]
>>> as your patch will break bind/unbind test for sdhci-of-arasan on rk3399
>>> without it[0]. Moreover, Elaine should make sure that upstreamed
>>> rockchip power domain stuff would not off pd for emmc, *otherwise*, I
>>> should update my patch to make sure we update clkmul every time when
>>> doing suspend 2 resume..
>>>
>>>
>> Forgot to say:
>> If use pd, Although there is no call to power odd the pd_emmc,
>> it will be power off when the system doing suspend 2 resume.
>> (Because the system call
>> __device_suspend_noirq->pm_genpd_suspend_noirq->rockchip_pd_power_off)
>
>
> Thanks for explaining this. I checked the code a bit and actually I
> don't need to updata clkmul since it was recorded, although it is still
> reset to 0x10 reading from syscon. So for that, we can now pick it
> up without waiting for my sdhci-of-arasan's update.
>
> Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com>

This is fine to pick up _only_ if you don't care about suspend/resume.
If you care about suspend/resume then someone needs to first write a
patch that will re-init all "corecfg" values after power is turned on.

Technically I think this should probably use "pm runtime" and not
normal suspend/resume hooks.  Any time we end up pm runtime suspended
then I think our power will go off (because of genpd?) and we need to
restore values.

I'm not sure if this should be done in a generic way where we try to
save and restore all values in the "sdhci_arasan_soc_ctl_map" or if we
should try to be smarter...


-Doug

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] Add power domain support for eMMC node on rk3399 Ziyuan Xu <xzy.xu@rock-chips.com> - 2016-08-27 15:50 +0200
  [PATCH 2/2] arm64: dts: rockchip: add eMMC's power domain support for rk3399 Ziyuan Xu <xzy.xu@rock-chips.com> - 2016-08-27 15:50 +0200
    Re: [PATCH 2/2] arm64: dts: rockchip: add eMMC's power domain support  for rk3399 Shawn Lin <shawn.lin@rock-chips.com> - 2016-08-27 17:10 +0200
      Re: [PATCH 2/2] arm64: dts: rockchip: add eMMC's power domain support  for rk3399 Elaine Zhang <zhangqing@rock-chips.com> - 2016-08-29 04:20 +0200
      Re: [PATCH 2/2] arm64: dts: rockchip: add eMMC's power domain support  for rk3399 Elaine Zhang <zhangqing@rock-chips.com> - 2016-08-29 05:00 +0200
        Re: [PATCH 2/2] arm64: dts: rockchip: add eMMC's power domain support  for rk3399 Shawn Lin <shawn.lin@rock-chips.com> - 2016-08-29 05:30 +0200
          Re: [PATCH 2/2] arm64: dts: rockchip: add eMMC's power domain support  for rk3399 Doug Anderson <dianders@chromium.org> - 2016-08-31 19:50 +0200
            Re: [PATCH 2/2] arm64: dts: rockchip: add eMMC's power domain support  for rk3399 Ziyuan Xu <xzy.xu@rock-chips.com> - 2016-09-01 04:40 +0200
              Re: [PATCH 2/2] arm64: dts: rockchip: add eMMC's power domain support  for rk3399 Shawn Lin <shawn.lin@rock-chips.com> - 2016-09-01 05:30 +0200
                Re: [PATCH 2/2] arm64: dts: rockchip: add eMMC's power domain support  for rk3399 Ulf Hansson <ulf.hansson@linaro.org> - 2016-09-01 16:00 +0200
                Re: [PATCH 2/2] arm64: dts: rockchip: add eMMC's power domain support  for rk3399 Doug Anderson <dianders@chromium.org> - 2016-09-02 00:00 +0200
                Re: [PATCH 2/2] arm64: dts: rockchip: add eMMC's power domain support  for rk3399 Ulf Hansson <ulf.hansson@linaro.org> - 2016-09-02 12:30 +0200
                Re: [PATCH 2/2] arm64: dts: rockchip: add eMMC's power domain support  for rk3399 Ziyuan Xu <xzy.xu@rock-chips.com> - 2016-09-02 16:30 +0200
                Re: [PATCH 2/2] arm64: dts: rockchip: add eMMC's power domain support  for rk3399 Ulf Hansson <ulf.hansson@linaro.org> - 2016-09-06 14:40 +0200
              Re: [PATCH 2/2] arm64: dts: rockchip: add eMMC's power domain support  for rk3399 Doug Anderson <dianders@chromium.org> - 2016-09-01 06:30 +0200
                Re: [PATCH 2/2] arm64: dts: rockchip: add eMMC's power domain support  for rk3399 Ziyuan Xu <xzy.xu@rock-chips.com> - 2016-09-01 09:00 +0200
                Re: [PATCH 2/2] arm64: dts: rockchip: add eMMC's power domain support  for rk3399 Doug Anderson <dianders@chromium.org> - 2016-09-01 23:30 +0200
                Re: [PATCH 2/2] arm64: dts: rockchip: add eMMC's power domain support  for rk3399 Ziyuan Xu <xzy.xu@rock-chips.com> - 2016-09-02 04:50 +0200
                Re: [PATCH 2/2] arm64: dts: rockchip: add eMMC's power domain support  for rk3399 Doug Anderson <dianders@chromium.org> - 2016-09-02 07:30 +0200

csiph-web