aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/usbdux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-25staging: comedi: usbdux: tidy up usbduxsub_submit_inurbs()H Hartley Sweeten1-16/+19
2013-07-25staging: comedi: usbdux: remove dev_printk() noiseH Hartley Sweeten1-168/+16
2013-07-25staging: comedi: usbdux: tidy up the comedi_lrange tablesH Hartley Sweeten1-18/+12
2013-07-25staging: comedi: usbdux: remove the SUBDEV_* definesH Hartley Sweeten1-20/+5
2013-07-25staging: comedi: usbdux: tidy up usbduxsub_pwm_irq()H Hartley Sweeten1-30/+19
2013-07-25staging: comedi: usbdux: tidy up usbduxsub_ao_isoc_irq()H Hartley Sweeten1-49/+36
2013-07-25staging: comedi: usbdux: tidy up usbduxsub_ai_isoc_irq()H Hartley Sweeten1-53/+36
2013-07-25staging: comedi: usbdux: absorb usbdux_attach_common into callerH Hartley Sweeten1-83/+69
2013-07-25staging: comedi: usbdux: tidy up usbdux_attach_common()H Hartley Sweeten1-100/+60
2013-07-25staging: comedi: usbdux: remove NOISY_DUX_DEBUGBUGH Hartley Sweeten1-10/+0
2013-07-25staging: comedi: usbdux: cleanup the (*detach)H Hartley Sweeten1-71/+53
2013-07-25staging: comedi: usbdux: remove unnecessary tidy_up() callsH Hartley Sweeten1-4/+1
2013-07-25staging: comedi: usbdux: push usb (*probe) into comedi (*auto_attach)H Hartley Sweeten1-176/+42
2013-07-25staging: comedi: usbdux: push usb (*disconnect) into comedi (*detach)H Hartley Sweeten1-30/+10
2013-07-25staging: comedi: usbdux: move usb buffer allocation into new functionH Hartley Sweeten1-146/+128
2013-07-25staging: comedi: usbdux: tidy up usbdux_usb_probe()H Hartley Sweeten1-118/+103
2013-07-25staging: comedi: usbdux: remove the usb_driver (*probe) noiseH Hartley Sweeten1-13/+0
2013-07-25staging: comedi: usbdux: rename struct usbduxsubH Hartley Sweeten1-53/+45
2013-05-21staging: comedi: usbdux: use comedi_load_firmware()H Hartley Sweeten1-10/+10
2013-05-21staging: comedi: usbdux: move firmware request/upload into (*auto_attach)H Hartley Sweeten1-12/+11
2013-05-21staging: comedi: usbdux: consolidate the firmware uploadH Hartley Sweeten1-120/+46
2013-05-21staging: comedi: usbdux: request firmware synchronouslyH Hartley Sweeten1-44/+8
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-5/+0
2013-04-08staging: comedi: remove unnecessary dev->board_name initializationH Hartley Sweeten1-2/+0
2013-03-18Merge 3.9-rc3 into staging-nextGreg Kroah-Hartman1-12/+19
2013-03-14Staging: comedi: Fixed camel case style issue in usbdux.cJacob Garber1-202/+202
2013-03-11staging: comedi: Fix typo in comediMasanari Iida1-1/+1
2013-03-11staging: comedi: drivers: usbdux.c: fix DMA buffers on stackKumar Amit Mehta1-12/+19
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches1-23/+4
2013-02-05staging: comedi: comedi_usb: allow comedi usb drivers to pass a 'context'H Hartley Sweeten1-1/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida1-1/+1
2012-11-14staging: comedi: usbdux: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten1-82/+26
2012-10-30staging: comedi/drivers: use auto_attach instead of attach_usbIan Abbott1-5/+6
2012-10-22staging/comedi: Use dev_ printks in drivers/usbdux.cYAMANE Toshiaki1-6/+4
2012-09-26staging: comedi: drivers: use comedi_fc.h cmdtest helpersH Hartley Sweeten1-89/+41
2012-09-21staging: comedi: usbdux: remove usbdux_attachH Hartley Sweeten1-52/+3
2012-09-05staging: comedi: usbdux: remove subdevice pointer mathH Hartley Sweeten1-8/+8
2012-08-16staging: comedi: usbdux: Declare MODULE_FIRMWARE usageTim Gardner1-1/+3
2012-06-20staging: comedi: usbdux: refactor init codeH Hartley Sweeten1-249/+239
2012-06-20staging: comedi: usbdux: use module_comedi_usb_driver()H Hartley Sweeten1-36/+14
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten1-1/+1
2012-06-18staging: comedi: remove unneeded sanity check in insn_bits functionsH Hartley Sweeten1-3/+0
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-12staging: comedi: remove the "Allocate the subdevice..." commentsH Hartley Sweeten1-1/+0
2012-06-12staging: comedi: remove the comed_alloc_subdevices "allocation failed" messagesH Hartley Sweeten1-2/+0
2012-06-12staging: comedi: only set dev->n_subdevices when kcalloc succeedesH Hartley Sweeten1-3/+4
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-27/+8
2012-04-10staging: comedi: usbdux: remove an unnecessary dev_info()Ian Abbott1-4/+0