[PATCH 2/2] spi_topcliff_pch: DMA support

2011-04-26 Thread Tomoya MORINAGA
This patch enables this SPI driver works with DMA mode. Signed-off-by: Tomoya MORINAGA tomoya-li...@dsn.okisemi.com --- drivers/spi/spi_topcliff_pch.c | 612 1 files changed, 492 insertions(+), 120 deletions(-) diff --git

[PATCH v4 1/2] spi_topcliff_pch: support new device ML7213 IOH

2011-04-26 Thread Tomoya MORINAGA
***Modify Grant's comments. - Delete unrelated whitespace - Prevent device driver from accessing platform data - Add __devinit and __devexit - Save pdev-dev to pd_dev-dev.parent - Have own suspend/resume processing in platform_driver. - Care returned value in pch_spi_init -