aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/usbduxfast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-22staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding errorBernd Porr1-7/+14
2019-04-19staging: comedi: usbduxfast: Call mutex_destroy() on private mutexIan Abbott1-0/+2
2019-01-07staging: comedi: fix typoMatteo Croce1-1/+1
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2016-08-15staging: comedi: drivers: usbduxfast: don't print error when allocating urb failsWolfram Sang1-3/+1
2015-10-04Staging: comedi: Use mutex instead of semaphore in usbduxfast.cKsenija Stanojevic1-18/+18
2015-09-12staging: comedi: usbduxfast: remove unnecessary clearing of private dataH Hartley Sweeten1-6/+0
2015-09-12staging: comedi: usbduxfast: absorb usbduxfast_attach_common()H Hartley Sweeten1-27/+20
2015-09-12staging: comedi: usbduxfast: remove unnecessary semaphore down/upH Hartley Sweeten1-8/+1
2015-09-12staging: comedi: usbduxfast: document strange ai maxdataH Hartley Sweeten1-1/+1
2015-09-12staging: comedi: usbduxfast: use a common exit path in ai (*do_cmd)H Hartley Sweeten1-12/+9
2015-09-12staging: comedi: usbduxfast: tidy up the conversion timing validationH Hartley Sweeten1-30/+16
2015-09-12staging: comedi: usbduxfast: TRIG_EXT is only valid for cmd->start_srcH Hartley Sweeten1-36/+13
2015-09-12staging: comedi: usbduxfast: TRIG_EXT only works for 1 or 16 channelsH Hartley Sweeten1-7/+5
2015-09-12staging: comedi: usbduxfast: fix multi-line commentH Hartley Sweeten1-2/+1
2015-09-12staging: comedi: usbduxfast: use preferred kernel typesH Hartley Sweeten1-9/+8
2015-09-12staging: comedi: usbduxfast: remove impossible 'if (!devpriv)' checksH Hartley Sweeten1-12/+0
2015-09-12staging: comedi: usbduxfast: only chanlist of 1, 2, 3, or 16 are supportedH Hartley Sweeten1-5/+5
2015-09-12staging: comedi: usbduxfast: chanlist check is Step 5 of (*do_cmdtest)H Hartley Sweeten1-24/+34
2015-04-03staging: comedi: usbduxfast: remove #include "comedi_fc.h"Ian Abbott1-15/+16
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten1-1/+0
2015-01-28staging: comedi: usbduxfast: include new "comedi_usb.h" headerIan Abbott1-2/+1
2015-01-09staging: comedi: usbduxfast: rewrite "Devices:" lineIan Abbott1-1/+1
2014-11-07staging: comedi: usbduxfast: use comedi_async 'scans_done' to detect AI EOAH Hartley Sweeten1-14/+5
2014-11-03staging: comedi: remove use of 'bytes_per_sample()'H Hartley Sweeten1-2/+2
2014-11-03staging: comedi: drivers do not need to reset the async->cur_chanH Hartley Sweeten1-2/+0
2014-10-29staging: comedi: usbduxfast: use comedi_buf_write_samples()H Hartley Sweeten1-4/+2
2014-10-29staging: comedi: usbduxfast: introduce usbduxfast_ai_handle_urb()H Hartley Sweeten1-79/+52
2014-10-29staging: comedi: usbduxfast: updated address detailsBernd Porr1-1/+10
2014-07-24staging: comedi: usbduxfast: adding missing break in case statementBernd Porr1-0/+1
2014-07-17staging: comedi: usbduxfast: convert pr_err() to dev_err()H Hartley Sweeten1-4/+3
2014-05-28staging: comedi: usbduxfast: remove unreachable code in usbduxfast_ai_cmd()H Hartley Sweeten1-10/+3
2014-05-28staging: comedi: usbduxfast: remove 'ai_continuous' from private dataH Hartley Sweeten1-4/+2
2014-04-22staging: comedi: usbduxfast: fix the cmd->start_arg validation and useH Hartley Sweeten1-14/+7
2014-02-14staging: comedi: usbduxfast: remove TRIG_TIMER from scan_begin_srcH Hartley Sweeten1-10/+1
2014-02-14staging: comedi: usbduxfast: 'cmd->chanlist_len' was already validataedH Hartley Sweeten1-21/+19
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