aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/cb_pcidas64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-17staging: comedi: cb_pcidas64: tidy up comedi_lrange tablesH Hartley Sweeten1-75/+67
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-11-26staging: comedi: cb_pcidas64: remove DEBUG_PRINTH Hartley Sweeten1-123/+3
2013-10-16staging: comedi: cb_pcidas64: sample types are unsignedIan Abbott1-1/+1
2013-09-17staging: comedi: drivers: use comedi_dio_update_state() for simple casesH Hartley Sweeten1-14/+11
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for simple casesH Hartley Sweeten1-18/+7
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-6/+1
2013-04-17staging: comedi: introduce, and use, comedi_spriv_free()H Hartley Sweeten1-2/+1
2013-04-11staging: comedi: cb_pcidas64: tidy up the *phys_iobaseH Hartley Sweeten1-8/+2
2013-04-11staging: comedi: cb_pcidas64: use pci_ioremap_bar()H Hartley Sweeten1-10/+3
2013-04-11staging: comedi: cb_pcidas64: remove the base_address_regions enumH Hartley Sweeten1-13/+6
2013-04-05staging: comedi: cb_pcidas64: use comedi provided range_bipolar10H Hartley Sweeten1-13/+6
2013-03-15staging: comedi: make 'dev->attached' a bool bit-fieldIan Abbott1-1/+1
2013-03-14staging: comedi_pci: pass comedi_device to comedi_pci_enable()H Hartley Sweeten1-5/+3
2013-03-14staging: comedi_pci: make comedi_pci_disable() safe to callH Hartley Sweeten1-4/+1
2013-03-11staging: comedi: Fix typo in comediMasanari Iida1-1/+1
2013-03-11staging: comedi: cb_pcidas64: cleanup the boardinfoH Hartley Sweeten1-358/+358
2013-03-11staging: comedi: cb_pcidas64: use the pci id_table 'driver_data'H Hartley Sweeten1-98/+92
2013-03-11staging: comedi: comedi_pci: change the comedi_pci_auto_config() 'context'H Hartley Sweeten1-2/+3
2013-02-15staging/comedi: Remove if(); statement without effectPeter Huewe1-1/+0
2013-01-31staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten1-1/+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-11-14staging: comedi: cb_pcidas64: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten1-51/+21
2012-11-06staging: comedi: cb_pcidas64: update driver commentIan Abbott1-33/+33
2012-11-06staging: comedi: cb_pcidas64: fix forward declararions 4Ian Abbott1-198/+188
2012-11-06staging: comedi: cb_pcidas64: fix forward declarations 3Ian Abbott1-391/+377
2012-11-06staging: comedi: cb_pcidas64: fix forward declarations 2Ian Abbott1-176/+175
2012-11-06staging: comedi: cb_pcidas64: fix forward declarations 1Ian Abbott1-218/+168
2012-11-06staging: comedi: cb_pcidas64: remove board(dev) inlineIan Abbott1-81/+114
2012-11-06staging: comedi: cb_pcidas64: whitespace/brace changesIan Abbott1-249/+311
2012-11-06staging: comedi: cb_pcidas64: fix printksIan Abbott1-13/+14
2012-11-06staging: comedi: cb_pcidas64: use auto_attach methodIan Abbott1-39/+18
2012-10-24staging: comedi: comedidev.h: add PCI_VENDOR_ID_CBH Hartley Sweeten1-22/+20
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten1-4/+4
2012-10-22staging: comedi: cb_pcidas64: remove inline priv() functionH Hartley Sweeten1-411/+466
2012-09-26staging: comedi: drivers: use comedi_fc.h cmdtest helpersH Hartley Sweeten1-76/+30
2012-09-05staging: comedi: cb_pcidas64: remove subdevice pointer mathH Hartley Sweeten1-11/+11
2012-07-19staging: comedi: cb_pcidas64: store the pci_dev in the comedi_deviceH Hartley Sweeten1-18/+21
2012-07-19staging: comedi: cb_pcidas64: cleanup "find pci device" codeH Hartley Sweeten1-19/+15
2012-07-19staging: comedi: cb_pcidas64: factor out the "find pci device" codeH Hartley Sweeten1-28/+29
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten1-3/+3
2012-06-18staging: comedi: change device used in dev_...() callsIan Abbott1-9/+11
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-2/+4
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1