aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/8255_pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman1-295/+0
2020-07-25staging: comedi: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
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-10-12staging: comedi: 8255_pci: prefer using the BIT macroH Hartley Sweeten1-2/+2
2015-03-20staging: comedi: 8255_pci: include new "comedi_pci.h" headerIan Abbott1-2/+1
2015-03-06staging: comedi: drivers/*.c: fix common misspellingsH Hartley Sweeten1-1/+1
2015-01-09staging: comedi: 8255_pci: rewrite comedi driver comment blockIan Abbott1-27/+38
2014-08-30staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten1-8/+1
2014-08-16staging: comedi: 8255: provide common defines for registersH Hartley Sweeten1-2/+2
2014-08-16staging: comedi: 8255: handle memory mapped ioH Hartley Sweeten1-16/+3
2014-08-16staging: comedi: 8255: refactor how the (*io) function worksH Hartley Sweeten1-7/+3
2014-08-16staging: comedi: 8255_pci: tidy up pci_8255_mmio()H Hartley Sweeten1-6/+3
2014-08-16staging: comedi: 8255: add a comedi_device param to the (*io) callbackH Hartley Sweeten1-1/+2
2014-07-30staging: comedi: 8255_pci: use the comedi_device 'mmio' memberH Hartley Sweeten1-16/+5
2014-07-16staging: comedi: 8255_pci: checkpatch.pl cleanup (else after return)H Hartley Sweeten1-2/+1
2014-07-16staging: comedi: 8255_pci: remove include of mite.hH Hartley Sweeten1-1/+4
2014-03-17staging: comedi: 8255_pci: initialize MITE data windowIan Abbott1-0/+34
2014-02-07staging: comedi: drivers: remove final 'attach' messagesH Hartley Sweeten1-3/+0
2013-12-24Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman1-3/+12
2013-12-17staging: comedi: 8255_pci: fix for newer PCI-DIO48HIan Abbott1-3/+12
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-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-3/+0
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-4/+0
2013-04-17staging: comedi: introduce, and use, comedi_spriv_free()H Hartley Sweeten1-11/+3
2013-04-12staging: comedi: 8255_pci: check BAR resource type directlyIan Abbott1-10/+5
2013-04-11staging: comedi: 8255_pci: use pci_ioremap_bar()H Hartley Sweeten1-6/+5
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-7/+3
2013-03-11staging: comedi: 8255_pci: use the pci id_table 'driver_data'H Hartley Sweeten1-95/+61
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-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-29Merge 3.7-rc3 into staging-nextGreg Kroah-Hartman1-0/+2
2012-10-24staging: comedi: comedidev.h: add PCI_VENDOR_ID_CBH Hartley Sweeten1-3/+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-10-22staging: comedi: 8255_pci: fix possible NULL deref during detachIan Abbott1-0/+2
2012-09-13staging: comedi: 8255_pci: move ni_pcidio 8255 board supportH Hartley Sweeten1-0/+71
2012-09-13staging: comedi: 8255_pci: support memory mapped i/o boardsH Hartley Sweeten1-2/+44
2012-09-13staging: comedi: 8255_pci: add vendor id to boardinfoH Hartley Sweeten1-1/+10
2012-09-13staging: comedi: 8255_pci: add support for the PCI-DIO96H boardH Hartley Sweeten1-0/+8
2012-09-13staging: comedi: remove cb_pcidio driverH Hartley Sweeten1-1/+35