ARM: shmobile: r8a7779: add HPB-DMAC support
authorMax Filippov <max.filippov@cogentembedded.com>
Sun, 25 Aug 2013 17:46:23 +0000 (21:46 +0400)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 8 Oct 2013 00:44:42 +0000 (09:44 +0900)
commit441f750236f3d3d435a1e89ad885ec896832b9c6
tree75e488d4be8bf3d193ceee3aea4f060cc0a89c93
parent338c4991ed350abd7c5b3cb807fe022cb712a8ba
ARM: shmobile: r8a7779: add HPB-DMAC support

Add HPB-DMAC platform device on R8A7779 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/r8a7779.h>, removed #include <mach/dma.h> from setup-r8a7779.c, removed
SSI-related *enum* values and SSI-related data from hpb_dmae_slaves[] and
hpb_dmae_channels[], added ASYNCMDR.ASBTMD{20|24|43} and ASYNCMDR.ASMD{20|24|43}
fields/values, fixed comments to ASYNCMDR.ASBTMD2[123] and ASYNCMDR.ASMD2[123]
fields/values, renamed all the bit/field/value #define's to include 'HBP_DMAE_'
prefix to match the driver, moved 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/r8a7779.h
arch/arm/mach-shmobile/setup-r8a7779.c
This page took 0.027797 seconds and 5 git commands to generate.