summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/dyna_pci10xx.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: dyna_pci10xx: Set number of AO channels to 1Ian Abbott2019-04-171-1/+1
* staging: comedi: dyna_pci10xx: Don't bother configuring len_chanlistIan Abbott2019-04-171-4/+0Star
* staging: comedi: dyna_pci10xx: remove set but not used variables 'chan' and r...YueHaibing2019-04-161-4/+0Star
* staging: comedi: Prefer using BIT macro in various files.Sanjana Sanikommu2019-04-011-1/+1
* staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman2017-11-281-10/+0Star
* staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-281-0/+1
* staging: comedi: dyna_pci10xx: usleep_range is preferred over udelaySaber Rezvani2017-02-141-4/+4
* staging: comedi: dyna_pci10xx: include new "comedi_pci.h" headerIan Abbott2015-03-201-2/+1Star
* staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten2015-03-071-7/+10
* staging: comedi: dyna_pci10xx: rewrite comedi driver comment blockIan Abbott2015-01-101-18/+17Star
* staging: comedi: drivers: remove inappropriate SDF_* flags from subdevicesH Hartley Sweeten2014-11-041-2/+2
* staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten2014-08-301-1/+1
* staging: comedi: don't clear 'data' on (*insn_read) timeoutH Hartley Sweeten2014-02-141-3/+1Star
* staging: comedi: move (*insn_{read, write}) timeout debug messages to coreH Hartley Sweeten2014-02-141-2/+0Star
* staging: comedi: dyna_pci10xx: use comedi_timeout()H Hartley Sweeten2014-02-141-16/+24
* staging: comedi: drivers: remove final 'attach' messagesH Hartley Sweeten2014-02-071-2/+0Star
* staging: comedi: dyna_pci10xx: tidy up comedi_lrange tablesH Hartley Sweeten2013-12-171-5/+6
* staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-031-1/+1
* staging: comedi: dyna_pci10xx: convert a KERN_DEBUG message to dev_dbg()H Hartley Sweeten2013-11-261-2/+1Star
* staging: comedi: drivers: use comedi_dio_update_state() for simple casesH Hartley Sweeten2013-09-171-15/+5Star
* staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten2013-07-231-0/+2
* staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten2013-07-231-2/+1Star
* staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten2013-05-131-4/+0Star
* staging: comedi: remove unnecessary dev->board_name initializationH Hartley Sweeten2013-04-081-2/+0Star
* staging: comedi_pci: pass comedi_device to comedi_pci_enable()H Hartley Sweeten2013-03-141-1/+1
* staging: comedi_pci: make comedi_pci_disable() safe to callH Hartley Sweeten2013-03-141-5/+1Star
* staging: comedi: comedi_pci: change the comedi_pci_auto_config() 'context'H Hartley Sweeten2013-03-111-2/+3
* staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten2013-01-311-1/+3
* staging/comedi: Use comedi_pci_auto_unconfig directly for pci_driver.removePeter Huewe2013-01-251-6/+1Star
* staging: comedi: remove use of __devexitBill Pemberton2012-11-211-1/+1
* staging: comedi: remove use of __devinitBill Pemberton2012-11-211-2/+2
* staging: comedi: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* staging: comedi/drivers: use auto_attach instead of attach_pciIan Abbott2012-10-301-3/+4
* staging: comedi: dyna_pci10xx: remove PCI_VENDOR_ID_DYNALOGH Hartley Sweeten2012-10-251-3/+1Star
* staging: comedi: auto-config drivers do not need to set hw_devH Hartley Sweeten2012-10-241-2/+0Star
* staging: comedi: remove inline alloc_private()H Hartley Sweeten2012-10-241-4/+4
* staging: comedi: dyna_pci10xx: remove subdevice pointer mathH Hartley Sweeten2012-09-061-4/+4
* staging: comedi: dyna_pci10xx: remove manual legacy attachH Hartley Sweeten2012-08-171-10/+0Star
* staging: comedi: dnya_pci10xx: remove unused DRV_NAMEH Hartley Sweeten2012-08-161-1/+0Star
* staging: comedi: dnya_pci10xx: remove unneeded boardinfo codeH Hartley Sweeten2012-08-161-36/+2Star
* staging: comedi: dnya_pci10xx: move boardinfo values into subdevice setupH Hartley Sweeten2012-08-161-23/+9Star
* staging: comedi: dnya_pci10xx: remove unused fields in the boardinfoH Hartley Sweeten2012-08-161-8/+0Star
* staging: comedi: dnya_pci10xx: cleanup the analog output rangeH Hartley Sweeten2012-08-161-12/+1Star
* staging: comedi: dnya_pci10xx: use attach_pci callbackH Hartley Sweeten2012-08-161-53/+35Star
* staging: comedi: dnya_pci10xx: remove thisboard and devpriv macrosH Hartley Sweeten2012-08-161-8/+15
* staging: comedi: dyna_pci10xx: fix detachH Hartley Sweeten2012-07-201-1/+3
* staging: comedi: dyna_pci10xx: store the pci_dev in the comedi_deviceH Hartley Sweeten2012-07-201-6/+6
* staging: comedi: dyna_pci10xx: use dev->iobaseH Hartley Sweeten2012-07-201-5/+5
* staging: comedi: dyna_pci10xx: remove unused bars from the private dataH Hartley Sweeten2012-07-201-6/+1Star
* staging: comedi: dyna_pci10xx: remove 'valid' from the private dataH Hartley Sweeten2012-07-201-3/+0Star