9eaa3d9bb2
Adds support for DMA Engine API into Tsi721 mport driver. Includes following changes for Tsi721 driver: - Modifies BDMA register offset definitions to support per-channel handling - Separates BDMA channel reserved for RIO Maintenance requests - Adds DMA Engine callback routines Signed-off-by: Alexandre Bounine <alexandre.bounine@idt.com> Cc: Dan Williams <dan.j.williams@intel.com> Cc: Vinod Koul <vinod.koul@intel.com> Cc: Li Yang <leoli@freescale.com> Cc: Matt Porter <mporter@kernel.crashing.org> Cc: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9 lines
166 B
Makefile
9 lines
166 B
Makefile
#
|
|
# Makefile for RapidIO devices
|
|
#
|
|
|
|
obj-$(CONFIG_RAPIDIO_TSI721) += tsi721.o
|
|
ifeq ($(CONFIG_RAPIDIO_DMA_ENGINE),y)
|
|
obj-$(CONFIG_RAPIDIO_TSI721) += tsi721_dma.o
|
|
endif
|