ARM: shmobile: add common DMAEngine definitions
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 25 Jun 2012 10:43:00 +0000 (03:43 -0700)
committerRafael J. Wysocki <rjw@sisk.pl>
Sat, 30 Jun 2012 13:03:16 +0000 (15:03 +0200)
commit5ca1d44f6a99b29ab164a06f4ec71950d6939fb5
tree21bb5d13a333a2ad60e4f9cc7a365b62e6576de5
parent4f3d7f65e9d541566c87de2af2d3b066bae78116
ARM: shmobile: add common DMAEngine definitions

Current shmobile have DMAEngine specific settings on each CPU code,
but SH-ARM DMAC use same value.

This patch adds new dma-register.h header to share definitions
and reduce a waste of code on SH-ARM architecture.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
arch/arm/mach-shmobile/include/mach/dma-register.h [new file with mode: 0644]