From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] ARM: OMAP5: voltagedomain data: remove temporary OMAP4 voltage data Date: Wed, 26 Jun 2013 00:30:57 -0700 Message-ID: <20130626073056.GS5523@atomide.com> References: <1372204560-1304-1-git-send-email-nm@ti.com> <87sj05sp0p.fsf@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:14271 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750843Ab3FZHbC (ORCPT ); Wed, 26 Jun 2013 03:31:02 -0400 Content-Disposition: inline In-Reply-To: <87sj05sp0p.fsf@linaro.org> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Kevin Hilman Cc: Nishanth Menon , Arnd Bergmann , Paul Walmsley , Benoit Cousson , Santosh Shilimkar , linux-omap@vger.kernel.org * Kevin Hilman [130625 17:24]: > Nishanth Menon writes: > > > commit 20d49e9ccfece526db755940721aa13e331936d4 > > (ARM: OMAP5: voltagedomain data: Add OMAP5 voltage domain data) > > > > Introduced dummy volt data for OMAP5 with OMAP4460 voltage information. > > > > However with the fixes introduced in later patches > > > > commit cd8abed1da91a3250aa4b3857479613a2b446f84 > > (ARM: OMAP2+: Powerdomain: Remove the need to always have a voltdm > > associated to a pwrdm) > > > > We are no longer restricted in that respect. Further, OPP voltage > > information is supposed to be provided by dts information. This needs > > to be added in future patches as various voltage modules are converted > > to dts. > > > > This also fixes the build breakage for voltagedomains54xx_data.c when just > > OMAP5 SoC is enabled: https://patchwork.kernel.org/patch/2764191/ > > > > Reported-by: Arnd Bergmann > > Signed-off-by: Nishanth Menon > > Cc: Kevin Hilman > > Cc: Benoit Cousson > > Cc: Santosh Shilimkar > > Cc: Paul Walmsley > > Cc: Tony Lindgren > > Cc: linux-omap@vger.kernel.org > > Acked-by: Kevin Hilman > > Arnd, to make it easy, below is a pull request for this fix on top of > arm-soc/omap/omap5. This can get easily lost, might be best to send a new email with [GIT PULL] in the subject. Regards, Tony > The following changes since commit 6503a8e109a639760408f874c1251060d563942e: > > ARM: OMAP5: Remove unused include for ocp2scp (2013-06-09 21:17:15 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git tags/omap-pm-v3.11/fixes/omap5-voltdm > > for you to fetch changes up to 2ac524f151dbecb862c95b8f433267772caa800e: > > ARM: OMAP5: voltagedomain data: remove temporary OMAP4 voltage data (2013-06-25 17:11:06 -0700) > > ---------------------------------------------------------------- > OMAP5: PM: fix boot by removing unneeded dummy voltage domain data > > ---------------------------------------------------------------- > Nishanth Menon (1): > ARM: OMAP5: voltagedomain data: remove temporary OMAP4 voltage data > > arch/arm/mach-omap2/voltagedomains54xx_data.c | 10 ---------- > 1 file changed, 10 deletions(-)