All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: Re: [PATCH 00/11] Make omap24xx booting device tree based for v3.14 merge window
Date: Fri, 15 Nov 2013 11:02:56 -0800	[thread overview]
Message-ID: <20131115190255.GB10317@atomide.com> (raw)
In-Reply-To: <20131115184744.GA10997@blackmetal.musicnaut.iki.fi>

* Aaro Koskinen <aaro.koskinen@iki.fi> [131115 10:48]:
> Hi,
> 
> On Thu, Nov 14, 2013 at 04:09:47PM -0800, Tony Lindgren wrote:
> > Here are some early patches for the v3.14 merge window to make
> > omap2 booting device tree based before we make omap3 device
> > tree only. Otherwise we cannot remove the shared platform data
> > between omap2 and 3 for things like some hwmod entries.
> > 
> > I've added minimal support for 2430sdp to boot it to serial
> > console with ethernet working, and kept n8x0 support using
> > the legacy init for the drivers. Then the old H4 I have not
> > updated as I'm not using it.
> > 
> > Hopefully if there are still people using n8x0 they can
> > pick up the work from here on removing the rest of the legacy
> > platform data init as we're planning to drop those things
> > completely over next few merge cycles.
> 
> Thanks for the effort, I'll try to continue this work. You can add my
> Tested-by for N8x0 bits.
> 
> > Note that these patches are against mainline commit 10d0c9705
> > as there are few device tree related fixes to stuff the resources.   
> > These also depend on the recently posted fixes series
> > "[PATCH 0/8] Various omap device tree usability fixes for v3.13
> > merge window"
> 
> I noticed one bug. If you disable MACH_NOKIA_N8X0 from .config, there
> is a compilation failure:
> 
> arch/arm/mach-omap2/built-in.o: In function `omap2420_n8x0_legacy_init':
> /home/aaro/git/linux/arch/arm/mach-omap2/pdata-quirks.c:76: undefined reference to `n8x0_legacy_init'

OK thanks for testing, I'll fix that.

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 00/11] Make omap24xx booting device tree based for v3.14 merge window
Date: Fri, 15 Nov 2013 11:02:56 -0800	[thread overview]
Message-ID: <20131115190255.GB10317@atomide.com> (raw)
In-Reply-To: <20131115184744.GA10997@blackmetal.musicnaut.iki.fi>

* Aaro Koskinen <aaro.koskinen@iki.fi> [131115 10:48]:
> Hi,
> 
> On Thu, Nov 14, 2013 at 04:09:47PM -0800, Tony Lindgren wrote:
> > Here are some early patches for the v3.14 merge window to make
> > omap2 booting device tree based before we make omap3 device
> > tree only. Otherwise we cannot remove the shared platform data
> > between omap2 and 3 for things like some hwmod entries.
> > 
> > I've added minimal support for 2430sdp to boot it to serial
> > console with ethernet working, and kept n8x0 support using
> > the legacy init for the drivers. Then the old H4 I have not
> > updated as I'm not using it.
> > 
> > Hopefully if there are still people using n8x0 they can
> > pick up the work from here on removing the rest of the legacy
> > platform data init as we're planning to drop those things
> > completely over next few merge cycles.
> 
> Thanks for the effort, I'll try to continue this work. You can add my
> Tested-by for N8x0 bits.
> 
> > Note that these patches are against mainline commit 10d0c9705
> > as there are few device tree related fixes to stuff the resources.   
> > These also depend on the recently posted fixes series
> > "[PATCH 0/8] Various omap device tree usability fixes for v3.13
> > merge window"
> 
> I noticed one bug. If you disable MACH_NOKIA_N8X0 from .config, there
> is a compilation failure:
> 
> arch/arm/mach-omap2/built-in.o: In function `omap2420_n8x0_legacy_init':
> /home/aaro/git/linux/arch/arm/mach-omap2/pdata-quirks.c:76: undefined reference to `n8x0_legacy_init'

OK thanks for testing, I'll fix that.

Regards,

Tony

  reply	other threads:[~2013-11-15 19:03 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-15  0:09 [PATCH 00/11] Make omap24xx booting device tree based for v3.14 merge window Tony Lindgren
2013-11-15  0:09 ` Tony Lindgren
2013-11-15  0:09 ` [PATCH 01/11] ARM: dts: Add basic device tree support for omap2430 sdp Tony Lindgren
2013-11-15  0:09   ` Tony Lindgren
2013-11-15  0:09 ` [PATCH 02/11] ARM: dts: Add basic Nokia N8X0 support Tony Lindgren
2013-11-15  0:09   ` Tony Lindgren
2013-11-15  0:09 ` [PATCH 03/11] ARM: OMAP2+: Add support for board specific auxdata quirks Tony Lindgren
2013-11-15  0:09   ` Tony Lindgren
2013-11-15  0:09 ` [PATCH 04/11] ARM: OMAP2+: Add device tree compatible revision checks for n8x0 Tony Lindgren
2013-11-15  0:09   ` Tony Lindgren
2013-11-15  0:09 ` [PATCH 05/11] ARM: OMAP2+: Make n8x0 behave better with device tree based booting Tony Lindgren
2013-11-15  0:09   ` Tony Lindgren
2013-11-15  0:09 ` [PATCH 06/11] ARM: OMAP2+: Add quirks support for n8x0 Tony Lindgren
2013-11-15  0:09   ` Tony Lindgren
2013-11-15  0:09 ` [PATCH 07/11] ARM: OMAP2+: Remove legacy booting " Tony Lindgren
2013-11-15  0:09   ` Tony Lindgren
2013-11-15  0:09 ` [PATCH 08/11] ARM: OMAP2+: Remove board file for H4 Tony Lindgren
2013-11-15  0:09   ` Tony Lindgren
2013-11-15  0:09 ` [PATCH 09/11] ARM: OMAP2+: Remove legacy board file for 2430sdp Tony Lindgren
2013-11-15  0:09   ` Tony Lindgren
2013-11-15  0:09 ` [PATCH 10/11] ARM: OMAP2+: Remove legacy mux code for omap2 Tony Lindgren
2013-11-15  0:09   ` Tony Lindgren
2013-11-15  0:09 ` [PATCH 11/11] ARM: OMAP2+: Remove legacy hwmod entries " Tony Lindgren
2013-11-15  0:09   ` Tony Lindgren
2013-11-15 18:47 ` [PATCH 00/11] Make omap24xx booting device tree based for v3.14 merge window Aaro Koskinen
2013-11-15 18:47   ` Aaro Koskinen
2013-11-15 19:02   ` Tony Lindgren [this message]
2013-11-15 19:02     ` Tony Lindgren

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