staging: comedi: ni_labpc_isadma: new module for ISA DMA support
authorIan Abbott <abbotti@mev.co.uk>
Fri, 28 Jun 2013 16:09:19 +0000 (17:09 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jul 2013 21:27:51 +0000 (14:27 -0700)
commit9a6386623fc8a67f792b9df56acbd8758e1aa93d
treefcfcafd29900a2b5b52f69d10e64d4c6bd6099b2
parentf12a34ca0b7f02f725965f39f9ccf5d5c339d3e0
staging: comedi: ni_labpc_isadma: new module for ISA DMA support

It's just an empty module at the moment, selected by COMEDI_NI_LABPC_ISA
&& ISA_DMA_API && VIRT_TO_BUS, but will be populated by later patches to
migrate ISA DMA support for NI Lab-PC cards out of the "ni_labpc"
module.

Signed-off-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/ni_labpc.c
drivers/staging/comedi/drivers/ni_labpc_isadma.c [new file with mode: 0644]
drivers/staging/comedi/drivers/ni_labpc_isadma.h [new file with mode: 0644]