aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi
AgeCommit message (Expand)Author
2012-06-20staging: comedi: usbdux: refactor init codeH Hartley Sweeten
2012-06-20staging: comedi: usbduxfast: refactor init codeH Hartley Sweeten
2012-06-20staging: comedi: usbduxsigma: refactor init codeH Hartley Sweeten
2012-06-20staging: comedi: vmk80xx: refactor init codeH Hartley Sweeten
2012-06-20staging: comedi: vmk80xx: use module_comedi_usb_driver()H Hartley Sweeten
2012-06-20staging: comedi: usbduxsigma: use module_comedi_usb_driver()H Hartley Sweeten
2012-06-20staging: comedi: usbduxfast: use module_comedi_usb_driver()H Hartley Sweeten
2012-06-20staging: comedi: usbdux: use module_comedi_usb_driver()H Hartley Sweeten
2012-06-20staging: comedi: Kconfig: remove redundant depends on testsH Hartley Sweeten
2012-06-20staging: comedi: Kconfig: menuconfig options should be boolH Hartley Sweeten
2012-06-20staging: comedi: remove CONFIG_COMEDI_PCI defineH Hartley Sweeten
2012-06-20staging: comedi: remove unused CONFIG_COMEDI_PCMCIA defineH Hartley Sweeten
2012-06-20staging: comedi: Kconfig: fix drivers that require the 8255 driverH Hartley Sweeten
2012-06-20staging: comedi: shrink comedi_compat32.hIan Abbott
2012-06-20staging: comedi: remove comedi_fops.hIan Abbott
2012-06-20staging: comedi: comedi_internal.h inclusion guardsIan Abbott
2012-06-20staging: comedi: rename internal.h to comedi_internal.hIan Abbott
2012-06-20staging: comedi: make class and file operations staticIan Abbott
2012-06-18staging: comedi: comedi_compat_ioctl should be NULL not 0H Hartley Sweeten
2012-06-18staging: comedi: pcmmio: quiet NULL pointer sparse noiseH Hartley Sweeten
2012-06-18staging: comedi: comedi_subdevice 'io_bits' should be an unsigned intH Hartley Sweeten
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten
2012-06-18staging: comedi: remove unneeded sanity check in insn_bits functionsH Hartley Sweeten
2012-06-18staging: comedi: usbduxsigma: use attach_usb() hookIan Abbott
2012-06-18staging: comedi: vmk80xx: use attach_usb() hookIan Abbott
2012-06-18staging: comedi: usbduxfast: use attach_usb() hookIan Abbott
2012-06-18staging: comedi: change device used in dev_...() callsIan Abbott
2012-06-15staging: comedi: fix Kconfig for COMEDI_PCMCIA_DRIVERSH Hartley Sweeten
2012-06-14staging: comedi: me4000: remove PDEBUG macroH Hartley Sweeten
2012-06-14staging: comedi: me4000: remove ISR_PDEBUG macroH Hartley Sweeten
2012-06-14staging: comedi: me4000: remove inline port io wrappersH Hartley Sweeten
2012-06-14staging: comedi: me4000: remove PORT_PDEBUG macroH Hartley Sweeten
2012-06-14staging: comedi: me4000: remove CALL_PDEBUG macroH Hartley Sweeten
2012-06-14staging: comedi: pcl812: remove PCL812_EXTDEBUG define and related codeH Hartley Sweeten
2012-06-14staging: comedi: pcl812: remove unneeded tests in pcl812_ai_cmdtestH Hartley Sweeten
2012-06-14staging: comedi: pcl818: remove unneeded tests in ai_cmdtestH Hartley Sweeten
2012-06-14staging: comedi: pcl816: remove unneeded tests in pcl816_ai_cmdtestH Hartley Sweeten
2012-06-14staging: comedi: ni_atmio16d: remove the function tracing debugH Hartley Sweeten
2012-06-13staging: comedi: 8255: add some whitespace to the #define'sH Hartley Sweeten
2012-06-13staging: comedi: 8255: add namespace to 'do_config' functionH Hartley Sweeten
2012-06-13staging: comedi: 8255: move the subdev_8255_io functionH Hartley Sweeten
2012-06-13staging: comedi: 8255: refactor subdev_8255_insn functionH Hartley Sweeten
2012-06-13staging: comedi: 8255: use a local variable for the iobaseH Hartley Sweeten
2012-06-13staging: comedi: 8255: use kzalloc to allocate the private dataH Hartley Sweeten
2012-06-13staging: comedi: 8255: check for failure of subdev_8255_initH Hartley Sweeten
2012-06-13staging: comedi: 8255: remove have_irg and refactor subdev_8255_init_irqH Hartley Sweeten
2012-06-13staging: comedi: 8255: refactor subdev_8255_initH Hartley Sweeten
2012-06-13staging: comedi: 8255: push out the 8255's private data variable renameH Hartley Sweeten
2012-06-13staging: comedi: 8255: rename cb_arg and cb_funcH Hartley Sweeten
2012-06-13staging: comedi: 8255: remove the s->private access macrosH Hartley Sweeten