aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-27more file_inode() open-coded instancesAl Viro1-7/+7
2013-02-18staging: comedi: vmk80xx: wait for URBs to completeIan Abbott1-232/+20
2013-02-18staging: comedi: drivers: addi-data: hwdrv_apci3200.c: Add a missing semicolonKumar Amit Mehta1-1/+1
2013-02-15staging/comedi: Remove if(); statement without effectPeter Huewe1-1/+0
2013-02-15staging/comedi: Use && instead of & for logical comparisionPeter Huewe1-1/+1
2013-02-15staging: comedi: vmk80xx: initialize K8055 outputs to known stateIan Abbott1-1/+6
2013-02-15staging: comedi: vmk80xx: simplify vmk80xx_reset_device()Ian Abbott1-35/+9
2013-02-15staging: comedi: vmk80xx: zero buffers on allocationIan Abbott1-2/+2
2013-02-13staging/comedi: Fix undefined array subscriptPeter Huewe1-10/+7
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches10-88/+27
2013-02-07staging: comedi: correct error message in comedi_alloc_subdevice_minor()Ian Abbott1-1/+1
2013-02-07staging: comedi: don't return minor from comedi_alloc_subdevice_minor()Ian Abbott1-1/+1
2013-02-07staging: comedi: ni_daq_dio24: add back missing 'if (ret)'H Hartley Sweeten1-0/+1
2013-02-06staging: comedi: quatech_daqp_cs: fix build errorH Hartley Sweeten1-1/+1
2013-02-05staging: comedi: ni_mio_cs: use pcmcia_request_irq()H Hartley Sweeten1-10/+3
2013-02-05staging: comedi: ni_mio_cs: use comedi_pcmcia_{enable, disable}H Hartley Sweeten1-12/+4
2013-02-05staging: comedi: comedi_pcmcia: allow drivers to use a custom conf_check()H Hartley Sweeten7-8/+14
2013-02-05staging: comedi: ni_labpc_cs: use comedi_pcmcia_{enable,disable}H Hartley Sweeten1-22/+5
2013-02-05staging: comedi: ni_daq_dio24: use comedi_pcmcia_{enable,disable}H Hartley Sweeten1-22/+3
2013-02-05staging: comedi: vmk80xx: rename vmk80xx_attach_common()H Hartley Sweeten1-2/+2
2013-02-05staging: comedi: vmk80xx: remove the 'Changelog' commentsH Hartley Sweeten1-13/+0
2013-02-05staging: comedi: vmk80xx: cleanup the comedi_lrange tablesH Hartley Sweeten1-6/+5
2013-02-05staging: comedi: vmk80xx: remove CONFIG_COMEDI_DEBUG codeH Hartley Sweeten1-38/+8
2013-02-05staging: comedi: vmk80xx: remove unused #defineH Hartley Sweeten1-2/+0
2013-02-05staging: comedi: vmk80xx: remove digital input (*insn_read)H Hartley Sweeten1-47/+0
2013-02-05staging: comedi: vmk80xx: remove digital output (*insn_write)H Hartley Sweeten1-50/+0
2013-02-05staging: comedi: vmk80xx: remove digital output (*insn_read)H Hartley Sweeten1-37/+0
2013-02-05staging: comedi: vmk80xx: cleanup pwm subdevice initH Hartley Sweeten1-18/+18
2013-02-05staging: comedi: vmk80xx: cleanup counter subdevice initH Hartley Sweeten1-20/+23
2013-02-05staging: comedi: vmk80xx: cleanup digital input subdevice initH Hartley Sweeten1-17/+21
2013-02-05staging: comedi: vmk80xx: cleanup digital input subdevice initH Hartley Sweeten1-15/+18
2013-02-05staging: comedi: vmk80xx: cleanup analog output subdevice initH Hartley Sweeten1-17/+19
2013-02-05staging: comedi: vmk80xx: cleanup analog input subdevice initH Hartley Sweeten1-15/+16
2013-02-05staging: comedi: vmk80xx: remove need for boardinfo in private_dataH Hartley Sweeten1-35/+25
2013-02-05staging: comedi: vmk80xx: push usb (*probe) into comedi (*auto_attach)H Hartley Sweeten1-108/+55
2013-02-05staging: comedi: comedi_usb: allow comedi usb drivers to pass a 'context'H Hartley Sweeten6-7/+10
2013-02-05staging: comedi: vmk80xx: remove private data 'attached'H Hartley Sweeten1-7/+0
2013-02-05staging: comedi: vmk80xx: remove private data 'probed'H Hartley Sweeten1-7/+2
2013-02-05staging: comedi: vmk80xx: make sure private data is clean when detachedH Hartley Sweeten1-14/+25
2013-02-05staging: comedi: vmk80xx: remove private data 'count'H Hartley Sweeten1-7/+0
2013-02-05staging: comedi: vmk80xx: factor out usb buffer allocationH Hartley Sweeten1-13/+22
2013-02-05staging: comedi: vmk80xx: factor out usb endpoint detectionH Hartley Sweeten1-35/+39
2013-02-05staging: comedi: vmk80xx: consistently use the same local var namesH Hartley Sweeten1-276/+290
2013-02-05staging: comedi: vmk80xx: rename struct vmk80xx_usbH Hartley Sweeten1-29/+29
2013-02-05staging: comedi: vmk80xx: remove VMK80XX_SUBD_* enumH Hartley Sweeten1-15/+6
2013-02-05staging: comedi: vmk80xx: remove common and unused boardinfoH Hartley Sweeten1-18/+3
2013-02-05staging: comedi: vmk80xx: save the boardinfo in the comedi_deviceH Hartley Sweeten1-39/+65
2013-02-05staging: comedi: vmk80xx: move boardinfo into a const arrayH Hartley Sweeten1-75/+77
2013-02-05staging: comedi: vmk80xx: use comedi_auto_unconfig() for (*disconnect)H Hartley Sweeten1-9/+2
2013-02-05staging: comedi: vmk80xx: move usb_driver (*disconnect) codeH Hartley Sweeten1-29/+20