summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/ni_labpc.c
AgeCommit message (Expand)Author
2013-03-25staging: comedi: ni_labpc: rename local var 'thisboard'H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: tidy up range table declarationsH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: rename some of the private data variablesH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: cleanup the boardinfoH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: remove "dummy" pci boardinfo entryH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: remove boardinfo data that is set to '0'H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: remove forward declarations 4H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: remove forward declarations 3H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: move the analog output support functionsH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: remove forward declarations 2H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: remove forward declarations 1H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: add some whitespace to the *_driver declarationsH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: remove thisboard macroH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: rename labpc_board_structH Hartley Sweeten
2013-03-15staging: comedi: ni_labpc: fix common detachIan Abbott
2013-03-15staging: comedi: remove unneeded settings of `dev->iobase`Ian Abbott
2013-03-15staging: comedi: make 'dev->attached' a bool bit-fieldIan Abbott
2013-03-14staging: comedi_pci: pass comedi_device to comedi_pci_enable()H Hartley Sweeten
2013-03-14staging: comedi_pci: make comedi_pci_disable() safe to callH Hartley Sweeten
2013-03-11staging: comedi: comedi_pci: change the comedi_pci_auto_config() 'context'H Hartley Sweeten
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches
2013-02-03staging: comedi: ni_labpc: correct differential channel sequence for AI commandsIan Abbott
2013-02-03staging: comedi: ni_labpc: set up command4 register *after* command3Ian Abbott
2013-01-31staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten
2013-01-25staging/comedi: Use comedi_pci_auto_unconfig directly for pci_driver.removePeter Huewe
2012-11-21staging: comedi: remove use of __devexitBill Pemberton
2012-11-21staging: comedi: remove use of __devinitBill Pemberton
2012-11-21staging: comedi: remove use of __devexit_pBill Pemberton
2012-11-14staging: comedi: ni_labpc: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten
2012-10-30staging: comedi/drivers: use auto_attach instead of attach_pciIan Abbott
2012-10-29Merge 3.7-rc3 into staging-nextGreg Kroah-Hartman
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten
2012-10-22staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten
2012-10-22staging: comedi: ni_labpc: fix possible NULL deref during detachIan Abbott
2012-09-26staging: comedi: drivers: use comedi_fc.h cmdtest helpersH Hartley Sweeten
2012-09-21staging: comedi: ni_labpc: don't pass struct comedi_cmd by valueIan Abbott
2012-09-21staging: comedi: ni_labpc: pass ai scan mode through various functionsIan Abbott
2012-09-21staging: comedi: 8253: mmio address is a void __iomem *H Hartley Sweeten
2012-09-17staging: comedi: ni_labpc: use mite_alloc()Ian Abbott
2012-09-17staging: comedi: ni_labpc: use comedi attach_pci callbackIan Abbott
2012-09-17staging: comedi: ni_labpc: move labpc_driver and labpc_pci_tableIan Abbott
2012-09-17staging: comedi: ni_labpc: use module_comedi_pci_driver()Ian Abbott
2012-09-17staging: comedi: ni_labpc: convert printk() to dev_...()Ian Abbott
2012-09-05staging: comedi: ni_labpc: remove subdevice pointer mathH Hartley Sweeten
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten
2012-06-11staging: comedi: ni_labpc: unlock spinlock on command errorH Hartley Sweeten
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott
2011-08-23staging: fix comedi build errorsRandy Dunlap