From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH v3 2/3] PM / OPP: Initialize OPP table from device tree Date: Fri, 17 Aug 2012 08:52:12 +0800 Message-ID: <20120817005210.GD24242@S2101-09.ap.freescale.net> References: <1344577046-14847-1-git-send-email-shawn.guo@linaro.org> <1344577046-14847-3-git-send-email-shawn.guo@linaro.org> <201208162305.55114.rjw@sisk.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <201208162305.55114.rjw-KKrjLPT3xs0@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: "Rafael J. Wysocki" Cc: Kevin Hilman , Nishanth Menon , Mike Turquette , Russell King - ARM Linux , linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Mark Brown , cpufreq-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Shilimkar Santosh , Rob Herring , Richard Zhao , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Thu, Aug 16, 2012 at 11:05:54PM +0200, Rafael J. Wysocki wrote: > On Friday, August 10, 2012, Shawn Guo wrote: > > With a lot of devices booting from device tree nowadays, it requires > > that OPP table can be initialized from device tree. The patch adds > > a helper function of_init_opp_table together with a binding doc for > > that purpose. > > > > Signed-off-by: Shawn Guo > > I need an ACK from whoever maintains the DT bindings for that. > Rob, please? -- Regards, Shawn From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawn.guo@linaro.org (Shawn Guo) Date: Fri, 17 Aug 2012 08:52:12 +0800 Subject: [PATCH v3 2/3] PM / OPP: Initialize OPP table from device tree In-Reply-To: <201208162305.55114.rjw@sisk.pl> References: <1344577046-14847-1-git-send-email-shawn.guo@linaro.org> <1344577046-14847-3-git-send-email-shawn.guo@linaro.org> <201208162305.55114.rjw@sisk.pl> Message-ID: <20120817005210.GD24242@S2101-09.ap.freescale.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Aug 16, 2012 at 11:05:54PM +0200, Rafael J. Wysocki wrote: > On Friday, August 10, 2012, Shawn Guo wrote: > > With a lot of devices booting from device tree nowadays, it requires > > that OPP table can be initialized from device tree. The patch adds > > a helper function of_init_opp_table together with a binding doc for > > that purpose. > > > > Signed-off-by: Shawn Guo > > I need an ACK from whoever maintains the DT bindings for that. > Rob, please? -- Regards, Shawn