OSDN Git Service

ARM: shmobile: r8a7778: add HPB-DMAC support
authorMax Filippov <max.filippov@cogentembedded.com>
Sat, 24 Aug 2013 21:35:13 +0000 (01:35 +0400)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 8 Oct 2013 00:27:21 +0000 (09:27 +0900)
commit1eb6b5a0e55bfcfb0852b7d0f9442841ff807345
tree46623a0082a19c2b3004cbb214b8124768b4dcb3
parent3794c1663491012b10b41699b5ee5175bd75a3f1
ARM: shmobile: r8a7778: add HPB-DMAC support

Add HPB-DMAC platform device on R8A7778 SoC along with its slave and channel
configurations (only for SDHI0 so far).

Signed-off-by: Max Filippov <max.filippov@cogentembedded.com>
[Sergei: moved *enum* declaring HPB-DMAC slave IDs from now removed <mach/dma.h>
to <mach/r8a7778.h>, removed #include <mach/dma.h> from setup-r8a7778.c, removed
SSI-related *enum* values and SSI-related data from hpb_dmae_slaves[] and
hpb_dmae_channels[], moved the comments after the element initializers of
hpb_dmae_channels[].]
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/include/mach/r8a7778.h
arch/arm/mach-shmobile/setup-r8a7778.c