-
- Downloads
[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>
Showing
- Documentation/spi/pxa2xx 234 additions, 0 deletionsDocumentation/spi/pxa2xx
- drivers/spi/Kconfig 8 additions, 0 deletionsdrivers/spi/Kconfig
- drivers/spi/Makefile 1 addition, 0 deletionsdrivers/spi/Makefile
- drivers/spi/pxa2xx_spi.c 1399 additions, 0 deletionsdrivers/spi/pxa2xx_spi.c
- include/asm-arm/arch-pxa/pxa2xx_spi.h 68 additions, 0 deletionsinclude/asm-arm/arch-pxa/pxa2xx_spi.h
Loading
Please register or sign in to comment