aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/addi_apci_3xxx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-17staging: comedi: addi_apci_3xxx: rename 'dw_AiBase' in private dataH Hartley Sweeten1-15/+15
2013-06-17staging: comedi: addi_apci_3xxx: remove 'iobase' from private dataH Hartley Sweeten1-18/+10
2013-06-17staging: comedi: addi_apci_3xxx: remove 'i_IobaseReserved' from private dataH Hartley Sweeten1-2/+0
2013-06-17staging: comedi: addi_apci_3xxx: tidy up i_APCI3XXX_InsnReadAnalogInput()H Hartley Sweeten1-1/+1
2013-06-17staging: comedi: addi_apci_3xxx: remove 'b_AiInitialisation' from private dataH Hartley Sweeten1-4/+0
2013-06-17staging: comedi: addi_apci_3xxx: refactor the ttl digital i/o supportH Hartley Sweeten1-5/+79
2013-06-17staging: comedi: addi_apci_3xxx: absorb i_APCI3XXX_InsnWriteAnalogOutput()H Hartley Sweeten1-8/+35
2013-06-17staging: comedi: addi_apci_3xxx: refactor 'i_NbrAoChannel' boardinfoH Hartley Sweeten1-12/+12
2013-06-17staging: comedi: addi_apci_3xxx: tidy up the ttl digital i/o subdevice initH Hartley Sweeten1-12/+11
2013-06-17staging: comedi: addi_apci_3xxx: tidy up the digital in and out subdevice initH Hartley Sweeten1-19/+18
2013-06-17staging: comedi: addi_apci_3xxx: analog output 'maxdata' is always 12-bitH Hartley Sweeten1-11/+1
2013-06-17staging: comedi: addi_apci_3xxx: refactor 'i_NbrTTLChannel' boardinfoH Hartley Sweeten1-25/+24
2013-06-17staging: comedi: addi_apci_3xxx: refactor 'i_NbrD[io]Channel' boardinfoH Hartley Sweeten1-34/+34
2013-06-17staging: comedi: addi_apci_3xxx: remove 'i_IorangeBase1' from boardinfoH Hartley Sweeten1-26/+0
2013-06-17staging: comedi: addi_apci_3xxx: move the copyright info to the driverH Hartley Sweeten1-0/+24
2013-06-17staging: comedi: addi_apci_3xxx: remove some unused includesH Hartley Sweeten1-2/+0
2013-06-17staging: comedi: addi_apci_3xxx: remove COMEDI_SUBD_TTLIOH Hartley Sweeten1-5/+1
2013-06-17staging: comedi: addi_apci_3xxx: introduce a local private data definitionH Hartley Sweeten1-8/+23
2013-06-17staging: comedi: addi_apci_3xxx: introduce a private boardinfo definitionH Hartley Sweeten1-4/+20
2013-06-17staging: comedi: addi_apci_3xxx: remove (*insn_*) callbacks from boardinfoH Hartley Sweeten1-154/+7
2013-06-17staging: comedi: addi_apci_3xxx: remove need for s_EeParametersH Hartley Sweeten1-28/+11
2013-06-17staging: comedi: addi_apci_3xxx: digital output 'maxdata' is always '1'H Hartley Sweeten1-16/+1
2013-06-17staging: comedi: addi_apci_3xxx: boards do not have an eepromH Hartley Sweeten1-95/+1
2013-06-17staging: comedi: addi_apci_3xxx: boards do not have a timerH Hartley Sweeten1-16/+1
2013-06-17staging: comedi: addi_apci_3xxx: driver does not use dmaH Hartley Sweeten1-1/+0
2013-06-17staging: comedi: addi_apci_3xxx: simplify the PCI bar readingH Hartley Sweeten1-17/+4
2013-06-17staging: comedi: addi_apci_3xxx: absorb the private comedi_lrange tablesH Hartley Sweeten1-35/+22
2013-06-17staging: comedi: addi_apci_3xxx: absorb v_APCI3XXX_Interrupt()H Hartley Sweeten1-36/+35
2013-06-17staging: comedi: addi_apci_3xxx: absorb apci3xxx_di_insn_bits()H Hartley Sweeten1-18/+13
2013-06-17staging: comedi: addi_apci_3xxx: absorb apci3xxx_do_insn_bits()H Hartley Sweeten1-20/+23
2013-06-17staging: comedi: addi_apci_3xxx: absorb apci3xxx_reset()H Hartley Sweeten1-30/+29
2013-06-17staging: comedi: addi_apci_3xxx: separate from addi_common.cH Hartley Sweeten1-3/+270
2013-06-17staging: comedi: addi_apci_3xxx: clean up i_APCI3XXX_Reset()H Hartley Sweeten1-25/+25
2013-04-11staging: comedi: addi_common: remove i_IorangeBase0 from boardinfoH Hartley Sweeten1-25/+0
2013-04-11staging: comedi: addi_common: remove i_IorangeBase2 from boardinfoH Hartley Sweeten1-25/+0
2013-04-11staging: comedi: addi_common: remove i_IorangeBase3 from boardinfoH Hartley Sweeten1-25/+0
2013-03-11staging: comedi: addi_common: remove 'i_VendorId' and 'i_Device Id'H Hartley Sweeten1-50/+0
2013-03-11staging: comedi: addi_apci_3xxx: use the pci id_table 'driver_data'H Hartley Sweeten1-54/+117
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_3xxx: fix digital output 'insn_bits' functionH Hartley Sweeten1-42/+14
2012-11-13staging: comedi: addi_apci_3xxx: fix digital input 'insn_bits' functionH Hartley Sweeten1-28/+14
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