Skip to content

Commit

Permalink
dmaengine: add an shdma-base library
Browse files Browse the repository at this point in the history
This patch extracts code from shdma.c, that does not directly deal with
hardware implementation details and can be re-used with diverse DMA
controller variants, found on SH-based SoCs.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
  • Loading branch information
Guennadi Liakhovetski authored and Vinod Koul committed Jul 13, 2012
1 parent e95be94 commit 9a7b8e0
Show file tree
Hide file tree
Showing 3 changed files with 992 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/dma/sh/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
obj-$(CONFIG_SH_DMAE) += shdma-base.o
obj-$(CONFIG_SH_DMAE) += shdma.o
Loading

0 comments on commit 9a7b8e0

Please sign in to comment.