Re: [PATCH 3/3] at_hdmac: add FIFO configuration parameter to DMA DT binding

2013-06-03 Thread Ludovic Desroches
On Fri, May 31, 2013 at 04:11:40PM -0700, Olof Johansson wrote: > On Fri, May 31, 2013 at 2:31 AM, Nicolas Ferre > wrote: > > On 31/05/2013 11:16, Ludovic Desroches : > >> > >> On Thu, May 30, 2013 at 06:39:36PM +0200, Jean-Christophe PLAGNIOL-VILLARD > >>

Re: [PATCH 1/3] ARM: at91: dt: add header to define at_hdmac configuration

2013-06-03 Thread Ludovic Desroches
On Fri, May 31, 2013 at 11:30:29PM +0200, Arnd Bergmann wrote: > On Thursday 30 May 2013, ludovic.desroc...@atmel.com wrote: > > +/* > > + * Source and/or destination peripheral ID > > + */ > > +#define AT91_DMA_CFG_PER_ID_MASK (0xff) > > +#define AT91_DMA_CFG_PER_ID(id)(id &

Re: [PATCH 3/3] at_hdmac: add FIFO configuration parameter to DMA DT binding

2013-05-31 Thread Ludovic Desroches
On Thu, May 30, 2013 at 06:39:36PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 18:32 Thu 30 May , Nicolas Ferre wrote: > > On 30/05/2013 18:08, ludovic.desroc...@atmel.com : > > >From: Ludovic Desroches > > > > > >For most devices the FIFO conf

Re: [PATCH v2 1/2] can: at91_can: add dt support

2013-03-12 Thread Ludovic Desroches
On Mon, Mar 11, 2013 at 06:32:19PM +0100, Marc Kleine-Budde wrote: > On 03/11/2013 06:26 PM, ludovic.desroc...@atmel.com wrote: > > From: Ludovic Desroches > > > > Add device tree support. > > > > Signed-off-by: Ludovic Desroches > > --- > > Changes

Re: [PATCH 1/3] can: at91_can: add dt support

2013-03-11 Thread Ludovic Desroches
On Mon, Mar 11, 2013 at 04:12:46PM +0100, Marc Kleine-Budde wrote: > On 03/11/2013 10:17 AM, Ludovic Desroches wrote: > > On Fri, Mar 08, 2013 at 06:44:05PM +0100, Marc Kleine-Budde wrote: > >> On 03/08/2013 06:30 PM, ludovic.desroc...@atmel.com wrote: > >&g

Re: [PATCH 3/3] can: Kconfig: CAN_AT91 depends on ARCH_AT91

2013-03-11 Thread Ludovic Desroches
On Fri, Mar 08, 2013 at 06:44:54PM +0100, Marc Kleine-Budde wrote: > On 03/08/2013 06:30 PM, ludovic.desroc...@atmel.com wrote: > > From: Ludovic Desroches > > > > SAMA5D3 devices also embed CAN feature. Moreover if we want to produce a > > single > > kernel

Re: [PATCH 1/3] can: at91_can: add dt support

2013-03-11 Thread Ludovic Desroches
On Fri, Mar 08, 2013 at 06:44:05PM +0100, Marc Kleine-Budde wrote: > On 03/08/2013 06:30 PM, ludovic.desroc...@atmel.com wrote: > > From: Ludovic Desroches > > > > Add device tree support. > > > > Signed-off-by: Ludovic Desroches > > --- > >

Re: [PATCH v3 0/8] i2c: at91: cleanup and dt support

2012-09-12 Thread ludovic . desroches
Hi Wolfram, Le 09/12/2012 12:16 PM, Wolfram Sang a écrit : On Wed, Sep 12, 2012 at 10:03:59AM +0200, Nicolas Ferre wrote: On 09/12/2012 08:42 AM, ludovic.desroc...@atmel.com : From: Ludovic Desroches Hi, This set of patches is based on Nikolaus at91_i2c driver. Changes: v3: - only put

Re: [PATCH 3/8] i2c: at91: use an id table for SoC dependent parameters

2012-09-03 Thread ludovic . desroches
Le 09/01/2012 11:10 AM, Jean-Christophe PLAGNIOL-VILLARD a écrit : On 22:47 Fri 31 Aug , Sylwester Nawrocki wrote: On 08/31/2012 04:51 PM, Nicolas Ferre wrote: diff --git a/arch/arm/mach-at91/at91rm9200.c b/arch/arm/mach-at91/at91rm9200.c index f2112f9..0bc91e5 100644 --- a/arch/arm/mach-at

Re: [PATCH 7/8] ARM: dts: add twi nodes for atmel SOCs

2012-08-31 Thread ludovic . desroches
Le 08/31/2012 04:41 PM, Jean-Christophe PLAGNIOL-VILLARD a écrit : On 11:24 Fri 31 Aug , ludovic.desroc...@atmel.com wrote: From: Ludovic Desroches Add twi nodes for atmel SOCs and remove i2c-gpio ones. Only drop the i2c-gpio on the soc that are kn own to have no issue on the hw IP. For

Re: [PATCH 1/4] ARM: at91: at91 based machines specify their own irq handler at run time

2012-06-07 Thread ludovic . desroches
Hi Christian, On 06/06/2012 11:47 AM, Christian Glindkamp wrote: On 2012-06-05 16:47, ludovic.desroc...@atmel.com wrote: From: Ludovic Desroches SOC_AT91SAM9 selects MULTI_IRQ_HANDLER in order to let machines specify their own IRQ handler at run time. Signed-off-by: Ludovic Desroches

Re: [PATCH v3 1/3] mmc: atmel-mci: add device tree support

2012-05-22 Thread ludovic . desroches
Le 05/22/2012 04:08 PM, Jean-Christophe PLAGNIOL-VILLARD a écrit : On 12:09 Tue 22 May , ludovic.desroc...@atmel.com wrote: From: Ludovic Desroches Signed-off-by: Ludovic Desroches --- .../devicetree/bindings/mmc/atmel-hsmci.txt| 67 +++ drivers/mmc/host/atmel

Re: [PATCH v3 3/3] ARM: dts: add nodes for atmel hsmci controllers for atmel platforms

2012-05-22 Thread ludovic . desroches
Le 05/22/2012 04:13 PM, Jean-Christophe PLAGNIOL-VILLARD a écrit : On 12:09 Tue 22 May , ludovic.desroc...@atmel.com wrote: From: Ludovic Desroches Add nodes for mci controllers. Signed-off-by: Ludovic Desroches --- arch/arm/boot/dts/at91sam9g20.dtsi | 12 arch/arm

Re: [PATCH v2 1/3] mmc: atmel-mci: add device tree support

2012-03-28 Thread Ludovic Desroches
Hi Thomas, On Wed, Mar 28, 2012 at 02:01:16PM +0530, Thomas Abraham wrote: > On 28 March 2012 15:35, wrote: > > From: Ludovic Desroches > > > > Signed-off-by: Ludovic Desroches > > --- > >  .../devicetree/bindings/mmc/atmel-hsmci.txt        |   67 +++

[PATCH v2 1/3] mmc: atmel-mci: add device tree support

2012-03-28 Thread ludovic . desroches
From: Ludovic Desroches Signed-off-by: Ludovic Desroches --- .../devicetree/bindings/mmc/atmel-hsmci.txt| 67 drivers/mmc/host/atmel-mci.c | 80 2 files changed, 147 insertions(+), 0 deletions(-) create mode 100644

[PATCH v2 2/3] arm: at91: at91sam9x5 add mci support

2012-03-28 Thread ludovic . desroches
From: Ludovic Desroches Signed-off-by: Ludovic Desroches --- arch/arm/boot/dts/at91sam9x5.dtsi | 24 arch/arm/mach-at91/at91sam9x5.c |2 ++ 2 files changed, 26 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts

[PATCH v2 0/3] atmel-mci device tree support

2012-03-28 Thread ludovic . desroches
Hi, This patch-set adds device tree support for atmel-mci. Regards Ludovic v2: - squash patch v1 2/4 and 3/4. - change atmci_get_of_slots to atmci_of_init and manage pdata allocation into it. - correct potential issue (e.g. having only one slot which is not slot0 into the dt) about slots by add

[PATCH v2 3/3] arm: at91: dt: sam9g25ek add mci support

2012-03-28 Thread ludovic . desroches
From: Ludovic Desroches Signed-off-by: Ludovic Desroches Acked-by: Nicolas Ferre --- arch/arm/boot/dts/at91sam9g25ek.dts | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/at91sam9g25ek.dts b/arch/arm/boot/dts/at91sam9g25ek.dts index

Re: [PATCH 1/4] mmc: atmel-mci: add device tree support

2012-03-27 Thread Ludovic Desroches
On Thu, Mar 22, 2012 at 03:50:48PM +0100, Nicolas Ferre wrote: > On 03/21/2012 07:03 PM, ludovic.desroc...@atmel.com : [...] > > diff --git a/Documentation/devicetree/bindings/mmc/atmel-hsmci.txt > > b/Documentation/devicetree/bindings/mmc/atmel-hsmci.txt > > new file mode 100644 > > index 0