summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/usbduxfast.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: move out of staging directoryGreg Kroah-Hartman2021-04-151-1039/+0
* staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding errorBernd Porr2019-11-221-7/+14
* staging: comedi: usbduxfast: Call mutex_destroy() on private mutexIan Abbott2019-04-191-0/+2
* staging: comedi: fix typoMatteo Croce2019-01-071-1/+1
* staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman2017-11-281-10/+0
* staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-281-0/+1
* staging: comedi: drivers: usbduxfast: don't print error when allocating urb f...Wolfram Sang2016-08-151-3/+1
* Staging: comedi: Use mutex instead of semaphore in usbduxfast.cKsenija Stanojevic2015-10-041-18/+18
* staging: comedi: usbduxfast: remove unnecessary clearing of private dataH Hartley Sweeten2015-09-121-6/+0
* staging: comedi: usbduxfast: absorb usbduxfast_attach_common()H Hartley Sweeten2015-09-121-27/+20
* staging: comedi: usbduxfast: remove unnecessary semaphore down/upH Hartley Sweeten2015-09-121-8/+1
* staging: comedi: usbduxfast: document strange ai maxdataH Hartley Sweeten2015-09-121-1/+1
* staging: comedi: usbduxfast: use a common exit path in ai (*do_cmd)H Hartley Sweeten2015-09-121-12/+9
* staging: comedi: usbduxfast: tidy up the conversion timing validationH Hartley Sweeten2015-09-121-30/+16
* staging: comedi: usbduxfast: TRIG_EXT is only valid for cmd->start_srcH Hartley Sweeten2015-09-121-36/+13
* staging: comedi: usbduxfast: TRIG_EXT only works for 1 or 16 channelsH Hartley Sweeten2015-09-121-7/+5
* staging: comedi: usbduxfast: fix multi-line commentH Hartley Sweeten2015-09-121-2/+1
* staging: comedi: usbduxfast: use preferred kernel typesH Hartley Sweeten2015-09-121-9/+8
* staging: comedi: usbduxfast: remove impossible 'if (!devpriv)' checksH Hartley Sweeten2015-09-121-12/+0
* staging: comedi: usbduxfast: only chanlist of 1, 2, 3, or 16 are supportedH Hartley Sweeten2015-09-121-5/+5
* staging: comedi: usbduxfast: chanlist check is Step 5 of (*do_cmdtest)H Hartley Sweeten2015-09-121-24/+34
* staging: comedi: usbduxfast: remove #include "comedi_fc.h"Ian Abbott2015-04-031-15/+16
* staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten2015-03-061-1/+0
* staging: comedi: usbduxfast: include new "comedi_usb.h" headerIan Abbott2015-01-281-2/+1
* staging: comedi: usbduxfast: rewrite "Devices:" lineIan Abbott2015-01-091-1/+1
* staging: comedi: usbduxfast: use comedi_async 'scans_done' to detect AI EOAH Hartley Sweeten2014-11-071-14/+5
* staging: comedi: remove use of 'bytes_per_sample()'H Hartley Sweeten2014-11-031-2/+2
* staging: comedi: drivers do not need to reset the async->cur_chanH Hartley Sweeten2014-11-031-2/+0
* staging: comedi: usbduxfast: use comedi_buf_write_samples()H Hartley Sweeten2014-10-291-4/+2
* staging: comedi: usbduxfast: introduce usbduxfast_ai_handle_urb()H Hartley Sweeten2014-10-291-79/+52
* staging: comedi: usbduxfast: updated address detailsBernd Porr2014-10-291-1/+10
* staging: comedi: usbduxfast: adding missing break in case statementBernd Porr2014-07-241-0/+1
* staging: comedi: usbduxfast: convert pr_err() to dev_err()H Hartley Sweeten2014-07-171-4/+3
* staging: comedi: usbduxfast: remove unreachable code in usbduxfast_ai_cmd()H Hartley Sweeten2014-05-281-10/+3
* staging: comedi: usbduxfast: remove 'ai_continuous' from private dataH Hartley Sweeten2014-05-281-4/+2
* staging: comedi: usbduxfast: fix the cmd->start_arg validation and useH Hartley Sweeten2014-04-221-14/+7
* staging: comedi: usbduxfast: remove TRIG_TIMER from scan_begin_srcH Hartley Sweeten2014-02-141-10/+1
* staging: comedi: usbduxfast: 'cmd->chanlist_len' was already validataedH Hartley Sweeten2014-02-141-21/+19
* staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-171-1/+0
* staging: comedi: usbduxfast: tidy up comedi_lrange tablesH Hartley Sweeten2013-12-171-1/+4
* staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten2013-07-231-2/+1
* staging: comedi: usbduxfast: use comedi_load_firmware()H Hartley Sweeten2013-05-211-31/+9
* staging: comedi: usbduxfast: use comedi_to_usb_dev()H Hartley Sweeten2013-05-211-13/+7
* staging: comedi: usbduxfast: tidy up usbduxfast_ai_insn_read()H Hartley Sweeten2013-05-161-29/+22
* staging: comedi: usbduxfast: introduce usbduxfast_cmd_data()H Hartley Sweeten2013-05-161-151/+68
* staging: comedi: usbduxfast: rename usbduxfastsub_submit_InURBs()H Hartley Sweeten2013-05-161-3/+3
* staging: comedi: usbduxfast: rename CamelCase 'minSamplPer'H Hartley Sweeten2013-05-161-5/+5
* staging: comedi: usbduxfast: consolidate the firmware uploadH Hartley Sweeten2013-05-161-87/+35
* staging: comedi: usbduxfast: move usbduxfast_upload_firmware()H Hartley Sweeten2013-05-161-34/+33
* staging: comedi: usbduxfast: tidy up firmwareUpload()H Hartley Sweeten2013-05-161-21/+16