summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi
AgeCommit message (Expand)AuthorFilesLines
2015-10-23staging: comedi: adl_pci7x3x: fix digital output on PCI-7230Ian Abbott1-2/+13
2015-03-18staging: comedi: cb_pcidas64: fix incorrect AI range code handlingIan Abbott1-47/+75
2015-03-18staging: comedi: comedi_compat32.c: fix COMEDI_CMD copy backIan Abbott1-2/+10
2014-06-11staging: comedi: ni_daq_700: add mux settling delayIan Abbott1-0/+2
2014-04-27staging: comedi: 8255_pci: initialize MITE data windowIan Abbott1-0/+34
2014-02-23staging: comedi: adv_pci1710: fix analog output readback valueH Hartley Sweeten1-5/+12
2014-01-25staging: comedi: adl_pci9111: fix incorrect irq passed to request_irq()H Hartley Sweeten1-1/+1
2014-01-25staging: comedi: addi_apci_1032: fix subdevice type/flags bugH Hartley Sweeten1-2/+2
2014-01-10staging: comedi: 8255_pci: fix for newer PCI-DIO48HIan Abbott1-3/+12
2013-12-20staging: comedi: ssv_dnp: use comedi_dio_update_state()H Hartley Sweeten1-3/+3
2013-12-20staging: comedi: drivers: use comedi_dio_update_state() for simple casesH Hartley Sweeten2-0/+6
2013-12-20staging: comedi: pcmuio: fix possible NULL deref on detachIan Abbott1-5/+6
2013-10-14staging: comedi: ni_65xx: (bug fix) confine insn_bits to one subdeviceIan Abbott1-15/+10
2013-09-27staging: comedi: dt282x: dt282x_ai_insn_read() always failsDan Carpenter1-1/+2
2013-08-29staging: comedi: bug-fix NULL pointer dereference on failed attachIan Abbott1-1/+1
2013-08-04staging: comedi: COMEDI_CANCEL ioctl should wake up read/writeIan Abbott1-1/+6
2013-08-04staging: comedi: fix a race between do_cmd_ioctl() and read/writeIan Abbott1-10/+15
2013-05-14staging: comedi: complain if dma buffer allocation not supportedIan Abbott1-0/+6
2013-05-14staging: comedi: ni_mio_common: only do counter commands for ni_pcimioIan Abbott1-10/+10
2013-05-14staging: comedi: work without HAS_DMAIan Abbott2-0/+15
2013-05-14staging: comedi: allow buffer resize if previous resize failedIan Abbott1-3/+0
2013-05-14staging: comedi: ni_labpc: fix build when VIRT_TO_BUS is not definedH Hartley Sweeten2-3/+6
2013-05-05staging: single_open() leaksAl Viro1-1/+1
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-24/+31
2013-04-29comedi: Don't use create_proc_read_entry()David Howells1-21/+31
2013-04-23staging: comedi: ni_labpc: fix legacy driver buildH Hartley Sweeten1-4/+3
2013-04-23staging: comedi: das800: cleanup the cio-das802/16 fifo commentsH Hartley Sweeten1-2/+2
2013-04-23staging: comedi: das800: rename CamelCase vars in das800_ai_do_cmd()H Hartley Sweeten1-9/+6
2013-04-23staging: comedi: das800: tidy up the private dataH Hartley Sweeten1-5/+5
2013-04-23staging: comedi: das800: tidy up das800_interrupt()H Hartley Sweeten1-48/+37
2013-04-23staging: comedi: das800: tidy up das800_ai_insn_read()H Hartley Sweeten1-28/+35
2013-04-23staging: comedi: das800: tidy up das800_di_insn_bits()H Hartley Sweeten1-6/+1
2013-04-23staging: comedi: das800: tidy up das800_do_insn_bits()H Hartley Sweeten1-11/+12
2013-04-23staging: comedi: das800: remove extra divisor calculation callH Hartley Sweeten1-5/+0
2013-04-23staging: comedi: das800: rename {enable,disable}_das800H Hartley Sweeten1-10/+8
2013-04-23staging: comedi: das800: tidy up subdevice initH Hartley Sweeten1-26/+29
2013-04-23staging: comedi: das800: allow attaching without interrupt supportH Hartley Sweeten1-14/+6
2013-04-23staging: comedi: das800: interrupts are required for async command supportH Hartley Sweeten1-16/+13
2013-04-23staging: comedi: das800: tidy up das800_ai_do_cmdtest()H Hartley Sweeten1-16/+18
2013-04-23staging: comedi: das800: remove 'volatile' on private data variablesH Hartley Sweeten1-5/+5
2013-04-23staging: comedi: das800: cleanup the boardinfoH Hartley Sweeten1-81/+65
2013-04-23staging: comedi: das800: cleanup range table declarationsH Hartley Sweeten1-47/+43
2013-04-23staging: comedi: das800: introduce das800_ind_{write, read}()H Hartley Sweeten1-23/+39
2013-04-23staging: comedi: das800: remove forward declarationsH Hartley Sweeten1-116/+109
2013-04-23staging: comedi: das800: move das800_set_frequency()H Hartley Sweeten1-17/+15
2013-04-23staging: comedi: das800: move das800_probe()H Hartley Sweeten1-67/+65
2013-04-23staging: comedi: das800: move das800_attach()H Hartley Sweeten1-105/+90
2013-04-23staging: comedi: das800: move module_{init, exit} to end of fileH Hartley Sweeten1-14/+11
2013-04-23staging: comedi: ni_labpc: remove 'bustype' from boardinfoH Hartley Sweeten4-7/+0
2013-04-23staging: comedi: ni_labpc: remove unnecessary 'bustype' checkH Hartley Sweeten1-3/+1