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
Ryan Mallon
a05baf335b
ep93xx: Move peripheral defines to local SoC header
...
Move the AHB/APB peripheral defines to local SoC header since they are
only needed by the core SoC code. The UART defines are not moved
because they are used by the mach/uncompress.h header.
Signed-off-by: Ryan Mallon <rmallon@gmail.com >
Reviewed-by: Mika Westerberg <mika.westerberg@iki.fi >
Acked-by: Hartley Sweeten <hsweeten@visionengravers.com >
Acked-by: Arnd Bergmann <arnd@arndb.de >
2012-03-14 11:42:27 +11:00
Mika Westerberg
e791e3455f
ep93xx: add dmaengine platform code
...
Add platform support code for the new EP93xx dmaengine driver.
Signed-off-by: Mika Westerberg <mika.westerberg@iki.fi >
Signed-off-by: Ryan Mallon <rmallon@gmail.com >
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:45:52 -06:00