aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/addi_apci_1500.c (follow)
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-04-03staging: comedi: addi_apci_1500: remove #include "comedi_fc.h"Ian Abbott1-13/+13
2015-03-20staging: comedi: addi_apci_1500: include new "comedi_pci.h" headerIan Abbott1-2/+1
2015-03-06staging: comedi: drivers/*.c: fix common misspellingsH Hartley Sweeten1-2/+2
2015-02-07staging: comedi: addi_apci_1500: fix array access out of bounds errorH Hartley Sweeten1-1/+1
2015-01-25staging: comedi: addi_apci_1500: rewrite the subdevice support functionsH Hartley Sweeten1-40/+772
2015-01-09staging: comedi: addi_apci_1500: tidy up PCI Bar 2 register mapH Hartley Sweeten1-0/+7
2015-01-09staging: comedi: addi_apci_1500: rename private data 'i_IobaseAddon'H Hartley Sweeten1-2/+2
2015-01-09staging: comedi: addi_apci_1500: use amcc_s5933.h definesH Hartley Sweeten1-2/+7
2015-01-09staging: comedi: addi_apci_1500: remove private data 'i_IobaseReserved'H Hartley Sweeten1-2/+0
2015-01-09staging: comedi: addi_apci_1500: remove private data 'iobase'H Hartley Sweeten1-3/+1
2015-01-09staging: comedi: addi_apci_1500: tidy up PCI Bar 1 register mapH Hartley Sweeten1-0/+8
2014-11-03staging: comedi: drivers: remove inappropriate SDF_* flags from subdevicesH Hartley Sweeten1-3/+3
2014-11-03staging: comedi: drivers: replace SDF_WRITEABLE with SDF_WRITABLEH Hartley Sweeten1-3/+2
2014-10-29staging: comedi: addi_apci_1500: separate from addi_common.hH Hartley Sweeten1-2/+11
2014-10-29staging: comedi: addi_apci_1500: remove boardinfoH Hartley Sweeten1-74/+29
2014-10-29staging: comedi: addi_apci_1500: remove eeprom supportH Hartley Sweeten1-50/+1
2014-10-29staging: comedi: addi_common.h: remove boardinfo 'i_IorangeBase1'H Hartley Sweeten1-6/+1
2014-10-29staging: comedi: addi_common.h: rename boardinfo 'pc_DriverName'H Hartley Sweeten1-2/+2
2014-10-29staging: comedi: addi_apci_1500: remove unused subdevicesH Hartley Sweeten1-17/+5
2014-10-29staging: comedi: addi_apci_1500: remove unnecessary subdevice initializationH Hartley Sweeten1-26/+2
2014-10-29staging: comedi: addi_apci_1500: remove subdevice callbacks from boardinfoH Hartley Sweeten1-36/+11
2014-10-29staging: comedi: addi_common.c: remove included source fileH Hartley Sweeten1-1/+17
2014-10-29staging: comedi: addi_common.c: remove v_ADDI_Interrupt()H Hartley Sweeten1-2/+1
2014-10-29staging: comedi: addi_common.c: remove addi_auto_attach()H Hartley Sweeten1-1/+179
2014-10-29staging: comedi: addi_common.c: remove i_ADDI_Reset()H Hartley Sweeten1-3/+10
2014-10-29staging: comedi: addi_common.c: remove i_ADDI_Detach()H Hartley Sweeten1-1/+8
2014-06-18staging: comedi: addi_common.h: remove ADDIDATA_* definesH Hartley Sweeten1-1/+1
2014-04-14staging: comedi: more descriptive names for addi-data driversGeorg Gast1-1/+1
2014-03-17Staging: comedi: addi-data: Fix long CamelCase function namesFred Akers1-12/+12
2014-03-08Staging: comedi: Fix 80-char line limit style issue in addi_apci_1500.cConrad Meyer1-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-04-12staging: comedi: addi_apci_*: replace ADDIDATA_OLD with AMCCIan Abbott1-1/+1
2013-04-11staging: comedi: addi_common: remove i_IorangeBase0 from boardinfoH Hartley Sweeten1-1/+0
2013-04-11staging: comedi: addi_common: remove i_IorangeBase2 from boardinfoH Hartley Sweeten1-1/+0
2013-03-11staging: comedi: addi_common: remove 'i_VendorId' and 'i_Device Id'H Hartley Sweeten1-2/+0
2013-03-11staging: comedi: addi_apci_1500: set board_ptr before calling addi_auto_attach()H Hartley Sweeten1-4/+9
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/+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-1/+1
2012-11-21staging: comedi: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-13staging: comedi: addi-data: use auto_attach instead of attach_pciH Hartley Sweeten1-1/+1
2012-11-13staging: comedi: addi_apci_1500: fix digital input 'insn_bits' functionH Hartley Sweeten1-1/+1
2012-11-01staging: comedi: addi-data: remove addi_amcc_s5933.hH Hartley Sweeten1-1/+1
2012-11-01staging: comedi: addi-data: use attach_pci callbackH Hartley Sweeten1-1/+1
2012-10-31staging: comedi: addi_apci_*: add module_comedi_pci_driver()H Hartley Sweeten1-6/+32