All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolas Pitre <nicolas.pitre@linaro.org>
To: David Brown <davidb@codeaurora.org>
Cc: Stephen Boyd <sboyd@codeaurora.org>,
	Russell King - ARM Linux <linux@arm.linux.org.uk>,
	lkml <linux-kernel@vger.kernel.org>,
	linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCHv2 2/2] ARM: ARM_PATCH_PHYS_VIRT_16BIT no longer depends on MSM
Date: Tue, 26 Jul 2011 17:52:59 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LFD.2.00.1107261752240.12766@xanadu.home> (raw)
In-Reply-To: <20110726213910.GA11358@huya.qualcomm.com>

On Tue, 26 Jul 2011, David Brown wrote:

> On Tue, Jul 26, 2011 at 02:24:26PM -0400, Nicolas Pitre wrote:
> > On Tue, 26 Jul 2011, Stephen Boyd wrote:
> > 
> > > On 07/25/2011 01:31 PM, Russell King - ARM Linux wrote:
> > > > On Mon, Jul 25, 2011 at 04:25:26PM -0400, Nicolas Pitre wrote:
> > > >> On Mon, 25 Jul 2011, Stephen Boyd wrote:
> > > >>
> > > >>> MSM no longer requires the 16bit version of dynamic P2V. Drop the
> > > >>> dependency.
> > > >>>
> > > >>> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
> > > >>> Cc: Nicolas Pitre <nicolas.pitre@linaro.org>
> > > >>> Cc: David Brown <davidb@codeaurora.org>
> > > >> Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
> > > > As it's now unused, we can kill the additional code which makes things
> > > > needlessly more complex...
> > > 
> > > Ok. I'll remove the extra code in v3.
> > 
> > Something like this (untested):
> > 
> > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> > diff --git a/arch/arm/kernel/head.S b/arch/arm/kernel/head.S
> 
> I've tested this on MSM8660.  Works with CONFIG_ARM_PATCH_PHYS_VIRT
> enabled (but an offset of zero).
> 
> I'd like to make this up into a patch, Nicolas, do you want to be the
> author (and do you sign-off)?

Sure.


Nicolas

WARNING: multiple messages have this Message-ID (diff)
From: nicolas.pitre@linaro.org (Nicolas Pitre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv2 2/2] ARM: ARM_PATCH_PHYS_VIRT_16BIT no longer depends on MSM
Date: Tue, 26 Jul 2011 17:52:59 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LFD.2.00.1107261752240.12766@xanadu.home> (raw)
In-Reply-To: <20110726213910.GA11358@huya.qualcomm.com>

On Tue, 26 Jul 2011, David Brown wrote:

> On Tue, Jul 26, 2011 at 02:24:26PM -0400, Nicolas Pitre wrote:
> > On Tue, 26 Jul 2011, Stephen Boyd wrote:
> > 
> > > On 07/25/2011 01:31 PM, Russell King - ARM Linux wrote:
> > > > On Mon, Jul 25, 2011 at 04:25:26PM -0400, Nicolas Pitre wrote:
> > > >> On Mon, 25 Jul 2011, Stephen Boyd wrote:
> > > >>
> > > >>> MSM no longer requires the 16bit version of dynamic P2V. Drop the
> > > >>> dependency.
> > > >>>
> > > >>> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
> > > >>> Cc: Nicolas Pitre <nicolas.pitre@linaro.org>
> > > >>> Cc: David Brown <davidb@codeaurora.org>
> > > >> Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
> > > > As it's now unused, we can kill the additional code which makes things
> > > > needlessly more complex...
> > > 
> > > Ok. I'll remove the extra code in v3.
> > 
> > Something like this (untested):
> > 
> > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> > diff --git a/arch/arm/kernel/head.S b/arch/arm/kernel/head.S
> 
> I've tested this on MSM8660.  Works with CONFIG_ARM_PATCH_PHYS_VIRT
> enabled (but an offset of zero).
> 
> I'd like to make this up into a patch, Nicolas, do you want to be the
> author (and do you sign-off)?

Sure.


Nicolas

  reply	other threads:[~2011-07-26 21:53 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-25 17:19 [PATCHv2 1/2] ARM: Set proper TEXT_OFFSET for newer MSMs Stephen Boyd
2011-07-25 17:19 ` Stephen Boyd
2011-07-25 17:19 ` [PATCHv2 2/2] ARM: ARM_PATCH_PHYS_VIRT_16BIT no longer depends on MSM Stephen Boyd
2011-07-25 17:19   ` Stephen Boyd
2011-07-25 20:25   ` Nicolas Pitre
2011-07-25 20:25     ` Nicolas Pitre
2011-07-25 20:31     ` Russell King - ARM Linux
2011-07-25 20:31       ` Russell King - ARM Linux
2011-07-25 20:31       ` Russell King - ARM Linux
2011-07-26 17:40       ` Stephen Boyd
2011-07-26 17:40         ` Stephen Boyd
2011-07-26 18:24         ` Nicolas Pitre
2011-07-26 18:24           ` Nicolas Pitre
2011-07-26 21:39           ` David Brown
2011-07-26 21:39             ` David Brown
2011-07-26 21:52             ` Nicolas Pitre [this message]
2011-07-26 21:52               ` Nicolas Pitre

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=alpine.LFD.2.00.1107261752240.12766@xanadu.home \
    --to=nicolas.pitre@linaro.org \
    --cc=davidb@codeaurora.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=sboyd@codeaurora.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.