summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/addi_apci_1032.c
AgeCommit message (Expand)AuthorFilesLines
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: addi_apci_1032: prefer using the BIT macroH Hartley Sweeten1-3/+4
2015-04-03staging: comedi: addi_apci_1032: remove #include "comedi_fc.h"Ian Abbott1-11/+11
2015-03-20staging: comedi: addi_apci_1032: include new "comedi_pci.h" headerIan Abbott1-2/+1
2015-03-06staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten1-2/+2
2015-01-28staging: comedi: addi_apci_1032: add comedi driver commentIan Abbott1-30/+48
2014-10-29staging: comedi: addi_apci_1032: use comedi_buf_write_samples()H Hartley Sweeten1-2/+1
2014-10-20staging: comedi: addi_apci_1032: use comedi_handle_events()H Hartley Sweeten1-1/+1
2014-08-30staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten1-3/+1
2014-08-30staging: comedi: addi_apci_1032: remove deadcode in apci1032_cos_cmdtest()H Hartley Sweeten1-6/+2
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott1-1/+1
2014-04-22staging: comedi: drivers: properly validate cmd->scan_end_argH Hartley Sweeten1-1/+2
2014-04-14staging: comedi: more descriptive names for addi-data driversGeorg Gast1-1/+1
2013-12-17staging: comedi: addi_apci_1032: fix subdevice type/flags bugH Hartley Sweeten1-2/+2
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
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-7/+0
2013-04-08staging: comedi: remove unnecessary dev->board_name initializationH Hartley Sweeten1-2/+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-6/+1
2013-03-11staging: comedi: comedi_pci: change the comedi_pci_auto_config() 'context'H Hartley Sweeten1-2/+2
2013-01-31staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten1-0/+1
2013-01-31staging: comedi: conditionally build in USB 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-11-14staging: comedi: addi_apci_1032: conform to new INSN_CONFIG_DIGITAL_TRIGIan Abbott1-14/+56
2012-11-14staging: comedi: addi_apci_1032: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten1-21/+6
2012-11-13staging: comedi: addi_apci_1032: check shared interruptIan Abbott1-3/+15
2012-11-13staging: comedi: addi_common.c: fix the test for the PCI barsH Hartley Sweeten1-1/+1
2012-11-13staging: comedi: addi_apci_*: use auto_attach instead of attach_pciH Hartley Sweeten1-3/+4
2012-11-06staging: comedi: addi_apci_1032: remove unnecessary includeH Hartley Sweeten1-1/+0
2012-11-06staging: comedi: addi_apci_1032: remove len_chanlist on di subdeviceH Hartley Sweeten1-1/+0
2012-11-06staging: comedi: addi_apci_1032: hook-up the interrupt subdeviceH Hartley Sweeten1-66/+184
2012-11-06staging: comedi: addi_apci_1032: remove send_sig() useH Hartley Sweeten1-18/+4
2012-11-06staging: comedi: addi_apci_1032: add a subdevice for the interrupt supportH Hartley Sweeten1-6/+15
2012-11-06staging: comedi: addi_apci_1032: merge in hwdrv_apci1032.cH Hartley Sweeten1-1/+100
2012-11-06staging: comedi: addi_apci_1032: cleanup v_ADDI_Interrupt()H Hartley Sweeten1-4/+18
2012-11-06staging: comedi: addi_apci_1032: only allocate one subdeviceH Hartley Sweeten1-28/+3
2012-11-06staging: comedi: addi_apci_1032: cleanup i_APCI1032_ReadMoreDigitalInput()H Hartley Sweeten1-1/+11
2012-11-06staging: comedi: addi_apci_1032: remove i_APCI1032_Read1DigitalInput()H Hartley Sweeten1-1/+0
2012-11-06staging: comedi: addi_apci_1032: cleanup i_APCI1032_Reset()H Hartley Sweeten1-2/+15
2012-11-06staging: comedi: addi_apci_1032: remove the boardinfoH Hartley Sweeten1-37/+1
2012-11-06staging: comedi: addi_apci_1032: call v_APCI1032_Interrupt() directlyH Hartley Sweeten1-5/+1
2012-11-06staging: comedi: addi_apci_1032: remove unnecessary eeprom codeH Hartley Sweeten1-62/+1
2012-11-06staging: comedi: addi_apci_1032: remove i_IobaseReservedH Hartley Sweeten1-1/+0
2012-11-06staging: comedi: addi_apci_1032: remove use of devpriv->iobaseH Hartley Sweeten1-1/+0