aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/adl_pci6208.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman1-201/+0
2020-07-25staging: comedi: adl: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2018-03-14staging: comedi: adl_pci6208: remove redundant initialization of 'val'Colin Ian King1-2/+1
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2015-10-12staging: comedi: adl_pci6208: prefer using the BIT macroH Hartley Sweeten1-1/+1
2015-03-20staging: comedi: adl_pci6208: include new "comedi_pci.h" headerIan Abbott1-2/+1
2015-03-01staging: comedi: adl_pci6208: support old PLX device IDIan Abbott1-0/+2
2015-03-01staging: comedi: adl_pci6208: remove multiple board type supportIan Abbott1-27/+3
2015-03-01staging: comedi: adl_pci6208: combine PCI-6208 and PCI-6216 supportIan Abbott1-9/+7
2015-01-09staging: comedi: adl_pci6208: rewrite "Devices:" lineIan Abbott1-2/+1
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten1-1/+0
2014-08-30staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten1-1/+1
2014-08-30staging: comedi: adl_pci6208: use comedi_subdevice 'readback'H Hartley Sweeten1-30/+8
2014-02-14staging: comedi: adl_pci6208x: use comedi_timeout()H Hartley Sweeten1-12/+10
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-09-25staging: comedi: adl_pci6208: change MODULE_DESCRIPTIONH Hartley Sweeten1-1/+1
2013-09-25staging: comedi: adl_pci6208: tidy up multi-line commentsH Hartley Sweeten1-37/+27
2013-09-25staging: comedi: adl_pci6208: remove board attach noiseH Hartley Sweeten1-3/+0
2013-09-25staging: comedi: adl_pci6208: tidy up pci6208_ao_rinsn()H Hartley Sweeten1-5/+6
2013-09-25staging: comedi: adl_pci6208: tidy up pci6208_ao_winsn()H Hartley Sweeten1-5/+6
2013-09-25staging: comedi: adl_pci6208: use comedi_offset_munge()H Hartley Sweeten1-2/+3
2013-09-25staging: comedi: adl_pci6208: don't deadlock while waiting to write ao dataH Hartley Sweeten1-4/+21
2013-09-25staging: comedi: adl_pci6208: save raw data for analog output readbackH Hartley Sweeten1-5/+5
2013-09-17staging: comedi: drivers: use comedi_dio_update_state() for simple casesH Hartley Sweeten1-8/+1
2013-09-17staging: comedi: initialize subdevice s->io_bits in postconfigH Hartley Sweeten1-1/+0
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten1-0/+1
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten1-2/+1
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-4/+0
2013-03-14staging: comedi_pci: pass comedi_device to comedi_pci_enable()H Hartley Sweeten1-1/+1
2013-03-14staging: comedi_pci: make comedi_pci_disable() safe to callH Hartley Sweeten1-11/+1
2013-03-11staging: comedi: adl_pci6208: use the pci id_table 'driver_data'H Hartley Sweeten1-30/+14
2013-03-11staging: comedi: comedi_pci: change the comedi_pci_auto_config() 'context'H Hartley Sweeten1-2/+3
2013-01-31staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten1-0/+2
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-3/+4
2012-10-23staging: comedi: auto-config drivers do not need to set hw_devH Hartley Sweeten1-2/+0
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten1-4/+4
2012-10-22staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten1-1/+1
2012-09-05staging: comedi: adl_pci6208: remove subdevice pointer mathH Hartley Sweeten1-3/+3
2012-08-17staging: comedi: adl_pci6208: remove manual legacy attachH Hartley Sweeten1-10/+0
2012-08-13staging: comedi: adl_pci6208: use the 'board_name' for the resource nameH Hartley Sweeten1-5/+2
2012-08-13staging: comedi: adl_pci6208: split the digital i/o subdeviceH Hartley Sweeten1-34/+44
2012-08-13staging: comedi: adl_pci6208: add support for the PCI-6216 cardH Hartley Sweeten1-6/+18
2012-08-13staging: comedi: adl_pci6208: use attach_pci callbackH Hartley Sweeten1-48/+30
2012-07-19staging: comedi: adl_pci6208: store the pci_dev in the comedi_deviceH Hartley Sweeten1-9/+10
2012-07-06staging: comedi: adl_pci6208: use the driver_name for the resource nameH Hartley Sweeten1-1/+1