All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Russell King - ARM Linux <linux@arm.linux.org.uk>
Cc: Aaro Koskinen <aaro.koskinen@iki.fi>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 6/7] arm: plat-omap: system.h: move voiceblue definitions into the board header
Date: Wed, 19 Jan 2011 17:26:44 -0800	[thread overview]
Message-ID: <20110120012644.GR4957@atomide.com> (raw)
In-Reply-To: <20110118092203.GA10997@n2100.arm.linux.org.uk>

* Russell King - ARM Linux <linux@arm.linux.org.uk> [110118 01:23]:
> On Tue, Jan 18, 2011 at 09:52:44AM +0200, Aaro Koskinen wrote:
> > Move voiceblue definitions into the board-specific header.
> > 
> > Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
> 
> Let's instead simplify this, and allow other platforms to hook into the
> reset handler if they choose.  This has only been build-tested on my
> omap1 (which includes voiceblue) and omap4 configurations.
> 
> 8<------
> Subject: ARM: OMAP: Allow platforms to hook reset cleanly
> 
> This adds a clean method to allow platforms to hook into the reset
> code if they require to.
> 
> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
> ---
>  arch/arm/mach-omap1/Makefile             |    2
>  arch/arm/mach-omap1/board-voiceblue.c    |  106 +++++++++++++++++--------------
>  arch/arm/mach-omap1/reset.c              |   25 +++++++
>  arch/arm/mach-omap2/prcm.c               |    5 +
>  arch/arm/plat-omap/include/plat/prcm.h   |    1
>  arch/arm/plat-omap/include/plat/system.h |   38 -----------
>  6 files changed, 91 insertions(+), 86 deletions(-)

Looks good to me. I'll queue all these into devel-cleanup
branch for the next merge window.

Regards,

Tony

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 6/7] arm: plat-omap: system.h: move voiceblue definitions into the board header
Date: Wed, 19 Jan 2011 17:26:44 -0800	[thread overview]
Message-ID: <20110120012644.GR4957@atomide.com> (raw)
In-Reply-To: <20110118092203.GA10997@n2100.arm.linux.org.uk>

* Russell King - ARM Linux <linux@arm.linux.org.uk> [110118 01:23]:
> On Tue, Jan 18, 2011 at 09:52:44AM +0200, Aaro Koskinen wrote:
> > Move voiceblue definitions into the board-specific header.
> > 
> > Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
> 
> Let's instead simplify this, and allow other platforms to hook into the
> reset handler if they choose.  This has only been build-tested on my
> omap1 (which includes voiceblue) and omap4 configurations.
> 
> 8<------
> Subject: ARM: OMAP: Allow platforms to hook reset cleanly
> 
> This adds a clean method to allow platforms to hook into the reset
> code if they require to.
> 
> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
> ---
>  arch/arm/mach-omap1/Makefile             |    2
>  arch/arm/mach-omap1/board-voiceblue.c    |  106 +++++++++++++++++--------------
>  arch/arm/mach-omap1/reset.c              |   25 +++++++
>  arch/arm/mach-omap2/prcm.c               |    5 +
>  arch/arm/plat-omap/include/plat/prcm.h   |    1
>  arch/arm/plat-omap/include/plat/system.h |   38 -----------
>  6 files changed, 91 insertions(+), 86 deletions(-)

Looks good to me. I'll queue all these into devel-cleanup
branch for the next merge window.

Regards,

Tony

  reply	other threads:[~2011-01-20  1:27 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-18  7:52 [PATCH 0/7] omap1 sparse warning fixes Aaro Koskinen
2011-01-18  7:52 ` Aaro Koskinen
2011-01-18  7:52 ` [PATCH 1/7] arm: plat-omap: dma: make omap_dma_in_1510_mode() static Aaro Koskinen
2011-01-18  7:52   ` Aaro Koskinen
2011-01-18  7:52 ` [PATCH 2/7] arm: mach-omap1: board-h2: make h2_nand_platdata static Aaro Koskinen
2011-01-18  7:52   ` Aaro Koskinen
2011-01-18  7:52 ` [PATCH 3/7] arm: mach-omap1: board-innovator: make innovator_mmc_init() static Aaro Koskinen
2011-01-18  7:52   ` Aaro Koskinen
2011-01-18  7:52 ` [PATCH 4/7] arm: mach-omap1: board-htcherald: make htcpld_chips and htcpld_pfdata static Aaro Koskinen
2011-01-18  7:52   ` Aaro Koskinen
2011-01-18  7:52 ` [PATCH 5/7] arm: mach-omap1: board-h3: make nand_platdata static Aaro Koskinen
2011-01-18  7:52   ` Aaro Koskinen
2011-01-18  7:52 ` [PATCH 6/7] arm: plat-omap: system.h: move voiceblue definitions into the board header Aaro Koskinen
2011-01-18  7:52   ` Aaro Koskinen
2011-01-18  9:22   ` Russell King - ARM Linux
2011-01-18  9:22     ` Russell King - ARM Linux
2011-01-20  1:26     ` Tony Lindgren [this message]
2011-01-20  1:26       ` Tony Lindgren
2011-01-18  7:52 ` [PATCH 7/7] arm: mach-omap1: board-voiceblue: add missing include Aaro Koskinen
2011-01-18  7:52   ` Aaro Koskinen
2011-01-18  8:11   ` Felipe Balbi
2011-01-18  8:11     ` Felipe Balbi
2011-01-18  8:21     ` Felipe Balbi
2011-01-18  8:21       ` Felipe Balbi

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=20110120012644.GR4957@atomide.com \
    --to=tony@atomide.com \
    --cc=aaro.koskinen@iki.fi \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    /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.