spi: New driver for Altera SPI
authorThomas Chou <thomas@wytron.com.tw>
Mon, 14 Feb 2011 02:10:43 +0000 (10:10 +0800)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 22 Feb 2011 21:59:53 +0000 (14:59 -0700)
commit0b782531c038d4a4bded3fc1069c961b1f14f0de
treebe30f4510cd5e95dc252613a8da5df5e7fed1c01
parentce792580ea2ce6f7259b45124e9ccc4574c31606
spi: New driver for Altera SPI

This patch adds a new SPI driver to support the Altera SOPC Builder
SPI component. It uses the bitbanging library.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Documentation/devicetree/bindings/spi/spi_altera.txt [new file with mode: 0644]
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/spi_altera.c [new file with mode: 0644]