summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/das08.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-03staging: comedi: das08: split out bus specific codeH Hartley Sweeten1-343/+7
2013-01-31staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten1-2/+3
2013-01-25staging/comedi: Use comedi_pci_auto_unconfig directly for pci_driver.removePeter Huewe1-6/+1
2012-11-21staging: comedi: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: comedi: remove use of __devinitBill Pemberton1-2/+2
2012-11-21staging: comedi: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-30staging: comedi/drivers: use auto_attach instead of attach_pciIan Abbott1-2/+4
2012-10-29Merge 3.7-rc3 into staging-nextGreg Kroah-Hartman1-0/+2
2012-10-24staging: comedi: comedidev.h: add PCI_VENDOR_ID_CBH Hartley Sweeten1-2/+1
2012-10-23staging: comedi: auto-config drivers do not need to set hw_devH Hartley Sweeten1-1/+1
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten1-10/+8
2012-10-22staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten1-4/+8
2012-10-22staging: comedi: das08: fix possible NULL deref during detachIan Abbott1-0/+2
2012-09-05staging: comedi: das08: remove subdevice pointer mathH Hartley Sweeten1-7/+7
2012-09-05staging: comedi: das08: Use struct comedi_device hw_dev for PCIIan Abbott1-6/+4
2012-09-05staging: comedi: das08: No need to manipulate PCI ref countIan Abbott1-8/+0
2012-09-04staging: comedi: das08: abbreviate IS_ENABLED()Ian Abbott1-13/+13
2012-09-04staging: comedi: das08: Add helper functions to check bus typeIan Abbott1-7/+15
2012-09-04staging: comedi: das08: Don't report iobase for PCI deviceIan Abbott1-1/+0
2012-09-04staging: comedi: das08: absorb das08_pci_attach_common()Ian Abbott1-23/+14
2012-09-04staging: comedi: das08: Remove manual configuration of PCI boardsIan Abbott1-65/+8
2012-09-04staging: comedi: das08: Support read-back of AO subdeviceIan Abbott1-1/+19
2012-09-04staging: comedi: das08: Initialize AO channelsIan Abbott1-0/+12
2012-09-04staging: comedi: das08: Rearrange AO write functionsIan Abbott1-39/+21
2012-09-04staging: comedi: das08: Unmark some __maybe_unused functionsIan Abbott1-12/+12
2012-09-04staging: comedi: das08: No need to check insn->n for counter configIan Abbott1-3/+0
2012-09-04staging: comedi: das08: Remove i8254_iobase from private dataIan Abbott1-11/+13
2012-09-04staging: comedi: das08: Remove pci_iobase from private dataIan Abbott1-6/+2
2012-09-04staging: comedi: das08: Remove dead codeIan Abbott1-37/+0
2012-09-04staging: comedi: das08,das08_cs: Move das08_cs_boards[]Ian Abbott1-29/+0
2012-09-04staging: comedi: das08: Avoid zero initializers in board structureIan Abbott1-13/+0
2012-09-04staging: comedi: das08: Remove function pointers from board structureIan Abbott1-70/+11
2012-09-04staging: comedi: das08: Mark 'JR' boards in board dataIan Abbott1-0/+3
2012-09-04staging: comedi: das08: Add number of DI channels in board structureIan Abbott1-1/+15
2012-09-04staging: comedi: das08: Remove pc104 bustype valueIan Abbott1-4/+3
2012-09-04staging: comedi: das08: Correct AO output for das08jr-16-aoIan Abbott1-1/+1
2012-09-04staging: comedi: das08: Correct AI encoding for das08jr-16-aoIan Abbott1-1/+1
2012-09-04staging: comedi: das08: Fix PCI ref countIan Abbott1-0/+7
2012-07-06staging: comedi: das_08: absorb i8254_struct into the private dataH Hartley Sweeten1-12/+10
2012-07-06staging: comedi: das_08: remove the 8254 'channels' usageH Hartley Sweeten1-1/+0
2012-07-06staging: comedi: das_08: remove the 8254 'logic2phys' usageH Hartley Sweeten1-6/+3
2012-07-06staging: comedi: das_08: remove the cached 8254 'mode'H Hartley Sweeten1-5/+2
2012-07-06staging: comedi: das_08: unwind the 8254 timer supportH Hartley Sweeten1-61/+15
2012-07-06staging: comedi: das_08: use the 8253 helper functionsH Hartley Sweeten1-32/+7
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten1-4/+4
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-11staging: comedi: das08: Reduce conditional compilationIan Abbott1-44/+30
2012-06-04staging: comedi: das08: Add attach_pci() hookIan Abbott1-39/+79
2012-06-04staging: comedi: das08: Support multiple PCI card types in futureIan Abbott1-25/+71