All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: Paul Walmsley <paul@pwsan.com>
Cc: linux-pm@vger.kernel.org, cpufreq@vger.kernel.org,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] CPUFreq: OMAP: remove unnecessary plat/ includes
Date: Thu, 20 Sep 2012 00:12:12 +0200	[thread overview]
Message-ID: <201209200012.12275.rjw@sisk.pl> (raw)
In-Reply-To: <alpine.DEB.2.00.1209192202430.8278@utopia.booyaka.com>

On Thursday, September 20, 2012, Paul Walmsley wrote:
> Hi
> 
> On Fri, 14 Sep 2012, Rafael J. Wysocki wrote:
> 
> > On Wednesday, September 12, 2012, Paul Walmsley wrote:
> > > 
> > > Remove some unnecessary plat/ includes that are interfering with multi-subarch
> > > ARM kernels.
> > > 
> > > Signed-off-by: Paul Walmsley <paul@pwsan.com>
> > > Cc: Kevin Hilman <khilman@ti.com>
> > > Cc: Rafael J. Wysocki <rjw@sisk.pl>
> > > Acked-by: Kevin Hilman <khilman@ti.com>
> > 
> > Acked-by: Rafael J. Wysocki <rjw@sisk.pl>
> > 
> > > ---
> > > 
> > > Still awaiting some final testing here.  Rafael, was wondering if you 
> > > would be willing to ack this so we can merge it via the OMAP tree?   
> > > Otherwise the patch can be split into an OMAP part and a CPUFreq part that 
> > > can go in across two merge windows.
> > > 
> > >  arch/arm/mach-omap2/clock2420_data.c |    1 +
> > >  arch/arm/mach-omap2/clock2430_data.c |    1 +
> > >  arch/arm/mach-omap2/clock3xxx_data.c |    1 +
> > >  arch/arm/mach-omap2/clock44xx_data.c |    1 +
> > >  drivers/cpufreq/omap-cpufreq.c       |   19 +------------------
> > >  5 files changed, 5 insertions(+), 18 deletions(-)
> 
> Thanks Rafael.  Looks like you've got "cpufreq: OMAP: Check IS_ERR() 
> instead of NULL for omap_device_get_by_hwmod_name" queued which conflicts 
> with this patch, so will just queue the arch/arm/mach-omap2/ changes for 
> now.  Then the drivers/cpufreq/omap-cpufreq.c part can go in during 3.8.

OK

Thanks,
Rafael

WARNING: multiple messages have this Message-ID (diff)
From: rjw@sisk.pl (Rafael J. Wysocki)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] CPUFreq: OMAP: remove unnecessary plat/ includes
Date: Thu, 20 Sep 2012 00:12:12 +0200	[thread overview]
Message-ID: <201209200012.12275.rjw@sisk.pl> (raw)
In-Reply-To: <alpine.DEB.2.00.1209192202430.8278@utopia.booyaka.com>

On Thursday, September 20, 2012, Paul Walmsley wrote:
> Hi
> 
> On Fri, 14 Sep 2012, Rafael J. Wysocki wrote:
> 
> > On Wednesday, September 12, 2012, Paul Walmsley wrote:
> > > 
> > > Remove some unnecessary plat/ includes that are interfering with multi-subarch
> > > ARM kernels.
> > > 
> > > Signed-off-by: Paul Walmsley <paul@pwsan.com>
> > > Cc: Kevin Hilman <khilman@ti.com>
> > > Cc: Rafael J. Wysocki <rjw@sisk.pl>
> > > Acked-by: Kevin Hilman <khilman@ti.com>
> > 
> > Acked-by: Rafael J. Wysocki <rjw@sisk.pl>
> > 
> > > ---
> > > 
> > > Still awaiting some final testing here.  Rafael, was wondering if you 
> > > would be willing to ack this so we can merge it via the OMAP tree?   
> > > Otherwise the patch can be split into an OMAP part and a CPUFreq part that 
> > > can go in across two merge windows.
> > > 
> > >  arch/arm/mach-omap2/clock2420_data.c |    1 +
> > >  arch/arm/mach-omap2/clock2430_data.c |    1 +
> > >  arch/arm/mach-omap2/clock3xxx_data.c |    1 +
> > >  arch/arm/mach-omap2/clock44xx_data.c |    1 +
> > >  drivers/cpufreq/omap-cpufreq.c       |   19 +------------------
> > >  5 files changed, 5 insertions(+), 18 deletions(-)
> 
> Thanks Rafael.  Looks like you've got "cpufreq: OMAP: Check IS_ERR() 
> instead of NULL for omap_device_get_by_hwmod_name" queued which conflicts 
> with this patch, so will just queue the arch/arm/mach-omap2/ changes for 
> now.  Then the drivers/cpufreq/omap-cpufreq.c part can go in during 3.8.

OK

Thanks,
Rafael

  reply	other threads:[~2012-09-19 22:12 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-12  0:32 [PATCH] CPUFreq: OMAP: remove unnecessary plat/ includes Paul Walmsley
2012-09-12  0:32 ` Paul Walmsley
2012-09-12  7:28 ` Shilimkar, Santosh
2012-09-12  7:28   ` Shilimkar, Santosh
2012-09-12 13:57   ` Kevin Hilman
2012-09-12 13:57     ` Kevin Hilman
2012-09-12 15:04     ` Shilimkar, Santosh
2012-09-12 15:04       ` Shilimkar, Santosh
2012-09-14 19:03 ` Rafael J. Wysocki
2012-09-14 19:03   ` Rafael J. Wysocki
2012-09-19 22:03   ` Paul Walmsley
2012-09-19 22:03     ` Paul Walmsley
2012-09-19 22:12     ` Rafael J. Wysocki [this message]
2012-09-19 22:12       ` Rafael J. Wysocki
2012-09-19 22:18       ` [PATCH] ARM: OMAP2+: clock data: add some aliases for use by CPUFreq only (was Re: [PATCH] CPUFreq: OMAP: remove unnecessary plat/ includes) Paul Walmsley
2012-09-19 22:18         ` Paul Walmsley

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=201209200012.12275.rjw@sisk.pl \
    --to=rjw@sisk.pl \
    --cc=cpufreq@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=paul@pwsan.com \
    /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.