aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/dyna_pci10xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-19staging: comedi: dyna_pci10xx: fix detachH Hartley Sweeten1-1/+3
2012-07-19staging: comedi: dyna_pci10xx: store the pci_dev in the comedi_deviceH Hartley Sweeten1-6/+6
2012-07-19staging: comedi: dyna_pci10xx: use dev->iobaseH Hartley Sweeten1-5/+5
2012-07-19staging: comedi: dyna_pci10xx: remove unused bars from the private dataH Hartley Sweeten1-6/+1
2012-07-19staging: comedi: dyna_pci10xx: remove 'valid' from the private dataH Hartley Sweeten1-3/+0
2012-07-19staging: comedi: dyna_pci10xx: remove the 'start_stop_sem' mutexH Hartley Sweeten1-13/+2
2012-07-19staging: comedi: dyna_pci10xx: cleanup "find pci device" codeH Hartley Sweeten1-41/+17
2012-07-19staging: comedi: dyna_pci10xx: factor out the "find pci device" codeH Hartley Sweeten1-33/+38
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten1-2/+2
2012-06-18staging: comedi: remove unneeded sanity check in insn_bits functionsH Hartley Sweeten1-6/+0
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-2/+4
2012-06-12staging: comedi: remove the comed_alloc_subdevices "allocation failed" messagesH Hartley Sweeten1-2/+0
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-04staging: comedi: Fix typo in comediMasanari Iida1-1/+1
2012-06-04staging: comedi: remove private header comedi_pci.hH Hartley Sweeten1-1/+0
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-3/+1
2012-05-14staging: comedi: Use module_comedi_pci_driver and standardize driversH Hartley Sweeten1-30/+11
2012-05-09staging: comedi: refactor dyna_pci10xx driver to remove forward declarationsH Hartley Sweeten1-26/+20
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott1-1/+1
2011-07-05Staging: comedi: add dyna_pci10xx driverPrashant P. Shah1-0/+462