From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?ISO-8859-1?Q?St=FCbner?= Subject: Re: [PATCH v5 2/2] pinctrl: rockchip: only enable gpio clock when it setting Date: Thu, 13 Aug 2015 14:37:36 +0200 Message-ID: <2167165.ooWgarx4Ov@diego> References: <1439287924-6988-1-git-send-email-hl@rock-chips.com> <1439287924-6988-2-git-send-email-hl@rock-chips.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from gloria.sntech.de ([95.129.55.99]:52279 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752265AbbHMMht (ORCPT ); Thu, 13 Aug 2015 08:37:49 -0400 In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Linus Walleij Cc: Lin Huang , Doug Anderson , "open list:ARM/Rockchip SoC..." , "linux-gpio@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Hi Linus, Am Donnerstag, 13. August 2015, 14:24:28 schrieb Linus Walleij: > On Tue, Aug 11, 2015 at 12:12 PM, Lin Huang wrote: > > gpio can keep state even the clock disable, for save power > > consumption, only enable gpio clock when it setting > > > > Signed-off-by: Lin Huang > > Reviewed-by: Heiko Stuebner > > --- > > Changes in v5: > > -rebase patch > > Patch applied with Doug's test tags etc. did you also take the first patch? Aka bot should probably stay together (hence Stephen's Ack for the clock change), as the dynamically controlling the gpio clocks exposes the pclk_pd_pmu. Heiko