aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/vmk80xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-16staging: comedi: vmk80xx: Fix possible double-free of ->usb_rx_bufIan Abbott1-3/+1
2019-04-16staging: comedi: vmk80xx: Fix use of uninitialized semaphoreIan Abbott1-2/+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
2016-08-21staging: comedi: drivers: replace le16_to_cpu() with usb_endpoint_maxp()Cheah Kok Cheong1-6/+6
2015-09-12staging: comedi: vmk80xx: tidy up definesH Hartley Sweeten1-46/+46
2015-09-12staging: comedi: vmk80xx: cleanup multi-line commentH Hartley Sweeten1-17/+18
2015-06-18staging: comedi: vmk80xx: sanity check context used to get the boardinfoH Hartley Sweeten1-1/+4
2015-06-18staging: comedi: vmk80xx: rename 'boardinfo' variablesH Hartley Sweeten1-15/+15
2015-02-28staging: comedi: vmk80xx: remove "firmware version" kernel messagesH Hartley Sweeten1-71/+0
2015-01-28staging: comedi: vmk80xx: include new "comedi_usb.h" headerIan Abbott1-2/+1
2015-01-25staging: comedi: vmk80xx: tidy up vmk80xx_cnt_insn_config()H Hartley Sweeten1-26/+20
2015-01-25staging: comedi: vmk80xx: GPCT_RESET is not an (*insn_config) instructionH Hartley Sweeten1-1/+1
2015-01-09staging: comedi: vm80xx: rewrite comedi driver comment blockIan Abbott1-15/+16
2014-11-03staging: comedi: drivers: replace SDF_WRITEABLE with SDF_WRITABLEH Hartley Sweeten1-4/+4
2014-09-11staging: comedi: vmk80xx: replace comedi_board() callsIan Abbott1-1/+1
2014-07-10staging: comedi: vmk80xx: remove MODULE_VERSION() from in-kernel moduleIan Abbott1-1/+0
2013-11-25staging: comedi: fix potentially uninitialised variableMichal Nazarewicz1-1/+1
2013-09-17staging: comedi: vmk80xx: use comedi_dio_update_state()H Hartley Sweeten1-22/+13
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten1-2/+1
2013-05-21staging: comedi: vmk80xx: remove usb_interface from private dataH Hartley Sweeten1-10/+3
2013-05-21staging: comedi: vmk80xx: use comedi_to_usb_dev()H Hartley Sweeten1-9/+5
2013-05-21staging: comedi: vmk80xx: don't pass the private data directlyH Hartley Sweeten1-25/+31
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-5/+0
2013-02-18staging: comedi: vmk80xx: wait for URBs to completeIan Abbott1-232/+20
2013-02-15staging: comedi: vmk80xx: initialize K8055 outputs to known stateIan Abbott1-1/+6
2013-02-15staging: comedi: vmk80xx: simplify vmk80xx_reset_device()Ian Abbott1-35/+9
2013-02-15staging: comedi: vmk80xx: zero buffers on allocationIan Abbott1-2/+2
2013-02-13staging/comedi: Fix undefined array subscriptPeter Huewe1-10/+7
2013-02-05staging: comedi: vmk80xx: rename vmk80xx_attach_common()H Hartley Sweeten1-2/+2
2013-02-05staging: comedi: vmk80xx: remove the 'Changelog' commentsH Hartley Sweeten1-13/+0
2013-02-05staging: comedi: vmk80xx: cleanup the comedi_lrange tablesH Hartley Sweeten1-6/+5
2013-02-05staging: comedi: vmk80xx: remove CONFIG_COMEDI_DEBUG codeH Hartley Sweeten1-38/+8
2013-02-05staging: comedi: vmk80xx: remove unused #defineH Hartley Sweeten1-2/+0
2013-02-05staging: comedi: vmk80xx: remove digital input (*insn_read)H Hartley Sweeten1-47/+0
2013-02-05staging: comedi: vmk80xx: remove digital output (*insn_write)H Hartley Sweeten1-50/+0
2013-02-05staging: comedi: vmk80xx: remove digital output (*insn_read)H Hartley Sweeten1-37/+0
2013-02-05staging: comedi: vmk80xx: cleanup pwm subdevice initH Hartley Sweeten1-18/+18
2013-02-05staging: comedi: vmk80xx: cleanup counter subdevice initH Hartley Sweeten1-20/+23
2013-02-05staging: comedi: vmk80xx: cleanup digital input subdevice initH Hartley Sweeten1-17/+21
2013-02-05staging: comedi: vmk80xx: cleanup digital input subdevice initH Hartley Sweeten1-15/+18
2013-02-05staging: comedi: vmk80xx: cleanup analog output subdevice initH Hartley Sweeten1-17/+19
2013-02-05staging: comedi: vmk80xx: cleanup analog input subdevice initH Hartley Sweeten1-15/+16
2013-02-05staging: comedi: vmk80xx: remove need for boardinfo in private_dataH Hartley Sweeten1-35/+25
2013-02-05staging: comedi: vmk80xx: push usb (*probe) into comedi (*auto_attach)H Hartley Sweeten1-108/+55
2013-02-05staging: comedi: comedi_usb: allow comedi usb drivers to pass a 'context'H Hartley Sweeten1-1/+1
2013-02-05staging: comedi: vmk80xx: remove private data 'attached'H Hartley Sweeten1-7/+0
2013-02-05staging: comedi: vmk80xx: remove private data 'probed'H Hartley Sweeten1-7/+2
2013-02-05staging: comedi: vmk80xx: make sure private data is clean when detachedH Hartley Sweeten1-14/+25
2013-02-05staging: comedi: vmk80xx: remove private data 'count'H Hartley Sweeten1-7/+0