]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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:44:42 +0000 (09:44 +0900)
commit338c4991ed350abd7c5b3cb807fe022cb712a8ba
tree7d54c439823ed3bebdaa9f5f579a8a195ccea7a7
parent9f754b4a68e53c71f55aaa9564579ae617a2ff11
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