aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/usbduxfast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-17staging: comedi: usbduxfast: tidy up comedi_lrange tablesH Hartley Sweeten1-1/+4
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten1-2/+1
2013-05-21staging: comedi: usbduxfast: use comedi_load_firmware()H Hartley Sweeten1-31/+9
2013-05-21staging: comedi: usbduxfast: use comedi_to_usb_dev()H Hartley Sweeten1-13/+7
2013-05-16staging: comedi: usbduxfast: tidy up usbduxfast_ai_insn_read()H Hartley Sweeten1-29/+22
2013-05-16staging: comedi: usbduxfast: introduce usbduxfast_cmd_data()H Hartley Sweeten1-151/+68
2013-05-16staging: comedi: usbduxfast: rename usbduxfastsub_submit_InURBs()H Hartley Sweeten1-3/+3
2013-05-16staging: comedi: usbduxfast: rename CamelCase 'minSamplPer'H Hartley Sweeten1-5/+5
2013-05-16staging: comedi: usbduxfast: consolidate the firmware uploadH Hartley Sweeten1-87/+35
2013-05-16staging: comedi: usbduxfast: move usbduxfast_upload_firmware()H Hartley Sweeten1-34/+33
2013-05-16staging: comedi: usbduxfast: tidy up firmwareUpload()H Hartley Sweeten1-21/+16
2013-05-16staging: comedi: usbduxfast: fix a > 80 char line issueH Hartley Sweeten1-6/+6
2013-05-16staging: comedi: usbduxfast: tidy up usbduxfast_ai_cancel()H Hartley Sweeten1-9/+2
2013-05-16staging: comedi: usbduxfast: tidy up usbduxfast_ai_stop()H Hartley Sweeten1-33/+7
2013-05-16staging: comedi: usbduxfast: tidy up usbduxfastsub_unlink_InURBs()H Hartley Sweeten1-6/+3
2013-05-16staging: comedi: usbduxfast: tidy up send_dux_commands()H Hartley Sweeten1-8/+9
2013-05-16staging: comedi: usbduxfast: remove extra dev_err() messagesH Hartley Sweeten1-4/+0
2013-05-16staging: comedi: usbduxfast: rename 'dux_commands' in private dataH Hartley Sweeten1-148/+146
2013-05-16staging: comedi: usbduxfast: rename 'transfer_buffer' in private dataH Hartley Sweeten1-9/+9
2013-05-16staging: comedi: usbduxfast: rename 'insnBuffer' from private dataH Hartley Sweeten1-8/+0
2013-05-16staging: comedi: usbduxfast: rename 'urbIn' in private dataH Hartley Sweeten1-11/+11
2013-05-16staging: comedi: usbduxfast: remove 'usb' from the private dataH Hartley Sweeten1-18/+23
2013-05-16staging: comedi: usbduxfast: remove 'intf' from the private dataH Hartley Sweeten1-6/+3
2013-05-16staging: comedi: usbduxfast: use dev->class_dev for all dev_{level} messagesH Hartley Sweeten1-47/+35
2013-05-16staging: comedi: usbduxfast: remove 'comedidev' from the private dataH Hartley Sweeten1-5/+0
2013-05-16staging: comedi: usbduxfast: don't pass the private data directlyH Hartley Sweeten1-29/+38
2013-05-16staging: comedi: usbduxfast: remove 'ifnum' from private dataH Hartley Sweeten1-3/+2
2013-05-16staging: comedi: usbduxfast: remove 'attached' from private dataH Hartley Sweeten1-9/+0
2013-05-16staging: comedi: usbduxfast: remove 'probed' from private dataH Hartley Sweeten1-25/+0
2013-05-16staging: comedi: usbduxfast: absorb tidy_up() into the (*detach)H Hartley Sweeten1-48/+35
2013-05-16staging: comedi: usbduxfast: remove some unused definesH Hartley Sweeten1-11/+1
2013-05-16staging: comedi: usbduxfast: Move usb_driver (*probe) into comedi_driverH Hartley Sweeten1-94/+39
2013-05-16staging: comedi: usbduxfast: Use comedi_usb_auto_unconfig() for (*disconnect)H Hartley Sweeten1-24/+2
2013-05-16staging: comedi: usbduxfast: tidy up usbduxfastsub_ai_Irq()H Hartley Sweeten1-38/+19
2013-05-16staging: comedi: usbduxfast: remove all COMEDI_DEBUG messagesH Hartley Sweeten1-67/+2
2013-05-16staging: comedi: usbduxfast: tidy up usbduxfast_attach_common()H Hartley Sweeten1-29/+18
2013-05-16staging: comedi: usbduxfast: remove 'owner' from usb_driverH Hartley Sweeten1-3/+0
2013-05-16staging: comedi: usbduxfast: rename usbduxfastsub_s variablesH Hartley Sweeten1-323/+322
2013-05-16staging: comedi: usbduxfast: rename usb_device variablesH Hartley Sweeten1-19/+19
2013-05-16staging: comedi: usbduxfast: rename usb_interface variablesH Hartley Sweeten1-27/+27
2013-05-16staging: comedi: usbduxfast: use a local var for the usbduxfastsub_sH Hartley Sweeten1-42/+30
2013-05-16staging: comedi: usbduxfast: remove COMEDI_DEBUG noise in usb (*probe)H Hartley Sweeten1-15/+1
2013-05-16staging: comedi: usbduxfast: request firmware synchronouslyH Hartley Sweeten1-30/+17
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-4/+0
2013-04-08staging: comedi: remove unnecessary dev->board_name initializationH Hartley Sweeten1-1/+1
2013-03-11staging: comedi: drivers: usbduxfast.c: fix for DMA buffers on stackKumar Amit Mehta1-12/+18
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches1-6/+0
2013-02-05staging: comedi: comedi_usb: allow comedi usb drivers to pass a 'context'H Hartley Sweeten1-1/+1
2012-11-14staging: comedi: usbduxfast: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten1-29/+9