aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/comedi/drivers/dt9812.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-21staging: comedi: drivers: replace le16_to_cpu() with usb_endpoint_maxp()Cheah Kok Cheong1-2/+2
2015-10-13Staging: comedi: dt9812: Use mutex instead of semaphoreKsenija Stanojevic1-14/+14
2015-10-12staging: comedi: dt9812: reword comments to fix checkpatch.pl issuesH Hartley Sweeten1-6/+4
2015-10-12staging: comedi: dt9812: rename F020_MASK_DACxCN_DACxENH Hartley Sweeten1-3/+3
2015-10-12staging: comedi: dt9812: tidy up multi-line commentH Hartley Sweeten1-11/+11
2015-01-28staging: comedi: dt9812: include new "comedi_usb.h" headerIan Abbott1-2/+1
2014-11-03staging: comedi: drivers: replace SDF_WRITEABLE with SDF_WRITABLEH Hartley Sweeten1-2/+2
2014-08-30staging: comedi: dt9812: use comedi_subdevice 'readback'H Hartley Sweeten1-11/+16
2014-07-16staging: comedi: dt9812: checkpatch.pl cleanup (missing blank line)H Hartley Sweeten1-0/+1
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-07staging: comedi: dt9812: remove ifdefed out enumsIan Abbott1-7/+3
2013-09-17staging: comedi: drivers: use comedi_dio_update_state() for simple casesH Hartley Sweeten1-8/+1
2013-07-31staging: comedi: dt9812: Resolve different base types warnings.Shaun Laing1-3/+3
2013-07-29staging: comedi: dt9812: remove duplicated include from dt9812.cWei Yongjun1-1/+0
2013-07-26staging: comedi: dt9812: Resolves sparse endian warnings.Shaun Laing1-7/+8
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten1-0/+1
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten1-3/+1
2013-05-21staging: comedi: dt9812: use comedi_to_usb_dev()H Hartley Sweeten1-10/+5
2013-05-16staging: comedi: dt9812: do not allow attaching to unsupported devicesH Hartley Sweeten1-0/+6
2013-05-16staging: comedi: dt9812: default the analog input gain to 1H Hartley Sweeten1-3/+2
2013-05-16staging: comedi: dt9812: usb_bulk_msg() timeout is in millisecondsH Hartley Sweeten1-6/+9
2013-05-16staging: comedi: dt9812: remove some #if 0'ed out codeH Hartley Sweeten1-19/+0
2013-05-16staging: comedi: dt9812: use dev->class_dev for all dev_{level} messagesH Hartley Sweeten1-8/+10
2013-05-16staging: comedi: dt9812: remove pr_fmt()H Hartley Sweeten1-2/+0
2013-05-16staging: comedi: dt9812: cleanup analog out subdevice (*insn_write)H Hartley Sweeten1-9/+15
2013-05-16staging: comedi: dt9812: cleanup analog out subdevice (*insn_read)H Hartley Sweeten1-25/+14
2013-05-16staging: comedi: dt9812: cleanup analog in subdevice (*insn_read)H Hartley Sweeten1-12/+16
2013-05-16staging: comedi: dt9812: convert digital out subdevice to (*insn_bits)H Hartley Sweeten1-30/+15
2013-05-16staging: comedi: dt9812: convert digital in subdevice to (*insn_bits)H Hartley Sweeten1-10/+13
2013-05-16staging: comedi: dt9812: remove unused variables from private dataH Hartley Sweeten1-14/+12
2013-05-16staging: comedi: dt9812: convert to use comedi (*auto_attach)H Hartley Sweeten1-285/+173
2013-05-16staging: comedi: dt9812: factor the device reset out of dt9812_probe()H Hartley Sweeten1-46/+65
2013-05-16staging: comedi: dt9812: factor the endpoint setup out of dt9812_probe()H Hartley Sweeten1-43/+49
2013-05-16staging: comedi: dt9812: remove 'interface' from usb private dataH Hartley Sweeten1-19/+17
2013-05-16staging: comedi: dt9812: move shadow values to private dataH Hartley Sweeten1-33/+17
2013-05-16staging: comedi: dt9812: use module_comedi_usb_driver()H Hartley Sweeten1-22/+1
2013-05-16staging: comedi: dt9812: move the sempaphore used by the comedi_driverH Hartley Sweeten1-20/+14
2013-05-16staging: comedi: dt9812: pass the comedi_device * to dt9812_analog_out_shadow()H Hartley Sweeten1-7/+8
2013-05-16staging: comedi: dt9812: tidy up the usb endpoint enumerationH Hartley Sweeten1-30/+21
2013-05-16staging: comedi: dt9812: pass the comedi_device * to dt9812_analog_out()H Hartley Sweeten1-6/+7
2013-05-16staging: comedi: dt9812: pass the comedi_device * to dt9812_configure_mux()H Hartley Sweeten1-3/+7
2013-05-16staging: comedi: dt9812: pass the comedi_device * to dt9812_configure_gain()H Hartley Sweeten1-10/+15
2013-05-16staging: comedi: dt9812: pass the comedi_device * to dt9812_analog_in()H Hartley Sweeten1-10/+13
2013-05-16staging: comedi: dt9812: pass the comedi_device * to dt9812_digital_out_shadow()H Hartley Sweeten1-6/+8
2013-05-16staging: comedi: dt9812: pass the comedi_device * to dt9812_digital_out()H Hartley Sweeten1-10/+10
2013-05-16staging: comedi: dt9812: pass the comedi_device * to dt9812_digital_in()H Hartley Sweeten1-10/+8
2013-05-16staging: comedi: dt9812: tidy up usb_bulk_msg() callsH Hartley Sweeten1-38/+27
2013-05-16staging: comedi: dt9812: remove attaching by serial numberH Hartley Sweeten1-128/+58
2013-05-16staging: comedi: dt9812: rename 'comedi' variable in struct slot_dt9812H Hartley Sweeten1-4/+4
2013-05-16staging: comedi: dt9812: rename the private data structH Hartley Sweeten1-9/+9