[PATCH] SPI: add PXA2xx SSP SPI Driver
authorStephen Street <stephen@streetfiresound.com>
Wed, 8 Mar 2006 07:53:24 +0000 (23:53 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 May 2006 21:33:56 +0000 (14:33 -0700)
commite0c9905e87ac1bc56c9ea8f5b2934aeee53dce26
tree7752a74a70b6e174f347f1d56ab98717e9e93b61
parent4cff33f94fefcce1b3c01a9d1da6bb85fe3cbdfa
[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 <stephen@streetfiresound.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/spi/pxa2xx [new file with mode: 0644]
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/pxa2xx_spi.c [new file with mode: 0644]
include/asm-arm/arch-pxa/pxa2xx_spi.h [new file with mode: 0644]