aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-u300/spi.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-06-17ARM: u300: delete all static board dataLinus Walleij1-26/+0
We have now transferred all the U300 peripherals to the device tree, so we just select USE_OF, and delete all static board data, then require that this platform shall be booted using the device tree and nothing else. This gets rid of the MMCI (PL180), PL022, and serial PL011 platform data entries and more. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2009-08-15ARM: 5667/3: U300 SSP/SPI board setup and testLinus Walleij1-0/+26
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>