spi: sunxi: Add Allwinner A31 SPI controller driver
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 5 Feb 2014 13:05:05 +0000 (14:05 +0100)
committerMark Brown <broonie@linaro.org>
Wed, 5 Feb 2014 14:58:36 +0000 (14:58 +0000)
commit3558fe900e8af6c3bfadeff24a12ffb19ac9b108
treee5180d42e535f6449099b7cf95ee518c05df5a29
parent38dbfb59d1175ef458d006556061adeaa8751b72
spi: sunxi: Add Allwinner A31 SPI controller driver

The Allwinner A31 has a new SPI controller IP compared to the older Allwinner
SoCs.

It supports DMA, but the driver only does PIO for now, and DMA will be
supported eventually.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Documentation/devicetree/bindings/spi/spi-sun6i.txt [new file with mode: 0644]
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/spi-sun6i.c [new file with mode: 0644]
This page took 0.025438 seconds and 5 git commands to generate.