spi: Add SPI master controller for OCTEON SOCs.
authorDavid Daney <david.daney@cavium.com>
Wed, 22 Aug 2012 19:25:07 +0000 (12:25 -0700)
committerJohn Crispin <blogic@openwrt.org>
Wed, 22 Aug 2012 21:46:38 +0000 (23:46 +0200)
commit6b52c00f2b4931c12117dc32a7cf6d5ee59f14ea
treea250907a597184ac43abc343b89e85692f456e41
parent95d585fc289cae216b5abed65bb3dbc85b5d91d4
spi: Add SPI master controller for OCTEON SOCs.

Add the driver, link it into the kbuild system and provide device tree
binding documentation.

Signed-off-by: David Daney <david.daney@cavium.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Patchwork: http://patchwork.linux-mips.org/patch/4292/
Signed-off-by: John Crispin <blogic@openwrt.org>
Documentation/devicetree/bindings/spi/spi-octeon.txt [new file with mode: 0644]
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/spi-octeon.c [new file with mode: 0644]