Skip to content

Commit

Permalink
dmaengine: remove Renesas Audio DMAC peri peri
Browse files Browse the repository at this point in the history
Renesas R-Car sound (= rsnd) needs 2 DMAC which are called as
Audio DMAC (= 1st DMAC) and Audio DMAC peri peri (2nd DMAC).
And rsnd had assumed that 1st / 2nd DMACs are implemented as DMAEngine.
But, in result of DMA ML discussion, 2nd DMAC was concluded that it is
not a general purpose DMAC (2nd DMAC is for Device to Device inside
sound system). Additionally, current DMAEngine can't support Device to
Device, and we don't have correct DT bindings for it at this point.
So the easiest solution for it is that move it from DMAEngine to rsnd
driver.
Audio DMAC peri peri on DMAEngine is no longer needed. remove it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Kuninori Morimoto authored and Vinod Koul committed Mar 18, 2015
1 parent c078c62 commit 3cd44dc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 412 deletions.
29 changes: 0 additions & 29 deletions Documentation/devicetree/bindings/dma/rcar-audmapp.txt

This file was deleted.

6 changes: 0 additions & 6 deletions drivers/dma/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ config RCAR_HPB_DMAE
help
Enable support for the Renesas R-Car series DMA controllers.

config RCAR_AUDMAC_PP
tristate "Renesas R-Car Audio DMAC Peripheral Peripheral support"
depends on SH_DMAE_BASE
help
Enable support for the Renesas R-Car Audio DMAC Peripheral Peripheral controllers.

config RCAR_DMAC
tristate "Renesas R-Car Gen2 DMA Controller"
depends on ARCH_SHMOBILE || COMPILE_TEST
Expand Down
1 change: 0 additions & 1 deletion drivers/dma/sh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ obj-$(CONFIG_SH_DMAE) += shdma.o

obj-$(CONFIG_SUDMAC) += sudmac.o
obj-$(CONFIG_RCAR_HPB_DMAE) += rcar-hpbdma.o
obj-$(CONFIG_RCAR_AUDMAC_PP) += rcar-audmapp.o
obj-$(CONFIG_RCAR_DMAC) += rcar-dmac.o
Loading

0 comments on commit 3cd44dc

Please sign in to comment.