aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/usbdux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman1-1729/+0
2019-06-18staging: comedi: usbdux: remove redundant initialization of fx2delayColin Ian King1-1/+1
2019-04-19staging: comedi: usbdux: Call mutex_destroy() on private mutexIan Abbott1-0/+2
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
2017-11-27staging: comedi: usbdux: remove redundant initialization of valColin Ian King1-2/+1
2015-10-04Staging: comedi: Use mutex instead of semaphore in usbdux.cKsenija Stanojevic1-32/+32
2015-09-12staging: comedi: usbdux: use comedi_offset_munge()H Hartley Sweeten1-2/+2
2015-09-12staging: comedi: usbdux: remove impossible 'if (!devpriv)' checkH Hartley Sweeten1-4/+0
2015-09-12staging: comedi: usbdux: rename dev->private local variablesH Hartley Sweeten1-6/+6
2015-09-12staging: comedi: usbdux: use common code path to check the cmd->scan_begin_argH Hartley Sweeten1-25/+15
2015-09-12staging: comedi: usbdux: add missing spacesH Hartley Sweeten1-13/+13
2015-09-12staging: comedi: usbdux: use preferred kernel typesH Hartley Sweeten1-11/+11
2015-04-03staging: comedi: usbdux: remove #include "comedi_fc.h"Ian Abbott1-36/+39
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten1-1/+0
2015-03-06staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten1-2/+2
2015-01-28staging: comedi: usbdux: include new "comedi_usb.h" headerIan Abbott1-2/+1
2015-01-09staging: comedi: usbdux: rewrite "Devices:" lineIan Abbott1-1/+2
2014-11-05staging: comedi: usbdux: use comedi_async 'scans_done' to detect AI EOAH Hartley Sweeten1-18/+4
2014-11-05staging: comedi: usbdux: use comedi_async 'scans_done' to detect AO EOAH Hartley Sweeten1-25/+4
2014-11-03staging: comedi: drivers do not need to reset the async->cur_chanH Hartley Sweeten1-6/+0
2014-10-29staging: comedi: usbdux: use comedi_buf_write_samples()H Hartley Sweeten1-2/+1
2014-10-29staging: comedi: usbdux: use comedi_buf_read_samples()H Hartley Sweeten1-2/+1
2014-10-29staging: comedi: usbdux: introduce usbduxsub_ai_handle_urb()H Hartley Sweeten1-95/+79
2014-10-29staging: comedi: usbdux: introduce usbduxsub_ao_handle_urb()H Hartley Sweeten1-68/+62
2014-10-29staging: comedi: usbdux: updated contact details / commentsBernd Porr1-31/+28
2014-09-11staging: comedi: usbdux: prevent "empty acquisition" async commandsH Hartley Sweeten1-10/+6
2014-09-02staging: comedi: usbdux: fix more sparse endianness warningsChase Southwood1-2/+2
2014-08-30staging: comedi: usbdux: fix sparse endianness warningsChase Southwood1-2/+2
2014-08-30staging: comedi: usbdux: use comedi_subdevice 'readback'H Hartley Sweeten1-13/+12
2014-08-30staging: comedi: usbdux: fix errno (EL2NSYNC) checkH Hartley Sweeten1-2/+2
2014-07-16staging: comedi: usbdux: checkpatch.pl cleanup (else not useful)H Hartley Sweeten1-6/+6
2014-05-28staging: comedi: usbdux: use 'cmd' pointer in usbduxsub_ai_isoc_irq()H Hartley Sweeten1-4/+3
2014-05-28staging: comedi: usbdux: remove 'ao_chanlist' from private dataH Hartley Sweeten1-10/+3
2014-05-28staging: comedi: usbdux: remove 'ao_continuous' from private dataH Hartley Sweeten1-4/+2
2014-05-28staging: comedi: usbdux: remove 'ai_continuous' from private dataH Hartley Sweeten1-4/+2
2014-05-23staging: comedi: pass subdevice to comedi_buf_get()Ian Abbott1-1/+1
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott1-1/+1
2014-04-27Merge 3.15-rc3 into staging-nextGreg Kroah-Hartman1-6/+3
2014-04-23staging: comedi: usbdux: bug fix for accessing 'ao_chanlist' in private dataH Hartley Sweeten1-6/+3
2014-04-22staging: comedi: usbdux: fix the cmd->start_arg useH Hartley Sweeten1-10/+12
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-16staging: comedi: usbdux: sample types are unsignedIan Abbott1-17/+18
2013-09-17staging: comedi: usbdux drivers: use comedi_dio_update_state()H Hartley Sweeten1-4/+2
2013-08-21staging: comedi: usbdux: allocating too much dataDan Carpenter1-2/+2
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for simple casesH Hartley Sweeten1-15/+4
2013-07-31staging: comedi: usbdux: tidy up usbdux_free_usb_buffers()H Hartley Sweeten1-5/+3
2013-07-31staging: comedi: usbdux: tidy up usbdux_detach()H Hartley Sweeten1-10/+11
2013-07-31staging: comedi: usbdux: tidy up usbdux_alloc_usb_buffers()H Hartley Sweeten1-26/+6
2013-07-31staging: comedi: usbdux: return void from usbdux_pwm_pattern()H Hartley Sweeten1-9/+10