staging: comedi: new adl_pci7x3x driver
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 3 Aug 2012 17:28:18 +0000 (10:28 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Aug 2012 01:23:28 +0000 (18:23 -0700)
commit8f567c373c4b3dbfd62714cb27ad2bb91cf48761
treef40ca7f7af604b77c1a4dccfa5e61d14c09a8b23
parent0d7614f09c1ebdbaa1599a5aba7593f147bf96ee
staging: comedi: new adl_pci7x3x driver

Currently the ADLink PCI-7230 and PCI-7432 Isolated Digital
I/O Boards are supported using two drivers (adl_pci7230 and
adl_pci7432). These drivers are very similar and only differ
in the total number of di/do channels provided.

This driver combines the support for both boards into one
common driver. In addition, it adds PCI PnP support for the
other boards in the ADLink PCI-723x and PCI-743x series.

This driver only supports the comedi PCI auto config attach
mechanism. The legacy attach using the comedi_config utility
is not supported or required by this driver.

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