aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/addi_apci_1564.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
2016-06-17staging: comedi: addi_apci_1564: remove unnecessary wdog register definesH Hartley Sweeten1-10/+3
2016-06-17staging: comedi: addi_apci_1564: rewrite the counter subdevice supportH Hartley Sweeten1-2/+92
2016-06-17staging: comedi: addi_apci_1564: rewrite the timer subdevice supportH Hartley Sweeten1-0/+129
2016-06-17staging: comedi: addi_apci_1564: use comedi_handle_event() for countersH Hartley Sweeten1-10/+6
2016-06-17staging: comedi: addi_apci_1564: use comedi_handle_event() for timerH Hartley Sweeten1-7/+5
2016-06-17staging: comedi: addi_apci_1564: clarify change-of-state interrupt supportH Hartley Sweeten1-12/+29
2015-08-14staging: comedi: addi_apci_1564: tidy up APCI1564_EEPROM_REG bit definesH Hartley Sweeten1-5/+5
2015-08-14staging: comedi: addi_apci_1564: define the APCI1564_DI_IRQ_REG bitsH Hartley Sweeten1-10/+10
2015-08-14staging: comedi: addi_apci_1564: define the APCI1564_DO_IRQ_REG bitsH Hartley Sweeten1-0/+1
2015-08-14staging: comedi: addi_apci_1564: define the APCI1564_DO_INT_STATUS_REG bitsH Hartley Sweeten1-0/+2
2015-08-14staging: comedi: addi_apci_1564: define the APCI1564_DO_INT_CTRL_REG bitsH Hartley Sweeten1-0/+2
2015-04-03staging: comedi: addi_apci_1564: remove #include "comedi_fc.h"Ian Abbott1-11/+11
2015-04-03Staging: comedi: addi_apci_1564: Delete a tapCharlie Wong Super1-6/+6
2015-03-20staging: comedi: addi_apci_1564: include new "comedi_pci.h" headerIan Abbott1-2/+1
2015-03-06staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten1-2/+2
2014-11-26staging: comedi: addi_apci_1564: enable support for PLD Rev 1.0 I/O mappingH Hartley Sweeten1-3/+0
2014-11-26staging: comedi: addi_apci_1564: use addi_tcw.h defines for countersH Hartley Sweeten1-20/+15
2014-11-26staging: comedi: addi_apci_1564: use addi_tcw.h defines for timerH Hartley Sweeten1-15/+8
2014-11-26staging: comedi: addi_apci_1564: split timer and counter subdevicesH Hartley Sweeten1-11/+25
2014-11-26staging: comedi: addi_apci_1564: move counter register defines to driverH Hartley Sweeten1-0/+13
2014-11-26staging: comedi: addi_apci_1564: fix counter code in main driver sourceH Hartley Sweeten1-20/+24
2014-11-26staging: comedi: addi_apci_1564: fix timer iobase for all PLD revisionsH Hartley Sweeten1-14/+24
2014-11-26staging: comedi: addi_apci_1564: fix dev->iobase for all PLD revisionsH Hartley Sweeten1-1/+37
2014-11-26staging: comedi: addi_apci_1564: detect PLD revision for I/O mappingH Hartley Sweeten1-3/+51
2014-11-26staging: comedi: addi_apci_1564: use dev->iobase for main registersH Hartley Sweeten1-44/+35
2014-11-26staging: comedi: addi_apci_1564: store PCI BAR 1 base address in private dataH Hartley Sweeten1-11/+14
2014-11-26staging: comedi: addi_apci_1564: use correct I/O base for APCI1564_DI_INT_STATUS_REGH Hartley Sweeten1-2/+2
2014-11-26staging: comedi: addi_apci_1564: board does not use an AMCC PCI controllerH Hartley Sweeten1-6/+0
2014-11-03staging: comedi: drivers: replace SDF_WRITEABLE with SDF_WRITABLEH Hartley Sweeten1-2/+2
2014-10-29staging: comedi: addi_apci_1564: remove private data 'mode_select_register'H Hartley Sweeten1-1/+0
2014-10-29staging: comedi: addi_apci_1564: board has 3 timersH Hartley Sweeten1-3/+1
2014-10-29staging: comedi: addi_apci_1564: remove APCI1564_COUNTER[1234] definesH Hartley Sweeten1-4/+4
2014-10-29staging: comedi: addi_apci_1564: use comedi_buf_write_samples()H Hartley Sweeten1-2/+1
2014-10-20staging: comedi: addi_apci_1564: use comedi_handle_events()H Hartley Sweeten1-1/+1
2014-08-30staging: comedi: addi_apci_1564: move boilerplate text to addi_apci_1564.cChase Southwood1-0/+23
2014-08-30staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten1-3/+1
2014-08-30staging: comedi: addi_apci_1564: remove deadcode in apci1564_cos_cmdtest()H Hartley Sweeten1-6/+2
2014-08-30staging: comedi: addi_apci_1564: add whitespace to subdevice initChase Southwood1-39/+39
2014-08-16staging: comedi: addi_apci_1564: tidy register map definesChase Southwood1-8/+11
2014-08-16staging: comedi: addi_apci_1564: remove apci1564_do_configChase Southwood1-1/+0
2014-08-01staging: comedi: addi_apci_1564: remove diagnostic interrupt support codeChase Southwood1-18/+0
2014-08-01staging: comedi: addi_apci_1564: add subdevice to check diagnostic statusChase Southwood1-1/+22
2014-07-16staging: comedi: addi_apci_1564: use addi_watchdog module to init watchdog subdeviceChase Southwood1-14/+20
2014-07-16staging: comedi: addi_apci_1564: driver no longer needs to include addi_common.hChase Southwood1-2/+2
2014-07-11staging: comedi: addi_apci_1564: fix s->maxdata assignment in do subdevice init.Chase Southwood1-1/+1
2014-07-11staging: comedi: addi_apci_1564: remove null check of devpriv in apci1564_detach()Chase Southwood1-8/+4
2014-07-11staging: comedi: addi_apci_1564: remove unnecessary dev->board_name initializationChase Southwood1-2/+0
2014-07-11staging: comedi: addi_apci_1564: remove len_chanlist from di and do subdevicesChase Southwood1-2/+0