[PATCH] powerpc/85xx:Add PSC9131 RDB Support

2012-02-14 Thread Prabhakar Kushwaha
PSC9131RDB is a Freescale reference design board for PSC9131 SoC.The PSC9131 is integrated SoC that targets Femto base station market. It combines Power Architecture e500v2 and DSP StarCore SC3850 core technologies with MAPLE-B2F baseband acceleration processing elements. -The PSC9131 SoC

Re: [PATCH 2/9] ARM: at91/snapper9260: move gpio_to_irq out of structure initialization

2012-02-14 Thread Nicolas Ferre
On 02/13/2012 09:02 PM, Ryan Mallon : On 14/02/12 01:43, Nicolas Ferre wrote: gpio_to_irq() implementation will be moved from a macro to a plain function: we cannot use it in a structure initialization anymore. What was the reason for the change? It was originally a macro for exactly

Re: [PATCH 2/9] ARM: at91/snapper9260: move gpio_to_irq out of structure initialization

2012-02-14 Thread Russell King - ARM Linux
On Tue, Feb 14, 2012 at 07:02:20AM +1100, Ryan Mallon wrote: On 14/02/12 01:43, Nicolas Ferre wrote: gpio_to_irq() implementation will be moved from a macro to a plain function: we cannot use it in a structure initialization anymore. What was the reason for the change? It was

Re: [PATCH 2/3] dt: rfkill-gpio: add bindings documentation

2012-02-14 Thread Marc Dietrich
Am 13.02.2012 20:43, schrieb Olof Johansson: On Mon, Feb 13, 2012 at 5:47 AM, Rob Herringrobherri...@gmail.com wrote: On 02/12/2012 02:21 PM, Simon Glass wrote: On Sun, Feb 12, 2012 at 11:13 AM, Marc Dietrichmarvi...@gmx.de wrote: Add device tree bindings information for rfkill gpio

Re: [PATCH v5 1/9] ARM: at91/aic: add irq domain and device tree support

2012-02-14 Thread Nicolas Ferre
On 02/13/2012 11:10 PM, Rob Herring : On 02/13/2012 08:43 AM, Nicolas Ferre wrote: Add an irqdomain for the AIC interrupt controller. The device tree support is mapping the registers and is using the irq_domain_add_legacy() to manage hwirq translation. The documentation is describing the

Re: [PATCH v5 1/9] ARM: at91/aic: add irq domain and device tree support

2012-02-14 Thread Rob Herring
On 02/14/2012 04:24 AM, Nicolas Ferre wrote: On 02/13/2012 11:10 PM, Rob Herring : On 02/13/2012 08:43 AM, Nicolas Ferre wrote: Add an irqdomain for the AIC interrupt controller. The device tree support is mapping the registers and is using the irq_domain_add_legacy() to manage hwirq

[PATCH 1/4] ARM: at91: usb ohci add dt support

2012-02-14 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com Cc: devicetree-discuss@lists.ozlabs.org Cc: linux-...@vger.kernel.org --- Hi Greg, I you don't mind I'll apply this via at91 tree as it's part a DT USB patch series

[PATCH 3/4] ARM: at91: usb ehci add dt support

2012-02-14 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com Cc: devicetree-discuss@lists.ozlabs.org Cc: linux-...@vger.kernel.org --- Hi Greg, I you don't mind I'll apply this via at91 tree as it's part a DT USB patch series

[PATCH 2/4] ARM: at91: dt: enable usb ohci for 9g20 and 9g45

2012-02-14 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com Cc: devicetree-discuss@lists.ozlabs.org -- arch/arm/boot/dts/at91sam9g20.dtsi |7 +++ arch/arm/boot/dts/at91sam9g45.dtsi |7 +++

Re: remoteproc: Load coprocessor code to the specific main memory location

2012-02-14 Thread Ohad Ben-Cohen
On Mon, Feb 13, 2012 at 3:20 PM, Michal Simek mon...@monstr.eu wrote: Here is how it is achieve        ret = dma_declare_coherent_memory(zynq_freertos.dev, 0,                                0, 0x1000, DMA_MEMORY_MAP); which is fully compatible with remoteproc. Great, this is what we've

[PATCH 4/4] ARM: at91: dt: enable usb ehci for 9g45

2012-02-14 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com Cc: devicetree-discuss@lists.ozlabs.org --- arch/arm/boot/dts/at91sam9g45.dtsi |7 +++ arch/arm/boot/dts/at91sam9m10g45ek.dts |4 arch/arm/mach-at91/at91sam9g45.c

Re: [PATCH 1/4] ARM: at91: usb ohci add dt support

2012-02-14 Thread Greg KH
On Tue, Feb 14, 2012 at 04:58:26PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com Cc: devicetree-discuss@lists.ozlabs.org Cc: linux-...@vger.kernel.org --- Hi Greg, I you

Re: [PATCH v2 6/9] ARM: mx31ads: add audmux device

2012-02-14 Thread Mark Brown
On Tue, Feb 14, 2012 at 03:34:15PM +0800, Richard Zhao wrote: On Mon, Feb 13, 2012 at 10:06:28PM -0800, Mark Brown wrote: Machine drivers can easily get platform data, they're just regular drivers of whatever type so can get platform data in the same way that any other driver for their bus

[PATCH] of: Only compile OF_DYNAMIC on PowerPC pseries and iseries

2012-02-14 Thread Grant Likely
Only two architectures use the OF node reference counting and reclaim bits. There is no need to compile it for the rest of the PowerPC platforms or for any of the other architectures. This patch makes iseries and pseries select CONFIG_OF_DYNAMIC, and makes it default to off for everything else.

[PATCH v3 0/4] ARM: OMAP2+: Interrupt controllers adaptation to DT

2012-02-14 Thread Benoit Cousson
Hi Tony and Rob, Here is a small update of the INTC controller series that was already acked-by in the v2 [1]. This version is just updating the #2 patch to take advantage of the new irq_domain_add_legacy API introduced by Grant. Please note that in the near future that code can even be simplier

[PATCH v3 1/4] arm/dts: OMAP4: Update DTS file with new GIC bindings

2012-02-14 Thread Benoit Cousson
The GIC binding was updated in 3.2 and expects 3 interrupt-cells. - Update the #interrupt-cells Signed-off-by: Benoit Cousson b-cous...@ti.com Acked-by: Rob Herring rob.herr...@calxeda.com --- arch/arm/boot/dts/omap4.dtsi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

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

2012-02-14 Thread Benoit Cousson
Add a function to initialize the OMAP2/3 interrupt controller (INTC) using a device tree node. This version take advantage of the new irq_domain_add_legacy API. Replace some printk() with the proper pr_ macro. Signed-off-by: Benoit Cousson b-cous...@ti.com Cc: Tony Lindgren t...@atomide.com Cc:

[PATCH v3 3/4] arm/dts: OMAP3: Add interrupt-controller bindings for INTC

2012-02-14 Thread Benoit Cousson
Update the DTS with the proper information required by the INTC bindings. - Add the number of interrupt lines - Add the reg and the compatible entries. Signed-off-by: Benoit Cousson b-cous...@ti.com Acked-by: Rob Herring rob.herr...@calxeda.com Acked-by: Grant Likely grant.lik...@secretlab.ca

[PATCH v3 4/4] ARM: OMAP2+: board-generic: Use of_irq_init API

2012-02-14 Thread Benoit Cousson
Use the of_irq_init API introduced in 3.2 to handle interrupt-controller with DT. Update the irq_match table to map the proper XXX_of_init functions for INTC and GIC drivers. Signed-off-by: Benoit Cousson b-cous...@ti.com Cc: Tony Lindgren t...@atomide.com Acked-by: Rob Herring

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

2012-02-14 Thread Rob Herring
On 02/14/2012 11:56 AM, Benoit Cousson wrote: Add a function to initialize the OMAP2/3 interrupt controller (INTC) using a device tree node. This version take advantage of the new irq_domain_add_legacy API. Replace some printk() with the proper pr_ macro. Signed-off-by: Benoit Cousson

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

2012-02-14 Thread Grant Likely
On Tue, Feb 14, 2012 at 06:56:10PM +0100, Benoit Cousson wrote: Add a function to initialize the OMAP2/3 interrupt controller (INTC) using a device tree node. This version take advantage of the new irq_domain_add_legacy API. Replace some printk() with the proper pr_ macro.

Re: [PATCH 1/4] ARM: at91: usb ohci add dt support

2012-02-14 Thread Grant Likely
On Tue, Feb 14, 2012 at 04:58:26PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com Cc: devicetree-discuss@lists.ozlabs.org Cc: linux-...@vger.kernel.org --- Hi Greg, I you

[PATCH 1/4 v2] ARM: at91: usb ohci add dt support

2012-02-14 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com Cc: devicetree-discuss@lists.ozlabs.org Cc: linux-...@vger.kernel.org Acked-by: Grant Likely grant.lik...@secretlab.ca Acked-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- v2: