diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-06-25 06:37:00 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-06-30 09:07:30 -0400 |
commit | cb76eb812ee03187da3b46e190895b55019d2133 (patch) | |
tree | 411d09a625141822a6bca34e753a88a3d03132e9 /arch/arm/mach-shmobile/include | |
parent | 643c3307bbbe7e80c6693376137971fbdcbe1c82 (diff) |
ARM: shmobile: r8a7740: add DMAEngine support for SDHI
Current shdmac can support SDHI DMAC on r8a7740.
This support reduce CPU duty when SDHI access.
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>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/r8a7740.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7740.h b/arch/arm/mach-shmobile/include/mach/r8a7740.h index f71507b3f917..0f14ce8d9f01 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a7740.h +++ b/arch/arm/mach-shmobile/include/mach/r8a7740.h | |||
@@ -591,6 +591,12 @@ enum { | |||
591 | /* DMA slave IDs */ | 591 | /* DMA slave IDs */ |
592 | enum { | 592 | enum { |
593 | SHDMA_SLAVE_INVALID, | 593 | SHDMA_SLAVE_INVALID, |
594 | SHDMA_SLAVE_SDHI0_RX, | ||
595 | SHDMA_SLAVE_SDHI0_TX, | ||
596 | SHDMA_SLAVE_SDHI1_RX, | ||
597 | SHDMA_SLAVE_SDHI1_TX, | ||
598 | SHDMA_SLAVE_SDHI2_RX, | ||
599 | SHDMA_SLAVE_SDHI2_TX, | ||
594 | SHDMA_SLAVE_FSIA_RX, | 600 | SHDMA_SLAVE_FSIA_RX, |
595 | SHDMA_SLAVE_FSIA_TX, | 601 | SHDMA_SLAVE_FSIA_TX, |
596 | SHDMA_SLAVE_FSIB_TX, | 602 | SHDMA_SLAVE_FSIB_TX, |