aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-27staging: comedi: jr3_pci: fix iomem dereferenceIan Abbott1-1/+1
2012-09-26staging: comedi: drivers: use comedi_fc.h cmdtest helpersH Hartley Sweeten46-1997/+766
2012-09-26staging: comedi: ni_mio_common: always lock in ni_ai_poll()Ian Abbott1-5/+3
2012-09-26staging: comedi: s626: add FIXME commentIan Abbott1-0/+3
2012-09-26staging: comedi: s626: don't dereference insn->dataIan Abbott1-1/+1
2012-09-26staging: comedi: s526: fix if() check in s526_gpct_winsn()H Hartley Sweeten1-1/+1
2012-09-26staging: comedi: s626: cleanup comments in s626_initialize()H Hartley Sweeten1-81/+88
2012-09-26staging: comedi: s626: remove clear of kzalloc'ed dataH Hartley Sweeten1-6/+0
2012-09-26staging: comedi: s626: remove 'WDInterval' from private dataH Hartley Sweeten1-7/+0
2012-09-26staging: comedi: s626: remove 'ChargeEnabled' from private dataH Hartley Sweeten1-7/+0
2012-09-26staging: comedi: s626: remove 'IsBoardRevA' commentH Hartley Sweeten1-23/+2
2012-09-26staging: comedi: s626: #if 0 out the "SAA7146 BUG WORKAROUND"H Hartley Sweeten1-36/+42
2012-09-26staging: comedi: s626: remove 'allocatedBuf' from private dataH Hartley Sweeten1-205/+194
2012-09-26staging: comedi: s626: add final attach messageH Hartley Sweeten1-1/+3
2012-09-26staging: comedi: s626: remove unneeded clear of private dataH Hartley Sweeten1-3/+0
2012-09-26staging: comedi: s626: factor out the board init codeH Hartley Sweeten1-120/+126
2012-09-26staging: comedi: s626: cleanup request_irq in s626_attach_pci()H Hartley Sweeten1-15/+8
2012-09-26staging: comedi: s626: factor out the dma buffer allocationH Hartley Sweeten1-27/+30
2012-09-26staging: comedi: s626: remove unnecessary checks of 'devpriv->base_addr'H Hartley Sweeten1-27/+24
2012-09-26staging: comedi: s626: cleanup ioremap()H Hartley Sweeten2-9/+4
2012-09-26staging: comedi: s626: remove 'got_regions' from private dataH Hartley Sweeten1-4/+2
2012-09-26staging: comedi: s626: remove unneeded local variable in attach_pci()H Hartley Sweeten1-6/+3
2012-09-26staging: comedi: s626: use dev->board_name for resource nameH Hartley Sweeten1-4/+3
2012-09-26staging: comedi: s626: store the pci_dev in the comedi_deviceH Hartley Sweeten1-13/+15
2012-09-26staging: comedi: s626: use attach_pci callbackH Hartley Sweeten1-41/+4
2012-09-26staging: comedi: s626: remove boardinfoH Hartley Sweeten1-59/+21
2012-09-26staging: comedi: ni_daq_700: add AI subdeviceIan Abbott1-10/+126
2012-09-26staging: comedi: ni_daq_700: rename functions for DIO subdeviceIan Abbott1-6/+6
2012-09-26staging: comedi: ni_daq_700: use prefix daq700Ian Abbott1-30/+30
2012-09-21staging: comedi: ni_labpc: don't pass struct comedi_cmd by valueIan Abbott1-5/+5
2012-09-21staging: comedi: das1800: don't pass struct comedi_cmd by valueIan Abbott1-36/+41
2012-09-21staging: comedi: das16: pass struct comedi_cmd by referenceIan Abbott1-9/+9
2012-09-21staging: comedi: fix memory leak for saved channel listIan Abbott1-1/+2
2012-09-21staging: comedi: ni_labpc: pass ai scan mode through various functionsIan Abbott1-63/+61
2012-09-21staging: comedi: 8253: mmio address is a void __iomem *H Hartley Sweeten2-12/+15
2012-09-21staging: comedi: kcomedilib: fix a __user space access issueH Hartley Sweeten1-7/+7
2012-09-21staging: comedi: me_daq: use attach_pci callbackH Hartley Sweeten1-56/+32
2012-09-21staging: comedi: me_daq: use request_firmware()H Hartley Sweeten1-30/+31
2012-09-21staging: comedi: usbdux: remove usbdux_attachH Hartley Sweeten1-52/+3
2012-09-21staging: comedi: usbduxfast: remove usbduxfast_attachH Hartley Sweeten1-51/+3
2012-09-21staging: comedi: usbduxsigma: remove usbduxsigma_attachH Hartley Sweeten1-50/+3
2012-09-21staging: comedi: s526: rename s526_ai_configH Hartley Sweeten1-6/+6
2012-09-21staging: comedi: s526: remove struct s526GPCTConfigH Hartley Sweeten1-37/+9
2012-09-21staging: comedi: s526: cleanup s526_gpct_winsn()H Hartley Sweeten1-23/+16
2012-09-21staging: comedi: s526: cleanup s526_gpct_insn_config()H Hartley Sweeten1-53/+55
2012-09-21staging: comedi: s526: cleanup s526_gpct_rinsn()H Hartley Sweeten1-9/+12
2012-09-21staging: comedi: s526: rename local var used for CR_CHAN() valueH Hartley Sweeten1-61/+54
2012-09-21staging: comedi: s526: remove boardinfoH Hartley Sweeten1-43/+11
2012-09-21staging: comedi: s526: remove cut-and-paste comments from skel driverH Hartley Sweeten1-56/+2
2012-09-21staging: comedi: s526: remove unused s526_ports arrayH Hartley Sweeten1-30/+0