Skip to content

Commit

Permalink
Merge tag 'coh901318-for-arm-soc' of http://git.kernel.org/pub/scm/li…
Browse files Browse the repository at this point in the history
…nux/kernel/git/linusw/linux-stericsson into next/drivers

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
  • Loading branch information
Olof Johansson committed Jan 28, 2013
2 parents 7bcdd8d + 73b31ea commit 4324332
Show file tree
Hide file tree
Showing 8 changed files with 1,354 additions and 1,476 deletions.
1,087 changes: 1 addition & 1,086 deletions arch/arm/mach-u300/core.c

Large diffs are not rendered by default.

60 changes: 0 additions & 60 deletions arch/arm/mach-u300/dma_channels.h

This file was deleted.

267 changes: 0 additions & 267 deletions arch/arm/mach-u300/include/mach/coh901318.h

This file was deleted.

3 changes: 1 addition & 2 deletions arch/arm/mach-u300/spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
#include <linux/amba/bus.h>
#include <linux/spi/spi.h>
#include <linux/amba/pl022.h>
#include <linux/platform_data/dma-coh901318.h>
#include <linux/err.h>
#include <mach/coh901318.h>
#include "dma_channels.h"

/*
* The following is for the actual devices on the SSP/SPI bus
Expand Down
Loading

0 comments on commit 4324332

Please sign in to comment.