From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/5] ARM: ux500: Do not supply DMA platform data when booting u8540 platform
Date: Fri, 22 Mar 2013 15:43:13 +0000 [thread overview]
Message-ID: <201303221543.14165.arnd@arndb.de> (raw)
In-Reply-To: <1363966065-2478-5-git-send-email-lee.jones@linaro.org>
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.
Arnd
WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@arndb.de>
To: Lee Jones <lee.jones@linaro.org>
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 15:43:13 +0000 [thread overview]
Message-ID: <201303221543.14165.arnd@arndb.de> (raw)
In-Reply-To: <1363966065-2478-5-git-send-email-lee.jones@linaro.org>
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.
Arnd
next prev parent reply other threads:[~2013-03-22 15:43 UTC|newest]
Thread overview: 30+ 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 ` 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 ` Lee Jones
2013-03-22 15:27 ` [PATCH 3/5] ARM: ux500: Remove platform specific PRCMU and Clk initialisation Lee Jones
2013-03-22 15:27 ` Lee Jones
2013-03-27 13:18 ` Linus Walleij
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-22 15:27 ` Lee Jones
2013-03-27 13:20 ` Linus Walleij
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:27 ` Lee Jones
2013-03-22 15:43 ` Arnd Bergmann [this message]
2013-03-22 15:43 ` Arnd Bergmann
2013-03-22 17:14 ` Lee Jones
2013-03-22 17:14 ` Lee Jones
2013-03-22 15:45 ` [PATCH 1/5] ARM: ux500: Add machine support for ccu8540 Arnd Bergmann
2013-03-22 15:45 ` Arnd Bergmann
2013-03-22 17:23 ` Russell King - ARM Linux
2013-03-22 17:23 ` Russell King - ARM Linux
2013-03-22 17:29 ` Russell King - ARM Linux
2013-03-22 17:29 ` Russell King - ARM Linux
2013-03-22 20:28 ` Arnd Bergmann
2013-03-22 20:28 ` Arnd Bergmann
2013-03-22 17:37 ` Russell King - ARM Linux
2013-03-22 17:37 ` Russell King - ARM Linux
2013-03-25 8:47 ` Lee Jones
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=201303221543.14165.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.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.