linux/drivers/staging/comedi
H Hartley Sweeten 79e5e6addb staging: comedi: das6402: rewrite broken driver
This driver is _really_ broken.

It initializes an analog input subdevice that only has a (*cancel)
function. It also does a request_irq() to hookup an interrupt handler
using it->options[0] as the IRQ. This option is actually the base
address of the I/O region used by the board. If the interrupt handler
actually did get hooked up, the rest of the code assumes that IRQ 10
is being used.

Rewrite the driver to properly support the hardware.

The DAS6402-12/16 boards have 64 single-ended / 32 differential analog
inputs, 2 analog outputs, 8 digital inputs, and 8 digital outputs. Add
proper support for these subdevices.

Stub in the analog input async command support.

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>
2014-03-17 14:20:10 -07:00
..
drivers staging: comedi: das6402: rewrite broken driver 2014-03-17 14:20:10 -07:00
kcomedilib Staging: comedi: kcomedilib: replace deprecated simple_strtoul() with kstrtouint() 2014-02-15 12:42:41 -08:00
comedi_buf.c
comedi_compat32.c
comedi_compat32.h
comedi_fops.c staging: comedi: comedi_fops: introduce __comedi_get_user_chanlist() 2014-03-17 12:27:58 -07:00
comedi_internal.h
comedi_pci.c
comedi_pcmcia.c
comedi_usb.c
comedi.h
comedidev.h Staging: comedi: Fix unnecessary space after function pointer 2014-02-27 08:38:12 -08:00
comedilib.h
drivers.c staging: comedi: introduce comedi_timeout() 2014-02-14 09:28:43 -08:00
Kconfig staging: comedi: dac02: introduce comedi driver for DAC02 boards 2014-03-17 14:12:56 -07:00
Makefile
proc.c
range.c Staging: comedi: range: remove unnecessary sanity check 2014-03-08 18:59:48 -08:00
TODO