Hi Alan, On Thu, 18 Nov 2010 20:10:09 +0000, Alan Cox wrote: > From: Feng Tang <[email protected]> > > dw_spi driver in upstream only supports PIO mode, and this patch > will support it to cowork with the Designware DMA controller used > on Intel Moorestown platform > > It has been tested with a Option GTM501L 3G modem, to use DMA mode, > DMA controller 2 of Moorestown has to be enabled > > Signed-off-by: Feng Tang <[email protected]> > [Typo fix and renames to match intel_mid_dma renaming] > Signed-off-by: Vinod Koul <[email protected]> > [Clean up] > Signed-off-by: Feng Tang <[email protected]> > [Fix timing delay, add cpu_relax] > Signed-off-by: Arjan van de Ven <[email protected]> > Signed-off-by: Alan Cox <[email protected]> > --- > > drivers/spi/Kconfig | 4 + > drivers/spi/Makefile | 3 - > drivers/spi/dw_spi.c | 48 +++++---- > drivers/spi/dw_spi_mid.c | 246 > ++++++++++++++++++++++++++++++++++++++++++++ > drivers/spi/dw_spi_pci.c | 14 ++- > include/linux/spi/dw_spi.h | 15 +++ > 6 files changed, 305 insertions(+), 25 deletions(-) > create mode 100644 drivers/spi/dw_spi_mid.c
Err, why is this being sent to the linux-i2c list? -- Jean Delvare -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
