Re: [spi-devel-general] [PATCH v1 3/4] max3100: adds console support for MAX3100

2010-03-29 Thread Feng Tang
On Mon, 29 Mar 2010 20:55:51 +0800 christian pellegrin wrote: > On Mon, Mar 29, 2010 at 9:06 AM, Feng Tang > wrote: > > > Our platform is Intel Moorestown platform, and use a spi controller > > core from Designware (drivers/spi/dw_*.c). I know the problem may > > probably be caused by my settin

[spi-devel-general] [PATCH 4/6] ARM: add PrimeCell generic DMA to PL011

2010-03-29 Thread Linus Walleij
This extends the PL011 UART driver with generic DMA engine support using the PrimeCell DMA engine interface. Signed-off-by: Linus Walleij --- Changes since last version: - Fixed some bugs appearing under huge load, spinlock issues etc - Adapted to the new generic DMA engine interface --- drivers

[spi-devel-general] [PATCH 5/6] ARM: add PrimeCell generic DMA to PL022

2010-03-29 Thread Linus Walleij
This extends the PL022 UART driver with generic DMA engine support using the PrimeCell DMA engine interface. Also fix up the test code for the U300 platform. Signed-off-by: Linus Walleij --- arch/arm/mach-u300/dummyspichip.c |1 + drivers/spi/amba-pl022.c | 517

[spi-devel-general] [PATCH 3/6] ARM: add PrimeCell generic DMA to MMCI/PL180

2010-03-29 Thread Linus Walleij
This extends the MMCI/PL180 driver with generic DMA engine support using the PrimeCell DMA engine interface. Signed-off-by: Linus Walleij --- Changes since last version: - Folded in the new extensions to the DMA engine --- drivers/mmc/host/mmci.c | 290 ++--

[spi-devel-general] [PATCH 6/6] ARM: config U300 PL180 PL011 PL022 for DMA

2010-03-29 Thread Linus Walleij
This will configure the platform data for the PL180, PL011 and PL022 PrimeCells found in the U300 to use DMA with the generic PrimeCell DMA engine. Signed-off-by: Linus Walleij --- arch/arm/mach-u300/core.c | 173 - arch/arm/mach-u300/mmc.c | 13 ++

[spi-devel-general] [PATCH 2/6] ARM: add generic PrimeCell interface to COH 901 318

2010-03-29 Thread Linus Walleij
This extends the DMA engine driver for the COH 901 318 used in the U300 platform with the generic PrimeCell interface, Signed-off-by: Linus Walleij --- drivers/dma/coh901318.c | 146 +++ drivers/dma/coh901318_lli.c | 78 ++- 2 fi

[spi-devel-general] [PATCH 1/6] ARM: define the PrimeCell DMA API

2010-03-29 Thread Linus Walleij
This patch extends the DMA engine with a PrimeCell superset with three functions: configure DMA channel, stop channel, and one for getting the number of bytes pending on a channel. These have been identified as the basic extensions needed to drive DMA on top of the PL011, PL022 and PL180 PrimeCells

[spi-devel-general] [PATCH 0/5] ARM: PrimeCell DMA patches v4

2010-03-29 Thread Linus Walleij
This is a fourth iteration of the PrimeCell DMA API on top of the generic DMA devices (sibling to the DMA engine). It's based on the suggestion from Russell to try and define a specific extension subset for DMA devices. Since last iteration the changes are: - Some necessary extensions to the DMA

Re: [spi-devel-general] [PATCH v1 3/4] max3100: adds console support for MAX3100

2010-03-29 Thread christian pellegrin
On Mon, Mar 29, 2010 at 9:06 AM, Feng Tang wrote: > Our platform is Intel Moorestown platform, and use a spi controller core > from Designware (drivers/spi/dw_*.c). I know the problem may probably be > caused by my setting, but the dw_spi driver works fine with our own > 3110 driver. I had a loo

Re: [spi-devel-general] [PATCH v1 3/4] max3100: adds console support for MAX3100

2010-03-29 Thread Feng Tang
On Mon, 29 Mar 2010 14:11:15 +0800 christian pellegrin wrote: > > I modified the code a little and run it on our HW platform, it > > really show some sigh of life: it can boots to console (the print > > format is not so good), I can input command and it execute > > correctly, but very slow, I typ