staging: comedi: comedi_isadma: introduce helper module for ISA DMA
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Wed, 14 Jan 2015 17:05:02 +0000 (10:05 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2015 22:32:54 +0000 (14:32 -0800)
commit20a1ea7d6ba184a1f6e25e85786738003387cada
treeb62ed1e9cc8a5d756383ea99dbcc4d48793227d6
parent5e5a21cf8e7756f668e7eb51ba99619136b79c4d
staging: comedi: comedi_isadma: introduce helper module for ISA DMA

Introduce a new helper module to consolidate all the ISA DMA code. This will
allow removing the "depends on ISA_DMA_API" from the legacy drivers that can
use DMA for async command support.

This module is complete based on the various uses of ISA DMA in the comedi
drivers.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/Kconfig
drivers/staging/comedi/drivers/Makefile
drivers/staging/comedi/drivers/comedi_isadma.c [new file with mode: 0644]
drivers/staging/comedi/drivers/comedi_isadma.h [new file with mode: 0644]