From mboxrd@z Thu Jan 1 00:00:00 1970 From: Caesar Wang Subject: Re: [PATCH v8 1/3] power-domain: rockchip: add power domain drivers Date: Thu, 06 Nov 2014 21:21:44 +0800 Message-ID: <545B75E8.2000903@rock-chips.com> References: <1415254961-5746-1-git-send-email-caesar.wang@rock-chips.com> <1415254961-5746-2-git-send-email-caesar.wang@rock-chips.com> <545B3A18.9030405@rock-chips.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <545B3A18.9030405@rock-chips.com> Sender: linux-kernel-owner@vger.kernel.org To: Kever Yang , linus.walleij@linaro.org, linux-arm-kernel@lists.infradead.org, Heiko Stuebner , Russell King Cc: Mark Rutland , devicetree@vger.kernel.org, Ulf Hansson , Dmitry Torokhov , Pawel Moll , Ian Campbell , "jinkun.hong" , Randy Dunlap , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, dianders@chromium.org, linux-rockchip@lists.infradead.org, Rob Herring , fzf@rock-chips.com, Kumar Gala , Grant Likely , cf@rock-chips.com, Jack Dai List-Id: devicetree@vger.kernel.org =E5=9C=A8 2014=E5=B9=B411=E6=9C=8806=E6=97=A5 17:06, Kever Yang =E5=86=99= =E9=81=93: > > On 11/06/2014 02:22 PM, Caesar Wang wrote: >> In order to meet high performance and low power requirements, a powe= r >> management unit is designed or saving power when RK3288 in low power= =20 >> mode. >> The RK3288 PMU is dedicated for managing the power ot the whole chip= =2E >> >> Signed-off-by: Jack Dai >> Signed-off-by: jinkun.hong >> Signed-off-by: Caesar Wang >> >> --- >> >> Changes in v8: >> - This reconciles the v2 and v7 code so that we power domain ha= ve >> lists of clocks they toggle on and off during power transitions= and >> independently from power domains clocks we attach clocks to dev= ices >> comprising power domain and prepare them so they are turned on=20 >> and off >> by runtime PM. > There are more changes like the new rockchip_pm_add_one_domain. OK. >> >> Changes in v7: >> - Delete unused variables > > > > --=20 Best regards, Caesar