Arnd Bergmann
a3b2924547
ARM: ep93xx: move platform_data definitions
...
Platform data for device drivers should be defined in
include/linux/platform_data/*.h, not in the architecture
and platform specific directories.
This moves such data out of the ep93xx include directories
Signed-off-by: Arnd Bergmann <arnd@arndb.de >
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com >
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
Acked-by: Nicolas Pitre <nico@linaro.org >
Acked-by: Hartley Sweeten <hsweeten@visionengravers.com >
Acked-by: Ryan Mallon <rmallon@gmail.com >
Acked-by: Vinod Koul <vinod.koul@linux.intel.com >
Cc: Grant Likely <grant.likely@secretlab.ca >
Cc: Jeff Garzik <jgarzik@pobox.com >
Cc: Dan Williams <djbw@fb.com >
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com >
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de >
Cc: Liam Girdwood <lrg@ti.com >
Cc: Jaroslav Kysela <perex@perex.cz >
Cc: Takashi Iwai <tiwai@suse.de >
Cc: Mika Westerberg <mika.westerberg@iki.fi >
Cc: Axel Lin <axel.lin@gmail.com >
2012-09-14 11:16:55 +02:00
Mika Westerberg
626a96db11
spi/ep93xx: add DMA support
...
This patch adds DMA support for the EP93xx SPI driver. By default the DMA is
not enabled but it can be enabled by setting ep93xx_spi_info.use_dma to true
in board configuration file.
Note that the SPI driver still uses PIO for small transfers (<= 8 bytes) for
performance reasons.
Signed-off-by: Mika Westerberg <mika.westerberg@iki.fi >
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com >
Acked-by: Vinod Koul <vinod.koul@intel.com >
Signed-off-by: Grant Likely <grant.likely@secretlab.ca >
2011-06-08 15:46:12 -06:00
Mika Westerberg
011f23a3c2
spi/ep93xx: implemented driver for Cirrus EP93xx SPI controller
...
This patch adds an SPI master driver for the Cirrus EP93xx SPI controller found
in EP93xx chips.
Signed-off-by: Mika Westerberg <mika.westerberg@iki.fi >
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com >
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com >
Signed-off-by: Grant Likely <grant.likely@secretlab.ca >
2010-05-25 00:23:16 -06:00