summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/usbdux.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: usbdux: remove redundant initialization of fx2delayColin Ian King2019-06-181-1/+1
* staging: comedi: usbdux: Call mutex_destroy() on private mutexIan Abbott2019-04-191-0/+2
* staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman2017-11-281-10/+0Star
* staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-281-0/+1
* staging: comedi: usbdux: remove redundant initialization of valColin Ian King2017-11-271-2/+1Star
* Staging: comedi: Use mutex instead of semaphore in usbdux.cKsenija Stanojevic2015-10-041-32/+32
* staging: comedi: usbdux: use comedi_offset_munge()H Hartley Sweeten2015-09-131-2/+2
* staging: comedi: usbdux: remove impossible 'if (!devpriv)' checkH Hartley Sweeten2015-09-131-4/+0Star
* staging: comedi: usbdux: rename dev->private local variablesH Hartley Sweeten2015-09-131-6/+6
* staging: comedi: usbdux: use common code path to check the cmd->scan_begin_argH Hartley Sweeten2015-09-131-25/+15Star
* staging: comedi: usbdux: add missing spacesH Hartley Sweeten2015-09-131-13/+13
* staging: comedi: usbdux: use preferred kernel typesH Hartley Sweeten2015-09-131-11/+11
* staging: comedi: usbdux: remove #include "comedi_fc.h"Ian Abbott2015-04-031-36/+39
* staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten2015-03-071-1/+0Star
* staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten2015-03-071-2/+2
* staging: comedi: usbdux: include new "comedi_usb.h" headerIan Abbott2015-01-281-2/+1Star
* staging: comedi: usbdux: rewrite "Devices:" lineIan Abbott2015-01-101-1/+2
* staging: comedi: usbdux: use comedi_async 'scans_done' to detect AI EOAH Hartley Sweeten2014-11-051-18/+4Star
* staging: comedi: usbdux: use comedi_async 'scans_done' to detect AO EOAH Hartley Sweeten2014-11-051-25/+4Star
* staging: comedi: drivers do not need to reset the async->cur_chanH Hartley Sweeten2014-11-041-6/+0Star
* staging: comedi: usbdux: use comedi_buf_write_samples()H Hartley Sweeten2014-10-291-2/+1Star
* staging: comedi: usbdux: use comedi_buf_read_samples()H Hartley Sweeten2014-10-291-2/+1Star
* staging: comedi: usbdux: introduce usbduxsub_ai_handle_urb()H Hartley Sweeten2014-10-291-95/+79Star
* staging: comedi: usbdux: introduce usbduxsub_ao_handle_urb()H Hartley Sweeten2014-10-291-68/+62Star
* staging: comedi: usbdux: updated contact details / commentsBernd Porr2014-10-291-31/+28Star
* staging: comedi: usbdux: prevent "empty acquisition" async commandsH Hartley Sweeten2014-09-111-10/+6Star
* staging: comedi: usbdux: fix more sparse endianness warningsChase Southwood2014-09-021-2/+2
* staging: comedi: usbdux: fix sparse endianness warningsChase Southwood2014-08-301-2/+2
* staging: comedi: usbdux: use comedi_subdevice 'readback'H Hartley Sweeten2014-08-301-13/+12Star
* staging: comedi: usbdux: fix errno (EL2NSYNC) checkH Hartley Sweeten2014-08-301-2/+2
* staging: comedi: usbdux: checkpatch.pl cleanup (else not useful)H Hartley Sweeten2014-07-161-6/+6
* staging: comedi: usbdux: use 'cmd' pointer in usbduxsub_ai_isoc_irq()H Hartley Sweeten2014-05-281-4/+3Star
* staging: comedi: usbdux: remove 'ao_chanlist' from private dataH Hartley Sweeten2014-05-281-10/+3Star
* staging: comedi: usbdux: remove 'ao_continuous' from private dataH Hartley Sweeten2014-05-281-4/+2Star
* staging: comedi: usbdux: remove 'ai_continuous' from private dataH Hartley Sweeten2014-05-281-4/+2Star
* staging: comedi: pass subdevice to comedi_buf_get()Ian Abbott2014-05-231-1/+1
* staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott2014-05-231-1/+1
* Merge 3.15-rc3 into staging-nextGreg Kroah-Hartman2014-04-281-6/+3Star
|\
| * staging: comedi: usbdux: bug fix for accessing 'ao_chanlist' in private dataH Hartley Sweeten2014-04-241-6/+3Star
* | staging: comedi: usbdux: fix the cmd->start_arg useH Hartley Sweeten2014-04-221-10/+12
|/
* staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-171-1/+0Star
* staging: comedi: usbdux: sample types are unsignedIan Abbott2013-10-161-17/+18
* staging: comedi: usbdux drivers: use comedi_dio_update_state()H Hartley Sweeten2013-09-171-4/+2Star
* staging: comedi: usbdux: allocating too much dataDan Carpenter2013-08-211-2/+2
* staging: comedi: drivers: use comedi_dio_insn_config() for simple casesH Hartley Sweeten2013-08-131-15/+4Star
* staging: comedi: usbdux: tidy up usbdux_free_usb_buffers()H Hartley Sweeten2013-08-011-5/+3Star
* staging: comedi: usbdux: tidy up usbdux_detach()H Hartley Sweeten2013-08-011-10/+11
* staging: comedi: usbdux: tidy up usbdux_alloc_usb_buffers()H Hartley Sweeten2013-08-011-26/+6Star
* staging: comedi: usbdux: return void from usbdux_pwm_pattern()H Hartley Sweeten2013-08-011-9/+10
* staging: comedi: usbdux: tidy up usbdux_pwm_config()H Hartley Sweeten2013-08-011-19/+13Star