From: Stephen Street Date: Wed, 8 Mar 2006 07:53:24 +0000 (-0800) Subject: [PATCH] SPI: add PXA2xx SSP SPI Driver X-Git-Tag: v2.6.17-rc5~108^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0c9905e87ac1bc56c9ea8f5b2934aeee53dce26;p=pandora-kernel.git [PATCH] SPI: add PXA2xx SSP SPI Driver This driver turns a PXA2xx synchronous serial port (SSP) into a SPI master controller (see Documentation/spi/spi_summary). The driver has the following features: - Support for any PXA2xx SSP - SSP PIO and SSP DMA data transfers. - External and Internal (SSPFRM) chip selects. - Per slave device (chip) configuration. - Full suspend, freeze, resume support. Signed-off-by: Stephen Street Signed-off-by: Andrew Morton Cc: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed