Re: [PATCH] arm, davinci: configure davinci aemif chipselects through OF

2011-12-08 Thread Heiko Schocher
Hello Nori, Nori, Sekhar wrote: On Thu, Dec 08, 2011 at 13:17:05, Heiko Schocher wrote: diff --git a/Documentation/devicetree/bindings/arm/davinci/aemif.txt b/Documentation/devicetree/bindings/arm/davinci/aemif.txt new file mode 100644 index 000..c9ed551 --- /dev/null +++

Re: [PATCH v2] irqdomain: protect macro variable in domain iterators

2011-12-08 Thread Nicolas Ferre
On 12/02/2011 02:44 PM, Dave Martin : On Fri, Dec 02, 2011 at 02:30:09PM +0100, Nicolas Ferre wrote: Signed-off-by: Nicolas Ferrenicolas.fe...@atmel.com Looks OK to me: Acked-by: Dave Martindave.mar...@linaro.org Rob, Do you want a different implementation for this. I think it is the

Re: [PATCH v4 3/6] ARM: vexpress: Add DT support for the motherboard

2011-12-08 Thread Pawel Moll
On Wed, 2011-12-07 at 22:49 +, Arnd Bergmann wrote: On Tuesday 06 December 2011 15:43:46 Pawel Moll wrote: + +static struct of_dev_auxdata v2m_dt_auxdata_lookup[] __initdata = { + OF_DEV_AUXDATA(arm,vexpress-flash, V2M_NOR0, physmap-flash, +

Re: [PATCH v4 5/6] ARM: vexpress: DT-based support for Cortex-A5 and Cortex-A9 based tiles

2011-12-08 Thread Dave Martin
On Wed, Dec 07, 2011 at 07:09:34PM +, Pawel Moll wrote: On Wed, 2011-12-07 at 15:33 +, Dave Martin wrote: Oh, we should select HAVE_PATA_PLATFORM in here somewhere too. But that's not critical for this series. It's already selected in arch/arm/Kconfig: config ARCH_VEXPRESS

Re: [PATCH v2] irqdomain: protect macro variable in domain iterators

2011-12-08 Thread Rob Herring
On 12/08/2011 03:37 AM, Nicolas Ferre wrote: On 12/02/2011 02:44 PM, Dave Martin : On Fri, Dec 02, 2011 at 02:30:09PM +0100, Nicolas Ferre wrote: Signed-off-by: Nicolas Ferrenicolas.fe...@atmel.com Looks OK to me: Acked-by: Dave Martindave.mar...@linaro.org Rob, Do you want a

Re: [PATCH 2/4] ARM: OMAP2/3: intc: Add DT support for TI interrupt controller

2011-12-08 Thread Cousson, Benoit
On 12/7/2011 10:20 PM, Rob Herring wrote: On 12/07/2011 02:50 PM, Benoit Cousson wrote: [...] +#ifdef CONFIG_OF +int __init intc_of_init(struct device_node *node, struct device_node *parent) +{ + struct resource res; + u32 nr_irqs; + + if (WARN_ON(!node)) +

Re: [PATCH v4 3/6] ARM: vexpress: Add DT support for the motherboard

2011-12-08 Thread Arnd Bergmann
On Thursday 08 December 2011, Pawel Moll wrote: On Wed, 2011-12-07 at 22:49 +, Arnd Bergmann wrote: On Tuesday 06 December 2011 15:43:46 Pawel Moll wrote: + +static struct of_dev_auxdata v2m_dt_auxdata_lookup[] __initdata = { + OF_DEV_AUXDATA(arm,vexpress-flash, V2M_NOR0,

Re: [PATCH] arm, davinci: configure davinci aemif chipselects through OF

2011-12-08 Thread Arnd Bergmann
On Thursday 08 December 2011, Nori, Sekhar wrote: DaVinci AEMIF is an async memory interface peripheral implemented in arch/arm/mach-davinci/aemif.c. It helps interface to NAND, NOR and other asynchronous memories. Currently it just provides an API for timing value configuration. The API is

TI OMAP device tree and DSPs?

2011-12-08 Thread Kumar Gala
Seen a lot of ARM TI OMAP discussions on this list. I was wondering if the DSPs on any devices that have ARM + DSP are represented in the device trees yet. If so can someone point me at an example. thanks - k ___ devicetree-discuss mailing list

Re: TI OMAP device tree and DSPs?

2011-12-08 Thread Cousson, Benoit
On 12/8/2011 5:07 PM, Kumar Gala wrote: Seen a lot of ARM TI OMAP discussions on this list. I was wondering if the DSPs on any devices that have ARM + DSP are represented in the device trees yet. So far, for the OMAP case, the DSP node is mostly empty. The issue is that I'm not sure we can

RE: [PATCH v6 04/10] arm/tegra: prepare early init for multiple tegra variants

2011-12-08 Thread Stephen Warren
Peter De Schrijver wrote at Thursday, December 08, 2011 5:44 AM: This patch splits the early init code in a common and a tegra20 specific part. L2 cache initialization is generalized and discovers the cache associativity at runtime. Also use arm_pm_restart instead of arm_arch_reset and reset

RE: [PATCH v6 10/10] arm/tegra: add support for tegra30 based board cardhu

2011-12-08 Thread Stephen Warren
Peter De Schrijver wrote at Thursday, December 08, 2011 5:44 AM: Add support for the tegra30 based cardhu development board. Cardhu is a tablet formfactor reference design for tegra30. The patch provides a device tree for the board, updates Makefile.boot to build the dtb, includes the platform

RE: [PATCH v6 00/10] Add support for tegra30 and cardhu

2011-12-08 Thread Stephen Warren
...@nvidia.com Tested-by: Stephen Warren swar...@nvidia.com Tested: Two separate branches: * next-20111208, plus the patch linked above, plus this patch series. * My local dev branch based on next-20111206, plus all the patches I've posted recently, plus this patch series. In each branch, tested

Re: [PATCH v2 1/6] ASoC: Allow device tree to specify a card's name

2011-12-08 Thread Liam Girdwood
On Wed, 2011-12-07 at 13:58 -0700, Stephen Warren wrote: If a card's device was instantiated from device tree, and the device tree has a user-visible-name property, use that as the card's name. Signed-off-by: Stephen Warren swar...@nvidia.com --- v2: New patch implementing new functionality

Re: TI OMAP device tree and DSPs?

2011-12-08 Thread Cousson, Benoit
On 12/8/2011 10:03 PM, Kumar Gala wrote: On Dec 8, 2011, at 10:58 AM, Cousson, Benoit wrote: On 12/8/2011 5:07 PM, Kumar Gala wrote: Seen a lot of ARM TI OMAP discussions on this list. I was wondering if the DSPs on any devices that have ARM + DSP are represented in the device trees

Re: [PATCH v2 09/17] tegra: usb: fdt: Add additional device tree definitions for USB ports

2011-12-08 Thread Simon Glass
Hi Stephen, On Wed, Dec 7, 2011 at 3:36 PM, Stephen Warren swar...@nvidia.com wrote: On 12/06/2011 02:09 PM, Simon Glass wrote: On Tue, Dec 6, 2011 at 12:28 PM, Stephen Warren swar...@nvidia.com wrote: On 12/05/2011 05:55 PM, Simon Glass wrote: On Mon, Dec 5, 2011 at 3:25 PM, Stephen Warren

Re: [PATCH 10/14] tegra: usb: Add support for USB peripheral

2011-12-08 Thread Simon Glass
Hi Stephen, On Wed, Dec 7, 2011 at 3:46 PM, Stephen Warren swar...@nvidia.com wrote: On 12/06/2011 02:23 PM, Simon Glass wrote: Hi Stephen, On Tue, Dec 6, 2011 at 12:42 PM, Stephen Warren swar...@nvidia.com wrote: On 12/05/2011 06:14 PM, Simon Glass wrote: Hi Stephen, On Mon, Dec 5, 2011

Re: [PATCH 4/6] tegra: Add tegra keyboard support

2011-12-08 Thread Simon Glass
Hi Stephen, On Wed, Dec 7, 2011 at 2:02 PM, Stephen Warren swar...@nvidia.com wrote: On 12/02/2011 07:57 PM, Simon Glass wrote: Add support for internal matrix keyboard controller for Nvidia Tegra platforms. This driver uses the fdt decode function to obtain its key codes. +static int

Re: [PATCH 2/3] arm/dts: OMAP: Remove bootargs node from board files

2011-12-08 Thread Tony Lindgren
* Rob Herring robherri...@gmail.com [111206 09:35]: Benoit, On 12/06/2011 10:49 AM, Benoit Cousson wrote: Since 3.2, the CONFIG_ARM_ATAG_DTB_COMPAT config allows an old bootloader to still use ATAG to provide cmdline. Remove chosen/bootargs from the DTS board files.

Re: Boolean properties

2011-12-08 Thread David Gibson
On Tue, Dec 06, 2011 at 04:01:20PM -0800, Simon Glass wrote: Hi David, On Tue, Dec 6, 2011 at 3:12 PM, David Gibson da...@gibson.dropbear.id.au wrote: On Mon, Dec 05, 2011 at 04:29:22PM -0800, Simon Glass wrote: Hi, As I understand it, boolean properties in the device tree are defined

Re: Boolean properties

2011-12-08 Thread Simon Glass
Hi David, On Thu, Dec 8, 2011 at 5:15 PM, David Gibson da...@gibson.dropbear.id.au wrote: On Tue, Dec 06, 2011 at 04:01:20PM -0800, Simon Glass wrote: Hi David, On Tue, Dec 6, 2011 at 3:12 PM, David Gibson da...@gibson.dropbear.id.au wrote: On Mon, Dec 05, 2011 at 04:29:22PM -0800, Simon

Re: Boolean properties

2011-12-08 Thread Mitch Bradley
I don't have a strong feeling either way - I was just reporting the historical thinking. I agree that it's easier to change a value than to delete a property, but in the grand scheme of things, it's not a huge deal, just a minor convenience. On 12/9/2011 9:33 AM, Simon Glass wrote: Hi

Re: [PATCH v2 3/6] ASoC: Refactor some conditions and loop in soc_bind_dai_link()

2011-12-08 Thread Mark Brown
On Wed, Dec 07, 2011 at 01:58:27PM -0700, Stephen Warren wrote: Transform some loops from: Applied, thanks. ___ devicetree-discuss mailing list devicetree-discuss@lists.ozlabs.org https://lists.ozlabs.org/listinfo/devicetree-discuss