summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: ni_daq_700: refactor the pcmcia attach/detachH Hartley Sweeten2012-06-231-30/+9Star
* staging: comedi: ni_daq_700: remove the pcmcia suspend/resumeH Hartley Sweeten2012-06-231-12/+0Star
* staging: comedi: ni_daq_700: remove unneeded pcmcia private dataH Hartley Sweeten2012-06-231-17/+0Star
* staging: comedi: ni_daq_700: remove unused pcmcia 'stop' logicH Hartley Sweeten2012-06-231-9/+0Star
* staging: comedi: ni_daq_700: cleanup pcmcia debug output messagesH Hartley Sweeten2012-06-231-8/+4Star
* staging: comedi: ni_daq_700: fix return for insn_config functionH Hartley Sweeten2012-06-231-2/+1Star
* staging: comedi: ni_daq_700: use a local var to fix a > 80 char line issueH Hartley Sweeten2012-06-231-4/+2Star
* staging: comedi: ni_daq_700: remove some dangling ';'H Hartley Sweeten2012-06-231-2/+2
* staging: comedi: ni_daq_700: remove local variable in the 'attach' functionH Hartley Sweeten2012-06-231-5/+2Star
* staging: comedi: ni_daq_700: change the 'attach' printk's to dev_printk'sH Hartley Sweeten2012-06-231-4/+6
* staging: comedi: ni_daq_700: remove the #ifdef'ed out irq codeH Hartley Sweeten2012-06-231-23/+2Star
* staging: comedi: ni_daq_700: remove the subdev_700_init functionH Hartley Sweeten2012-06-231-21/+10Star
* staging: comedi: ni_daq_700: remove a couple unused definesH Hartley Sweeten2012-06-231-6/+0Star
* staging: comedi: ni_daq_700: remove the CALLBACK_* codeH Hartley Sweeten2012-06-231-44/+2Star
* staging: comedi: ni_daq_700: remove unused private data variableH Hartley Sweeten2012-06-231-4/+1Star
* staging: comedi: ni_daq_700: remove thisboard macroH Hartley Sweeten2012-06-231-5/+1Star
* staging: comedi: ni_daq_700: move the boardinfo variableH Hartley Sweeten2012-06-231-9/+8Star
* staging: comedi: ni_daq_700: Remove bustype variable from the boardinfoH Hartley Sweeten2012-06-231-21/+6Star
* staging: comedi: ni_daq_700: Remove unneeded variables from the boardinfoH Hartley Sweeten2012-06-231-8/+0Star
* staging: comedi: ni_daq_700: Remove unused variables from the boardinfoH Hartley Sweeten2012-06-231-4/+0Star
* staging: comedi: ni_daq_700: Remove a "do nothing" function stubH Hartley Sweeten2012-06-231-8/+0Star
* staging: comedi: ni_daq_700: Remove the unused private data structH Hartley Sweeten2012-06-231-11/+0Star
* staging: comedi: ni_daq_700: Move the comedi_driver variableH Hartley Sweeten2012-06-231-14/+10Star
* staging: comedi: ni_daq_700: refactor the pcmcia support codeH Hartley Sweeten2012-06-231-44/+36Star
* staging: comedi: ni_daq_700: remove some useless commentsH Hartley Sweeten2012-06-231-13/+6Star
* staging: comedi: ni_daq_700: cleanup to the pcmcia_driver declarationH Hartley Sweeten2012-06-231-7/+7
* staging: comedi: ni_daq_700: change driver registration orderH Hartley Sweeten2012-06-231-2/+8
* staging: comedi: ni_daq_700: consolidate the init and exit functionsH Hartley Sweeten2012-06-231-14/+2Star
* staging: comedi: ni_daq_700: add the module_{init, exit} declarationsH Hartley Sweeten2012-06-231-2/+4
* staging: comedi: ni_daq_700: move the MODULE_* stuff to the EOFH Hartley Sweeten2012-06-231-4/+5
* staging: comedi: ni_daq_700: remove exported symbolsH Hartley Sweeten2012-06-231-130/+7Star
* staging: comedi: double unlock in usbduxsigma_attach()Dan Carpenter2012-06-231-1/+0Star
* staging: comedi: s626: factor out the find PCI device codeH Hartley Sweeten2012-06-231-22/+32
* staging: comedi: s626: remove private INLINE macroH Hartley Sweeten2012-06-231-4/+0Star
* staging: comedi: s626: remove private DEBUG macroH Hartley Sweeten2012-06-232-212/+3Star
* staging: comedi: s626: remove forward declarations 7H Hartley Sweeten2012-06-231-100/+85Star
* staging: comedi: s626: remove forward declarations 6H Hartley Sweeten2012-06-231-128/+94Star
* staging: comedi: s626: remove forward declarations 5H Hartley Sweeten2012-06-231-115/+109Star
* staging: comedi: s626: remove forward declarations 4H Hartley Sweeten2012-06-231-248/+240Star
* staging: comedi: s626: remove forward declarations 3H Hartley Sweeten2012-06-231-63/+61Star
* staging: comedi: s626: remove forward declarations 2H Hartley Sweeten2012-06-231-73/+70Star
* staging: comedi: s626: remove forward declarations 1H Hartley Sweeten2012-06-231-571/+511Star
* staging: comedi: s626: pointers should be cleared with NULL not 0H Hartley Sweeten2012-06-231-1/+1
* staging: comedi: s626: local functions should not be exposed globallyH Hartley Sweeten2012-06-231-1/+1
* staging: comedi: ssv_dnp: remove empty private dataH Hartley Sweeten2012-06-211-13/+0Star
* staging: comedi: usbdux: refactor init codeH Hartley Sweeten2012-06-201-249/+239Star
* staging: comedi: usbduxfast: refactor init codeH Hartley Sweeten2012-06-201-174/+157Star
* staging: comedi: usbduxsigma: refactor init codeH Hartley Sweeten2012-06-201-231/+219Star
* staging: comedi: vmk80xx: refactor init codeH Hartley Sweeten2012-06-201-42/+37Star
* staging: comedi: vmk80xx: use module_comedi_usb_driver()H Hartley Sweeten2012-06-201-36/+14Star