aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/comedi/drivers/addi_apci_1516.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-18staging: comedi: addi_apci_1516: rename 'this_board' variablesH Hartley Sweeten1-12/+12
2015-04-03staging: comedi: addi_apci_1516: remove #include "comedi_fc.h"Ian Abbott1-1/+0
2015-03-20staging: comedi: addi_apci_1516: include new "comedi_pci.h" headerIan Abbott1-2/+1
2014-11-03staging: comedi: drivers: replace SDF_WRITEABLE with SDF_WRITABLEH Hartley Sweeten1-1/+1
2014-09-11staging: comedi: addi_apci_1516: replace comedi_board() callsIan Abbott1-1/+1
2014-08-30staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten1-1/+1
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-09-17staging: comedi: drivers: use comedi_dio_update_state() for simple casesH Hartley Sweeten1-7/+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-06-17staging: comedi: drivers: let core handle freeing s->privateH Hartley Sweeten1-1/+0
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-7/+0
2013-04-17staging: comedi: introduce, and use, comedi_spriv_free()H Hartley Sweeten1-2/+1
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-4/+1
2013-03-11staging: comedi: addi_apci_1516: use the pci id_table 'driver_data'H Hartley Sweeten1-34/+18
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: addi_apci_1516: use addi_watchdog moduleH Hartley Sweeten1-95/+10
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-13staging: comedi: addi_apci_1516: update the MODULE_DESCRIPTIONH Hartley Sweeten1-1/+1
2012-11-13staging: comedi: addi_apci_1516: reword the initialization commentsH Hartley Sweeten1-3/+4
2012-11-13staging: comedi: addi_apci_1516: rename has_timerH Hartley Sweeten1-5/+5
2012-11-13staging: comedi: addi_apci_1516: final cleanup of the register map definesH Hartley Sweeten1-10/+12
2012-11-13staging: comedi: addi_apci_1516: fix i_APCI1516_StartStopWriteWatchdog()H Hartley Sweeten1-21/+17
2012-11-13staging: comedi: addi_apci_1516: fix i_APCI1516_ConfigWatchdog()H Hartley Sweeten1-21/+34
2012-11-13staging: comedi: addi_apci_1516: fix i_APCI1516_ReadWatchdog()H Hartley Sweeten1-3/+6
2012-11-13staging: comedi: addi_apci_1516: cleanup the subdevice initH Hartley Sweeten1-23/+23
2012-11-13staging: comedi: addi_apci_1516: cleanup apci1516_detach()H Hartley Sweeten1-4/+2
2012-11-13staging: comedi: addi_apci_1516: add defines for the PCI device idsH Hartley Sweeten1-6/+13
2012-11-13staging: comedi: addi_apci_1516: cleanup the s->subdev_flagsH Hartley Sweeten1-4/+3
2012-11-13staging: comedi: addi_apci_1516: remove setting of s->io_bitsH Hartley Sweeten1-2/+0
2012-11-13staging: comedi: addi_apci_1516: remove setting of s->len_chanlistH Hartley Sweeten1-3/+0
2012-11-13staging: comedi: addi_apci_1516: merge in hwdrv_apci1516.cH Hartley Sweeten1-4/+143
2012-11-13staging: comedi: addi_apci_1516: cleanup addi_find_boardinfo()H Hartley Sweeten1-15/+5
2012-11-13staging: comedi: addi_apci_1516: remove unnecessary includeH Hartley Sweeten1-2/+0
2012-11-13staging: comedi: addi_apci_1516: remove use of struct addi_boardH Hartley Sweeten1-32/+41
2012-11-13staging: comedi: addi_apci_1516: remove use of struct addi_privateH Hartley Sweeten1-6/+10
2012-11-13staging: comedi: addi_apci_1516: only allocate needed subdevicesH Hartley Sweeten1-22/+5
2012-11-13staging: comedi: addi_apci_1516: remove use of devpriv->s_EeParametersH Hartley Sweeten1-25/+8
2012-11-13staging: comedi: addi_apci_1516: don't read the unused PCI barsH Hartley Sweeten1-2/+0
2012-11-13staging: comedi: addi_apci_1516: remove devpriv->dw_AiBaseH Hartley Sweeten1-7/+2
2012-11-13staging: comedi: addi_apci_1516: remove devpriv->iobase usageH Hartley Sweeten1-2/+1
2012-11-13staging: comedi: addi_apci_1516: remove unnecessary info from boardinfoH Hartley Sweeten1-15/+0
2012-11-13staging: comedi: addi_apci_1516: simplify the PCI bar readingH Hartley Sweeten1-18/+4
2012-11-13staging: comedi: addi_apci_1516: cleanup subdevice ops pointersH Hartley Sweeten1-25/+5
2012-11-13staging: comedi: addi_apci_1516: boards do not have interruptsH Hartley Sweeten1-20/+0