Merge tag 'coh901318-for-arm-soc' of http://git.kernel.org/pub/scm/linux/kernel/git...
authorOlof Johansson <olof@lixom.net>
Mon, 28 Jan 2013 21:37:09 +0000 (13:37 -0800)
committerOlof Johansson <olof@lixom.net>
Mon, 28 Jan 2013 21:37:09 +0000 (13:37 -0800)
This pushes the platform data for the U300 COH901318
DMA controller down into the driver and cleans up in
the <mach/*> namespace for the U300 platform.

* tag 'coh901318-for-arm-soc' of http://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson:
  dma: coh901318: cut down on platform data abstraction
  dma: coh901318: merge header files
  dma: coh901318: push definitions into driver
  dma: coh901318: push header down into the DMA subsystem
  dma: coh901318: skip hard-coded addresses
  dma: coh901318: remove hardcoded target addresses
  dma: coh901318: push platform data into driver
  dma: coh901318: create a proper platform data file

Signed-off-by: Olof Johansson <olof@lixom.net>
Conflicts:
arch/arm/mach-u300/core.c

1  2 
arch/arm/mach-u300/core.c

index 12060ae4e8f186f49467066fd6d8dc7de3092c49,19f5c5311f47275eeee44c8f8664bab79cd0356a..a683d17b2ce43ad5380186eaaa214f862f6748b7
@@@ -31,7 -31,7 +31,8 @@@
  #include <linux/dma-mapping.h>
  #include <linux/platform_data/clk-u300.h>
  #include <linux/platform_data/pinctrl-coh901.h>
+ #include <linux/platform_data/dma-coh901318.h>
 +#include <linux/irqchip/arm-vic.h>
  
  #include <asm/types.h>
  #include <asm/setup.h>