aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/adv_pci_dio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-18staging: comedi: adv_pci_dio: rename 'this_board' variablesH Hartley Sweeten1-24/+24
2015-03-20staging: comedi: adv_pci_dio: include new "comedi_pci.h" headerIan Abbott1-2/+1
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten1-1/+0
2015-03-01staging: comedi: adv_pci_dio: convert driver to use the comedi_8254 moduleH Hartley Sweeten1-77/+10
2015-03-01staging: comedi: adv_pci_dio: refactor 's8254' boardinfoH Hartley Sweeten1-32/+19
2015-03-01staging: comedi: adv_pci_dio: simplify counter subdevice I/OH Hartley Sweeten1-33/+14
2014-11-03staging: comedi: drivers: remove inappropriate SDF_* flags from subdevicesH Hartley Sweeten1-4/+4
2014-09-11staging: comedi: adv_pci_dio: replace comedi_board() callsIan Abbott1-3/+3
2014-08-30staging: comedi: adv_pci_dio: remove 'valid' member from private dataH Hartley Sweeten1-9/+2
2014-08-30staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten1-1/+1
2014-08-16staging: comedi: 8255: provide common defines for registersH Hartley Sweeten1-2/+1
2014-08-16staging: comedi: 8255: refactor how the (*io) function worksH Hartley Sweeten1-1/+0
2014-07-17staging: comedi: adv_pci_dio: remove use of comedi_error()H Hartley Sweeten1-3/+3
2014-07-16staging: comedi: adv_pci_dio: checkpatch.pl cleanup (fallthrough)H Hartley Sweeten1-2/+2
2014-07-16staging: comedi: adv_pci_dio: checkpatch.pl cleanup (missing blank line)H Hartley Sweeten1-0/+1
2014-02-07staging: comedi: drivers: propogate errno from subdev_8255_init()H Hartley Sweeten1-4/+6
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-21/+12
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-8/+0
2013-04-17staging: comedi: introduce, and use, comedi_spriv_free()H Hartley Sweeten1-7/+5
2013-03-15staging: comedi: adv_pci_dio: restore PCI-1753E supportIan Abbott1-57/+67
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-5/+1
2013-03-11staging: comedi: adv_pci_dio: use the pci id_table 'driver_data'H Hartley Sweeten1-79/+72
2013-03-11staging: comedi: comedi_pci: change the comedi_pci_auto_config() 'context'H Hartley Sweeten1-2/+3
2013-01-31staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten1-2/+3
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-10-30staging: comedi/drivers: use auto_attach instead of attach_pciIan Abbott1-3/+4
2012-10-24staging: comedi: comedidev.h: add PCI_VENDOR_ID_ADVANTECHH Hartley Sweeten1-2/+0
2012-10-23staging: comedi: auto-config drivers do not need to set hw_devH Hartley Sweeten1-2/+0
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten1-4/+4
2012-10-22staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten1-1/+1
2012-09-05staging: comedi: adv_pci_dio: remove 'subdev' param from pci_dio_add_*()H Hartley Sweeten1-9/+11
2012-09-05staging: comedi: adv_pci_dio: clarify subdevice index in pci1760_attach()H Hartley Sweeten1-9/+4
2012-09-05staging: comedi: adv_pci_dio: remove subdevice pointer mathH Hartley Sweeten1-10/+10
2012-09-04staging: comedi: adv_pci_dio: fix bug in 'detach'H Hartley Sweeten1-0/+2
2012-09-04staging: comedi: adv_pci_dio: simplify the 'detach'H Hartley Sweeten1-24/+3
2012-09-04staging: comedi: adv_pci_dio: add the number of subdevices to the boardinfoH Hartley Sweeten1-21/+18
2012-09-04staging: comedi: adv_pci_dio: remove '0' boardinfo dataH Hartley Sweeten1-84/+0
2012-09-04staging: comedi: adv_pci_dio: convert boardinfo initialization to C99 formatH Hartley Sweeten1-120/+227
2012-09-04staging: comedi: adv_pci_dio: use attach_pci callbackH Hartley Sweeten1-39/+22
2012-09-04staging: comedi: adv_pci_dio: remove devpriv and this_board macrosH Hartley Sweeten1-12/+21
2012-09-04staging: comedi: adv_pci_dio: remove function trace messagesH Hartley Sweeten1-13/+0
2012-08-07staging: comedi: remove pci_is_enabled() testsH Hartley Sweeten1-2/+0
2012-07-19staging: comedi: adv_pci_dio: store the pci_dev in the comedi_deviceH Hartley Sweeten1-11/+12