Re: Moorestown SPI

2011-06-08 Thread Tom
Hi Everyone, Has anybody noticed such issues? Or is there something wrong with my protocol driver... any pointers will be really helpful. Regards, Tom On Fri, May 27, 2011 at 8:22 PM, Tom wrote: > The MRST dw_spi in Transmit & receive mode running on kernel 2.6.35, > stepping A3, is unable to

Moorestown SPI

2011-05-27 Thread Tom
The MRST dw_spi in Transmit & receive mode running on kernel 2.6.35, stepping A3, is unable to receive data properly. The slave is sending the data as expected, but the spi controller is not reading it properly. If i insert the messages or the delay equivalent as shown below it works. Any clue ?

Re: [PATCH] spi/dw_spi: Enable Intel Moorestown SPI controller 1

2010-08-31 Thread Feng Tang
NAK. We should not export SPI1 has x86 core has no way to access its register. though the device physically exists. Thanks, Feng On Tue, 31 Aug 2010 14:14:16 +0800 Yong Wang wrote: > Enable Intel Moorestown SPI controller 1 > > Signed-off-by: Yong Wang > --- > drivers/s

[PATCH] spi/dw_spi: Enable Intel Moorestown SPI controller 1

2010-08-30 Thread Yong Wang
Enable Intel Moorestown SPI controller 1 Signed-off-by: Yong Wang --- drivers/spi/dw_spi_pci.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/spi/dw_spi_pci.c b/drivers/spi/dw_spi_pci.c index 1f52755..eec9d0b 100644 --- a/drivers/spi/dw_spi_pci.c +++ b/drivers

[spi-devel-general] [PATCH 2/2] spi: add DMA support for Intel Moorestown SPI controller

2009-06-15 Thread Feng Tang
>From 6dbcddf7fefbef8b8828ecb358dc177f37685c46 Mon Sep 17 00:00:00 2001 From: Feng Tang Date: Mon, 15 Jun 2009 17:00:11 +0800 Subject: [PATCH 2/2] spi: add DMA support for Intel Moorestown SPI controller The DMA has been only tested with the DMA controller 2 on the Moorestown platform Sig