All of lore.kernel.org
 help / color / mirror / Atom feed
From: Caesar Wang <wxt@rock-chips.com>
To: Kevin Hilman <khilman@kernel.org>
Cc: Caesar Wang <wxt@rock-chips.com>,
	devicetree@vger.kernel.org, ulf.hansson@linaro.org,
	linux@arm.linux.org.uk, heiko@sntech.de, arnd@arndb.de,
	ijc+devicetree@hellion.org.uk, linux-kernel@vger.kernel.org,
	linus.walleij@linaro.org, dmitry.torokhov@gmail.com,
	tomasz.figa@gmail.com, dianders@chromium.org,
	linux-rockchip@lists.infradead.org,
	"jinkun.hong" <jinkun.hong@rock-chips.com>,
	robh+dt@kernel.org, galak@codeaurora.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [RESEND PATCH v16 3/4] soc: rockchip: power-domain: Add power domain driver
Date: Wed, 26 Aug 2015 17:27:59 +0800	[thread overview]
Message-ID: <55DD869F.9010309@rock-chips.com> (raw)
In-Reply-To: <7hwpwjaxxv.fsf@deeprootsystems.com>



在 2015年08月26日 04:57, Kevin Hilman 写道:
> Caesar Wang <wxt@rock-chips.com> writes:
>
>> This driver is found on RK3288 SoCs.
>>
>> In order to meet high performance and low power requirements, a power
>> management unit is designed or saving power when RK3288 in low power
>> mode.
>> The RK3288 PMU is dedicated for managing the power of the whole chip.
>>
>> PMU can work in the Low Power Mode by setting bit[0] of PMU_PWRMODE_CON
>> register. After setting the register, PMU would enter the Low Power mode.
>> In the low power mode, pmu will auto power on/off the specified power
>> domain, send idle req to specified power domain, shut down/up pll and
>> so on. All of above are configurable by setting corresponding registers.
>>
>> Signed-off-by: jinkun.hong <jinkun.hong@rock-chips.com>
>> Signed-off-by: Caesar Wang <wxt@rock-chips.com>
> [...]
>
>> diff --git a/drivers/soc/rockchip/Kconfig b/drivers/soc/rockchip/Kconfig
>> new file mode 100644
>> index 0000000..87a09c3
>> --- /dev/null
>> +++ b/drivers/soc/rockchip/Kconfig
>> @@ -0,0 +1,13 @@
>> +#
>> +# Rockchip Soc drivers
>> +#
>> +config PM_GENERIC_DOMAINS
> Why are you (re)defining this config option?  This name is already used in kernel/pm/Kconfig.

Fixed.

----
Thanks,
Caesar

> Kevin
>
> _______________________________________________
> Linux-rockchip mailing list
> Linux-rockchip@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: wxt@rock-chips.com (Caesar Wang)
To: linux-arm-kernel@lists.infradead.org
Subject: [RESEND PATCH v16 3/4] soc: rockchip: power-domain: Add power domain driver
Date: Wed, 26 Aug 2015 17:27:59 +0800	[thread overview]
Message-ID: <55DD869F.9010309@rock-chips.com> (raw)
In-Reply-To: <7hwpwjaxxv.fsf@deeprootsystems.com>



? 2015?08?26? 04:57, Kevin Hilman ??:
> Caesar Wang <wxt@rock-chips.com> writes:
>
>> This driver is found on RK3288 SoCs.
>>
>> In order to meet high performance and low power requirements, a power
>> management unit is designed or saving power when RK3288 in low power
>> mode.
>> The RK3288 PMU is dedicated for managing the power of the whole chip.
>>
>> PMU can work in the Low Power Mode by setting bit[0] of PMU_PWRMODE_CON
>> register. After setting the register, PMU would enter the Low Power mode.
>> In the low power mode, pmu will auto power on/off the specified power
>> domain, send idle req to specified power domain, shut down/up pll and
>> so on. All of above are configurable by setting corresponding registers.
>>
>> Signed-off-by: jinkun.hong <jinkun.hong@rock-chips.com>
>> Signed-off-by: Caesar Wang <wxt@rock-chips.com>
> [...]
>
>> diff --git a/drivers/soc/rockchip/Kconfig b/drivers/soc/rockchip/Kconfig
>> new file mode 100644
>> index 0000000..87a09c3
>> --- /dev/null
>> +++ b/drivers/soc/rockchip/Kconfig
>> @@ -0,0 +1,13 @@
>> +#
>> +# Rockchip Soc drivers
>> +#
>> +config PM_GENERIC_DOMAINS
> Why are you (re)defining this config option?  This name is already used in kernel/pm/Kconfig.

Fixed.

----
Thanks,
Caesar

> Kevin
>
> _______________________________________________
> Linux-rockchip mailing list
> Linux-rockchip at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-rockchip

  reply	other threads:[~2015-08-26  9:27 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-25  7:24 [RESEND PATCH v16 0/4] ARM: rk3288: Add PM Domain support Caesar Wang
2015-08-25  7:24 ` Caesar Wang
2015-08-25  7:24 ` Caesar Wang
     [not found] ` <1440487486-6154-1-git-send-email-wxt-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2015-08-25  7:24   ` [RESEND PATCH v16 1/4] dt-bindings: add document of Rockchip power domain Caesar Wang
2015-08-25  7:24     ` Caesar Wang
2015-08-25  7:24     ` Caesar Wang
2015-08-25  7:24   ` [RESEND PATCH v16 2/4] ARM: power-domain: rockchip: add all the domain type on RK3288 SoCs Caesar Wang
2015-08-25  7:24     ` Caesar Wang
2015-08-25  7:24     ` Caesar Wang
2015-08-25  7:24   ` [RESEND PATCH v16 3/4] soc: rockchip: power-domain: Add power domain driver Caesar Wang
2015-08-25  7:24     ` Caesar Wang
2015-08-25  7:24     ` Caesar Wang
     [not found]     ` <1440487486-6154-4-git-send-email-wxt-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2015-08-25 20:57       ` Kevin Hilman
2015-08-25 20:57         ` Kevin Hilman
2015-08-25 20:57         ` Kevin Hilman
2015-08-26  9:27         ` Caesar Wang [this message]
2015-08-26  9:27           ` Caesar Wang
2015-08-25  7:24   ` [RESEND PATCH v16 4/4] ARM: dts: add the support power-domain node on RK3288 SoCs Caesar Wang
2015-08-25  7:24     ` Caesar Wang
2015-08-25  7:24     ` Caesar Wang
2015-08-25 21:07     ` Kevin Hilman
2015-08-25 21:07       ` Kevin Hilman
     [not found]       ` <7hfv37axhj.fsf-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
2015-08-25 21:48         ` Doug Anderson
2015-08-25 21:48           ` Doug Anderson
2015-08-25 21:48           ` Doug Anderson
     [not found]           ` <CAD=FV=V6oG+9U=W_JZmqCuNo-9-5wW8ffZzG7ZE_3cnSTNAjFQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-25 22:45             ` Kevin Hilman
2015-08-25 22:45               ` Kevin Hilman
2015-08-25 22:45               ` Kevin Hilman
     [not found]               ` <7htwrn6l7g.fsf-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
2015-08-25 23:47                 ` Dmitry Torokhov
2015-08-25 23:47                   ` Dmitry Torokhov
2015-08-25 23:47                   ` Dmitry Torokhov
     [not found]                   ` <CAKdAkRS=9Dq+YpMNSjpij0Am4ZD6uUURv74OLLYf+akD=W885A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-28  0:24                     ` Kevin Hilman
2015-08-28  0:24                       ` Kevin Hilman
2015-08-28  0:24                       ` Kevin Hilman
2015-08-28  2:03                       ` Doug Anderson
2015-08-28  2:03                         ` Doug Anderson
     [not found]                         ` <CAD=FV=VTR-PBcXXX1jHNw65x_cMP9CKwVWBs+XCcFqFPp7msjA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-28 20:02                           ` Michael Turquette
2015-08-28 20:02                             ` Michael Turquette
2015-08-28 20:02                             ` Michael Turquette
2015-08-28 21:08                             ` Doug Anderson
2015-08-28 21:08                               ` Doug Anderson
     [not found]                               ` <CAD=FV=UrWauwX143MSZpus=L7N__jL1dU-FwaE8BU7wi=Lu2Qg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-28 22:53                                 ` Michael Turquette
2015-08-28 22:53                                   ` Michael Turquette
2015-08-28 22:53                                   ` Michael Turquette
2015-08-28 21:28                             ` Kevin Hilman
2015-08-28 21:28                               ` Kevin Hilman
2015-08-25 23:55                 ` Doug Anderson
2015-08-25 23:55                   ` Doug Anderson
2015-08-25 23:55                   ` Doug Anderson
2015-08-26  9:24               ` Caesar Wang
2015-08-26  9:24                 ` Caesar Wang

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=55DD869F.9010309@rock-chips.com \
    --to=wxt@rock-chips.com \
    --cc=arnd@arndb.de \
    --cc=devicetree@vger.kernel.org \
    --cc=dianders@chromium.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=galak@codeaurora.org \
    --cc=heiko@sntech.de \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=jinkun.hong@rock-chips.com \
    --cc=khilman@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux@arm.linux.org.uk \
    --cc=robh+dt@kernel.org \
    --cc=tomasz.figa@gmail.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 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.