aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-01staging: comedi: addi_apci_1564: remove diagnostic interrupt support codeChase Southwood2-32/+0
2014-08-01staging: comedi: addi_apci_1564: add subdevice to check diagnostic statusChase Southwood1-1/+22
2014-08-01staging: comedi: ii_pci20kc: request and ioremap memoryIan Abbott1-3/+29
2014-08-01staging: comedi: ni_tio: remove some dead codeDan Carpenter1-12/+0
2014-07-30staging: comedi: amplc_dio200: use the comedi_device 'mmio' memberH Hartley Sweeten4-40/+20
2014-07-30staging: comedi: ii_pci20kc: use the comedi_device 'mmio' memberH Hartley Sweeten1-27/+15
2014-07-30staging: comedi: ni_labpc: use the comedi_device 'mmio' memberH Hartley Sweeten3-34/+16
2014-07-30staging: comedi: ni_labpc: refactor labpc_8255_mmio()H Hartley Sweeten1-6/+13
2014-07-30staging: comedi: ni_labpc: don't pass dev->iobase to labpc_counter_set_mode()H Hartley Sweeten1-10/+7
2014-07-30staging: comedi: ni_labpc: don't pass dev->iobase to labpc_counter_load()H Hartley Sweeten1-10/+10
2014-07-30staging: comedi: ni_labpc: pass comedi_device to the I/O callbacksH Hartley Sweeten3-67/+73
2014-07-30staging: comedi: mite: use the comedi_device 'mmio' memberH Hartley Sweeten6-173/+118
2014-07-30staging: comedi: mite: pass comedi_device to mite_setup()H Hartley Sweeten5-22/+18
2014-07-30staging: comedi: mite: inline mite_setup()H Hartley Sweeten2-7/+6
2014-07-30staging: comedi: s626: use the comedi_device 'mmio' memberH Hartley Sweeten1-106/+88
2014-07-30staging: comedi: rtd520: use the comedi_device 'mmio' memberH Hartley Sweeten1-104/+91
2014-07-30staging: comedi: cb_pcidas64: use the comedi_device 'mmio' memberH Hartley Sweeten1-27/+14
2014-07-30staging: comedi: ni_670x: use the comedi_device 'mmio' memberH Hartley Sweeten1-17/+11
2014-07-30staging: comedi: ni_6527: iounmap resource when detachedH Hartley Sweeten1-0/+2
2014-07-30staging: comedi: ni_6527: use the comedi_device 'mmio' memberH Hartley Sweeten1-52/+33
2014-07-30staging: comedi: dt3000: use the comedi_device 'mmio' memberH Hartley Sweeten1-60/+44
2014-07-30staging: comedi: daqboard2000: use the comedi_device 'mmio' memberH Hartley Sweeten1-45/+31
2014-07-30staging: comedi: addi_apci_3xxx: use the comedi_device 'mmio' memberH Hartley Sweeten1-39/+29
2014-07-30staging: comedi: icp_multi: use the comedi_device 'mmio' memberH Hartley Sweeten1-45/+35
2014-07-30staging: comedi: mf6x4: use the comedi_device 'mmio' memberH Hartley Sweeten1-26/+21
2014-07-30staging: comedi: me_daq: use the comedi_device 'mmio' memberH Hartley Sweeten1-36/+31
2014-07-30staging: comedi: gsc_hpdi: use the comedi_device 'mmio' memberH Hartley Sweeten1-24/+20
2014-07-30staging: comedi: ni_65xx: use the comedi_device 'mmio' memberH Hartley Sweeten1-50/+30
2014-07-30staging: comedi: 8255_pci: use the comedi_device 'mmio' memberH Hartley Sweeten1-16/+5
2014-07-30staging: comedi: add an 'mmio' member to comedi_deviceH Hartley Sweeten2-0/+2
2014-07-30staging: comedi: amplc_pci230: tidy up stuct pci230_privateIan Abbott1-28/+17
2014-07-30staging: comedi: amplc_pci230: no need to initialize named members to zeroIan Abbott1-6/+0
2014-07-30staging: comedi: amplc_pci230: add whitespace to pci230_boards[]Ian Abbott1-37/+39
2014-07-30staging: comedi: amplc_pci230: no need for '&function'Ian Abbott1-7/+7
2014-07-30staging: comedi: amplc_pci230: remove some indentation in pci230_ai_check_chanlist()Ian Abbott1-4/+4
2014-07-30staging: comedi: amplc_pci230: omit '!= 0' from logical expressionsIan Abbott1-39/+36
2014-07-30staging: comedi: amplc_pci230: don't begin line with binary operatorIan Abbott1-43/+43
2014-07-30staging: comedi: amplc_pci230: add whitespace to register valuesIan Abbott1-64/+64
2014-07-30staging: comedi: amplc_pci230: remove PCI230_TEST_BIT()Ian Abbott1-3/+0
2014-07-30staging: comedi: amplc_pci230: remove PCI230_ADC_CONVIan Abbott1-6/+0
2014-07-30staging: comedi: amplc_pci230: remove unused settling time constantsIan Abbott1-13/+0
2014-07-30staging: comedi: amplc_pci230: usleep_range is preferred over udelayIan Abbott1-1/+1
2014-07-30staging: comedi: amplc_pci230: alignment should match open parenthesisIan Abbott1-1/+1
2014-07-30staging: comedi: amplc_pci230: blank lines aren't necessary before a close brace '}'Ian Abbott1-4/+0
2014-07-30staging: comedi: amplc_pci230: logical continuations should be on the previous lineIan Abbott1-17/+16
2014-07-30staging: comedi: amplc_pci230: fix checkpatch line over 80 charactersIan Abbott1-4/+2
2014-07-30staging: comedi: amplc_pci230: reformat a load of commentsIan Abbott1-348/+489
2014-07-30staging: comedi: ni_tiocmd: introduce ni_tio_acknowledge()H Hartley Sweeten4-9/+14
2014-07-30staging: comedi: ni_tiocmd: tidy up ni_tio_input_cmd()H Hartley Sweeten1-20/+10
2014-07-30staging: comedi: ni_tiocmd: tidy up ni_tio_input_inttrig()H Hartley Sweeten1-8/+6