summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/usbdux.c
AgeCommit message (Expand)Author
2019-06-18staging: comedi: usbdux: remove redundant initialization of fx2delayColin Ian King
2019-04-19staging: comedi: usbdux: Call mutex_destroy() on private mutexIan Abbott
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman
2017-11-27staging: comedi: usbdux: remove redundant initialization of valColin Ian King
2015-10-04Staging: comedi: Use mutex instead of semaphore in usbdux.cKsenija Stanojevic
2015-09-12staging: comedi: usbdux: use comedi_offset_munge()H Hartley Sweeten
2015-09-12staging: comedi: usbdux: remove impossible 'if (!devpriv)' checkH Hartley Sweeten
2015-09-12staging: comedi: usbdux: rename dev->private local variablesH Hartley Sweeten
2015-09-12staging: comedi: usbdux: use common code path to check the cmd->scan_begin_argH Hartley Sweeten
2015-09-12staging: comedi: usbdux: add missing spacesH Hartley Sweeten
2015-09-12staging: comedi: usbdux: use preferred kernel typesH Hartley Sweeten
2015-04-03staging: comedi: usbdux: remove #include "comedi_fc.h"Ian Abbott
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten
2015-03-06staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten
2015-01-28staging: comedi: usbdux: include new "comedi_usb.h" headerIan Abbott
2015-01-09staging: comedi: usbdux: rewrite "Devices:" lineIan Abbott
2014-11-05staging: comedi: usbdux: use comedi_async 'scans_done' to detect AI EOAH Hartley Sweeten
2014-11-05staging: comedi: usbdux: use comedi_async 'scans_done' to detect AO EOAH Hartley Sweeten
2014-11-03staging: comedi: drivers do not need to reset the async->cur_chanH Hartley Sweeten
2014-10-29staging: comedi: usbdux: use comedi_buf_write_samples()H Hartley Sweeten
2014-10-29staging: comedi: usbdux: use comedi_buf_read_samples()H Hartley Sweeten
2014-10-29staging: comedi: usbdux: introduce usbduxsub_ai_handle_urb()H Hartley Sweeten
2014-10-29staging: comedi: usbdux: introduce usbduxsub_ao_handle_urb()H Hartley Sweeten
2014-10-29staging: comedi: usbdux: updated contact details / commentsBernd Porr
2014-09-11staging: comedi: usbdux: prevent "empty acquisition" async commandsH Hartley Sweeten
2014-09-02staging: comedi: usbdux: fix more sparse endianness warningsChase Southwood
2014-08-30staging: comedi: usbdux: fix sparse endianness warningsChase Southwood
2014-08-30staging: comedi: usbdux: use comedi_subdevice 'readback'H Hartley Sweeten
2014-08-30staging: comedi: usbdux: fix errno (EL2NSYNC) checkH Hartley Sweeten
2014-07-16staging: comedi: usbdux: checkpatch.pl cleanup (else not useful)H Hartley Sweeten
2014-05-28staging: comedi: usbdux: use 'cmd' pointer in usbduxsub_ai_isoc_irq()H Hartley Sweeten
2014-05-28staging: comedi: usbdux: remove 'ao_chanlist' from private dataH Hartley Sweeten
2014-05-28staging: comedi: usbdux: remove 'ao_continuous' from private dataH Hartley Sweeten
2014-05-28staging: comedi: usbdux: remove 'ai_continuous' from private dataH Hartley Sweeten
2014-05-23staging: comedi: pass subdevice to comedi_buf_get()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott
2014-04-27Merge 3.15-rc3 into staging-nextGreg Kroah-Hartman
2014-04-23staging: comedi: usbdux: bug fix for accessing 'ao_chanlist' in private dataH Hartley Sweeten
2014-04-22staging: comedi: usbdux: fix the cmd->start_arg useH Hartley Sweeten
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-10-16staging: comedi: usbdux: sample types are unsignedIan Abbott
2013-09-17staging: comedi: usbdux drivers: use comedi_dio_update_state()H Hartley Sweeten
2013-08-21staging: comedi: usbdux: allocating too much dataDan Carpenter
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for simple casesH Hartley Sweeten
2013-07-31staging: comedi: usbdux: tidy up usbdux_free_usb_buffers()H Hartley Sweeten
2013-07-31staging: comedi: usbdux: tidy up usbdux_detach()H Hartley Sweeten
2013-07-31staging: comedi: usbdux: tidy up usbdux_alloc_usb_buffers()H Hartley Sweeten
2013-07-31staging: comedi: usbdux: return void from usbdux_pwm_pattern()H Hartley Sweeten
2013-07-31staging: comedi: usbdux: tidy up usbdux_pwm_config()H Hartley Sweeten