aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/das08.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-09staging: comedi: das08: remove comedi driver comment blockIan Abbott1-16/+1
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten1-1/+0
2014-11-03staging: comedi: drivers: digital output subdevices do not need SDF_READABLEH Hartley Sweeten1-1/+1
2014-09-11staging: comedi: das08: replace comedi_board() callsIan Abbott1-7/+7
2014-08-30staging: comedi: das08: use comedi_subdevice 'readback'H Hartley Sweeten1-33/+18
2014-08-30staging: comedi: das08: fix bug in das08_ao_winsn()H Hartley Sweeten1-11/+10
2014-08-16staging: comedi: 8255: refactor how the (*io) function worksH Hartley Sweeten1-2/+1
2014-07-17staging: comedi: das08: remove use of comedi_error()H Hartley Sweeten1-1/+1
2014-07-16staging: comedi: das08: checkpatch.pl cleanup (break is not useful)H Hartley Sweeten1-1/+0
2014-02-14staging: comedi: move (*insn_{read, write}) timeout debug messages to coreH Hartley Sweeten1-3/+1
2014-02-14staging: comedi: das08: use comedi_timeout()H Hartley Sweeten1-8/+18
2014-02-07staging: comedi: drivers: propogate errno from subdev_8255_init()H Hartley Sweeten1-3/+4
2013-12-17staging: comedi: das08: tidy up comedi_lrange tablesH Hartley Sweeten1-36/+39
2013-09-17staging: comedi: das08: use s->state in das08_do_wbits()H Hartley Sweeten1-18/+14
2013-09-17staging: comedi: das08: remove do_bits from private dataH Hartley Sweeten1-9/+5
2013-07-23staging: comedi: do not include <linux/delay.h> if its not neededH Hartley Sweeten1-1/+0
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten1-0/+1
2013-06-17staging: comedi: drivers: let core handle freeing s->privateH Hartley Sweeten1-6/+0
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-6/+0
2013-04-17staging: comedi: introduce, and use, comedi_spriv_free()H Hartley Sweeten1-2/+1
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