summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/das08.c
AgeCommit message (Expand)Author
2015-03-06staging: comedi: drivers/*.c: fix common misspellingsH Hartley Sweeten
2015-03-01staging: comedi: das08: convert driver to use the comedi_8254 moduleH Hartley Sweeten
2015-01-09staging: comedi: das08: remove comedi driver comment blockIan Abbott
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten
2014-11-03staging: comedi: drivers: digital output subdevices do not need SDF_READABLEH Hartley Sweeten
2014-09-11staging: comedi: das08: replace comedi_board() callsIan Abbott
2014-08-30staging: comedi: das08: use comedi_subdevice 'readback'H Hartley Sweeten
2014-08-30staging: comedi: das08: fix bug in das08_ao_winsn()H Hartley Sweeten
2014-08-16staging: comedi: 8255: refactor how the (*io) function worksH Hartley Sweeten
2014-07-17staging: comedi: das08: remove use of comedi_error()H Hartley Sweeten
2014-07-16staging: comedi: das08: checkpatch.pl cleanup (break is not useful)H Hartley Sweeten
2014-02-14staging: comedi: move (*insn_{read, write}) timeout debug messages to coreH Hartley Sweeten
2014-02-14staging: comedi: das08: use comedi_timeout()H Hartley Sweeten
2014-02-07staging: comedi: drivers: propogate errno from subdev_8255_init()H Hartley Sweeten
2013-12-17staging: comedi: das08: tidy up comedi_lrange tablesH Hartley Sweeten
2013-09-17staging: comedi: das08: use s->state in das08_do_wbits()H Hartley Sweeten
2013-09-17staging: comedi: das08: remove do_bits from private dataH Hartley Sweeten
2013-07-23staging: comedi: do not include <linux/delay.h> if its not neededH Hartley Sweeten
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten
2013-06-17staging: comedi: drivers: let core handle freeing s->privateH Hartley Sweeten
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten
2013-04-17staging: comedi: introduce, and use, comedi_spriv_free()H Hartley Sweeten
2013-02-03staging: comedi: das08: split out bus specific codeH Hartley Sweeten
2013-01-31staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten
2013-01-25staging/comedi: Use comedi_pci_auto_unconfig directly for pci_driver.removePeter Huewe
2012-11-21staging: comedi: remove use of __devexitBill Pemberton
2012-11-21staging: comedi: remove use of __devinitBill Pemberton
2012-11-21staging: comedi: remove use of __devexit_pBill Pemberton
2012-10-30staging: comedi/drivers: use auto_attach instead of attach_pciIan Abbott
2012-10-29Merge 3.7-rc3 into staging-nextGreg Kroah-Hartman
2012-10-24staging: comedi: comedidev.h: add PCI_VENDOR_ID_CBH Hartley Sweeten
2012-10-23staging: comedi: auto-config drivers do not need to set hw_devH Hartley Sweeten
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten
2012-10-22staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten
2012-10-22staging: comedi: das08: fix possible NULL deref during detachIan Abbott
2012-09-05staging: comedi: das08: remove subdevice pointer mathH Hartley Sweeten
2012-09-05staging: comedi: das08: Use struct comedi_device hw_dev for PCIIan Abbott
2012-09-05staging: comedi: das08: No need to manipulate PCI ref countIan Abbott
2012-09-04staging: comedi: das08: abbreviate IS_ENABLED()Ian Abbott
2012-09-04staging: comedi: das08: Add helper functions to check bus typeIan Abbott
2012-09-04staging: comedi: das08: Don't report iobase for PCI deviceIan Abbott
2012-09-04staging: comedi: das08: absorb das08_pci_attach_common()Ian Abbott
2012-09-04staging: comedi: das08: Remove manual configuration of PCI boardsIan Abbott
2012-09-04staging: comedi: das08: Support read-back of AO subdeviceIan Abbott
2012-09-04staging: comedi: das08: Initialize AO channelsIan Abbott
2012-09-04staging: comedi: das08: Rearrange AO write functionsIan Abbott
2012-09-04staging: comedi: das08: Unmark some __maybe_unused functionsIan Abbott
2012-09-04staging: comedi: das08: No need to check insn->n for counter configIan Abbott
2012-09-04staging: comedi: das08: Remove i8254_iobase from private dataIan Abbott
2012-09-04staging: comedi: das08: Remove pci_iobase from private dataIan Abbott