ARM: 5667/3: U300 SSP/SPI board setup and test
authorLinus Walleij <linus.walleij@stericsson.com>
Fri, 14 Aug 2009 09:59:05 +0000 (10:59 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 15 Aug 2009 14:36:29 +0000 (15:36 +0100)
commitc7c8c78fdf6e9bd65d8ee879115dc2cd5d9fd0dc
tree91f59159fed1c22277c72e2529317561778657b9
parentdf1e0520f9434b5b771c854a13dd928727d8673a
ARM: 5667/3: U300 SSP/SPI board setup and test

This adds a U300 board configuration for the PL022 SSP/SPI
PrimeCell driver recently merged to the 2.6.31-rc series.
Further it adds a dummy loopback SPI chip that can be used
for testing the SPI functionality on a running system using
the loopback mode of PL022.

Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-u300/Kconfig
arch/arm/mach-u300/Makefile
arch/arm/mach-u300/core.c
arch/arm/mach-u300/dummyspichip.c [new file with mode: 0644]
arch/arm/mach-u300/spi.c [new file with mode: 0644]
arch/arm/mach-u300/spi.h [new file with mode: 0644]