linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Arnd Bergmann <arnd@arndb.de>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linus.walleij@stericsson.com
Subject: Re: [PATCH 5/5] ARM: ux500: Do not supply DMA platform data when booting u8540 platform
Date: Fri, 22 Mar 2013 17:14:13 +0000	[thread overview]
Message-ID: <20130322171413.GA2960@gmail.com> (raw)
In-Reply-To: <201303221543.14165.arnd@arndb.de>

On Fri, 22 Mar 2013, Arnd Bergmann wrote:

> On Friday 22 March 2013, Lee Jones wrote:
> >         /* automatically probe child nodes of db8500 device */
> >         of_platform_populate(NULL, u8500_local_bus_nodes, u8500_auxdata_lookup, parent);
> > +
> > +       if (of_machine_is_compatible("st-ericsson,u8540"))
> > +               of_platform_populate(NULL, u8500_local_bus_nodes,
> > +                                    u8540_auxdata_uart_lookup, parent);
> > +       else
> > +               of_platform_populate(NULL, u8500_local_bus_nodes,
> > +                                    u8500_auxdata_uart_lookup, parent);
> >  }
> >  
> 
> Does this still work on u8500? I did not think you could call 
> of_platform_populate twice on the root node and still get the result
> you want.

I haven't checked.

I'll look into the inner workings of of_platform_populate() on Monday.

Thanks for the pointer.

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

  reply	other threads:[~2013-03-22 17:14 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-22 15:27 [PATCH 1/5] ARM: ux500: Add machine support for ccu8540 Lee Jones
2013-03-22 15:27 ` [PATCH 2/5] ARM: ux500: Allow the ccu8540 to register its serial devices without pdata Lee Jones
2013-03-22 15:27 ` [PATCH 3/5] ARM: ux500: Remove platform specific PRCMU and Clk initialisation Lee Jones
2013-03-27 13:18   ` Linus Walleij
2013-03-22 15:27 ` [PATCH 4/5] ARM: ux500: Supply a DTS file for the u8540 platform Lee Jones
2013-03-27 13:20   ` Linus Walleij
2013-03-22 15:27 ` [PATCH 5/5] ARM: ux500: Do not supply DMA platform data when booting " Lee Jones
2013-03-22 15:43   ` Arnd Bergmann
2013-03-22 17:14     ` Lee Jones [this message]
2013-03-22 15:45 ` [PATCH 1/5] ARM: ux500: Add machine support for ccu8540 Arnd Bergmann
2013-03-22 17:23 ` Russell King - ARM Linux
2013-03-22 17:29   ` Russell King - ARM Linux
2013-03-22 20:28     ` Arnd Bergmann
2013-03-22 17:37   ` Russell King - ARM Linux
2013-03-25  8:47     ` Lee Jones

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=20130322171413.GA2960@gmail.com \
    --to=lee.jones@linaro.org \
    --cc=arnd@arndb.de \
    --cc=linus.walleij@stericsson.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).