aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/ni_pcimio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-14staging: comedi_pci: pass comedi_device to comedi_pci_enable()H Hartley Sweeten1-1/+5
2013-03-14staging: comedi_pci: make comedi_pci_disable() safe to callH Hartley Sweeten1-0/+2
2013-03-11staging: comedi: remove duplicated include from ni_pcimio.cWei Yongjun1-1/+0
2013-03-11staging: comedi: ni_pcimio: cleanup the boardinfoH Hartley Sweeten1-901/+762
2013-03-11staging: comedi: ni_stc.h: remove boardtype macroH Hartley Sweeten1-1/+3
2013-03-11staging: comedi: ni_pcimio: use the pci id_table 'driver_data'H Hartley Sweeten1-195/+183
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-1/+3
2013-01-25staging/comedi: Use comedi_pci_auto_unconfig directly for pci_driver.removePeter Huewe1-6/+1
2013-01-07staging: comedi: fix minimum AO period for NI 625x and NI 628xÉric Piel1-8/+8
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-23staging: comedi: auto-config drivers do not need to set hw_devH Hartley Sweeten1-1/+1
2012-10-22staging/comedi: Use dev_ printks in drivers/ni_pcimio.cYAMANE Toshiaki1-8/+12
2012-10-22staging: comedi: ni_mio_common: remove devpriv macroH Hartley Sweeten1-3/+24
2012-09-17staging: comedi: ni_pcimio: use mite_alloc()Ian Abbott1-17/+5
2012-09-17staging: comedi: ni_pcimio: Use comedi attach_pci callbackIan Abbott1-37/+39
2012-09-17staging: comedi: ni_pcimio: Add semicolon to module_comedi_pci_driver()Ian Abbott1-1/+1
2012-09-17staging: comedi: ni_mio_common: don't pass config options to ni_E_init()Ian Abbott1-1/+1
2012-06-18staging: comedi: change device used in dev_...() callsIan Abbott1-2/+2
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-5/+1
2012-05-14staging: comedi: refactor ni_pcimio driver and use module_comedi_pci_driverH Hartley Sweeten1-108/+84
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott1-1/+1
2012-02-09staging: comedi: ni_pcimio: Add support for NI PXIe-6251Ian Abbott1-3/+24
2011-11-26Staging: comedi: fix printk issue in ni_pcimio.cRavishankar karkala Mallikarjunayya1-4/+4
2011-11-26Staging: comedi: fix printk issue in ni_pcimio.cRavishankar karkala Mallikarjunayya1-7/+7
2011-11-26Staging: comedi: fix brace coding style issue in ni_pcimio.cRavishankar karkala Mallikarjunayya1-4/+3
2011-02-09Staging: comedi: Add MODULE_LICENSE and similar to NI modulesIan Abbott1-0/+4
2010-06-17Staging: comedi: Remove COMEDI_PCI_INITCLEANUP macroArun Thomas1-1/+37
2010-05-11Staging: comedi: use the standard NI pci device idGreg Kroah-Hartman1-54/+53
2009-10-09Staging: comedi: ni_pcimio: Added device id for pxi-6225.Frank Mori Hess1-1/+21
2009-09-15Staging: ARRAY_SIZE changesStoyan Gaydarov1-1/+1
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-1026/+1037
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-14/+13
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton1-6/+6
2009-06-19Staging: comedi: remove assignment in conditionalsBill Pemberton1-3/+4
2009-06-19Staging: comedi: Add spaces after commasBill Pemberton1-3/+3
2009-06-19Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton1-24/+24
2009-06-19Staging: comedi: replace __FUNCTION__ usagesAlessio Igor Bogani1-5/+5
2009-06-19Staging: comedi: Finish removing ni_private typedefFrank Mori Hess1-2/+1
2009-06-19Staging: comedi: Remove C99 commentsBill Pemberton1-14/+14
2009-06-19Staging: comedi: Remove ni_private typedefBill Pemberton1-3/+5
2009-06-19Staging: comedi: Remove ni_board typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_lrange typedefBill Pemberton1-3/+3
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton1-10/+10
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-24/+24