aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/dt9812.c
AgeCommit message (Expand)Author
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
2016-08-21staging: comedi: drivers: replace le16_to_cpu() with usb_endpoint_maxp()Cheah Kok Cheong
2015-10-13Staging: comedi: dt9812: Use mutex instead of semaphoreKsenija Stanojevic
2015-10-12staging: comedi: dt9812: reword comments to fix checkpatch.pl issuesH Hartley Sweeten
2015-10-12staging: comedi: dt9812: rename F020_MASK_DACxCN_DACxENH Hartley Sweeten
2015-10-12staging: comedi: dt9812: tidy up multi-line commentH Hartley Sweeten
2015-01-28staging: comedi: dt9812: include new "comedi_usb.h" headerIan Abbott
2014-11-03staging: comedi: drivers: replace SDF_WRITEABLE with SDF_WRITABLEH Hartley Sweeten
2014-08-30staging: comedi: dt9812: use comedi_subdevice 'readback'H Hartley Sweeten
2014-07-16staging: comedi: dt9812: checkpatch.pl cleanup (missing blank line)H Hartley Sweeten
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-10-07staging: comedi: dt9812: remove ifdefed out enumsIan Abbott
2013-09-17staging: comedi: drivers: use comedi_dio_update_state() for simple casesH Hartley Sweeten
2013-07-31staging: comedi: dt9812: Resolve different base types warnings.Shaun Laing
2013-07-29staging: comedi: dt9812: remove duplicated include from dt9812.cWei Yongjun
2013-07-26staging: comedi: dt9812: Resolves sparse endian warnings.Shaun Laing
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten
2013-05-21staging: comedi: dt9812: use comedi_to_usb_dev()H Hartley Sweeten
2013-05-16staging: comedi: dt9812: do not allow attaching to unsupported devicesH Hartley Sweeten
2013-05-16staging: comedi: dt9812: default the analog input gain to 1H Hartley Sweeten
2013-05-16staging: comedi: dt9812: usb_bulk_msg() timeout is in millisecondsH Hartley Sweeten
2013-05-16staging: comedi: dt9812: remove some #if 0'ed out codeH Hartley Sweeten
2013-05-16staging: comedi: dt9812: use dev->class_dev for all dev_{level} messagesH Hartley Sweeten
2013-05-16staging: comedi: dt9812: remove pr_fmt()H Hartley Sweeten
2013-05-16staging: comedi: dt9812: cleanup analog out subdevice (*insn_write)H Hartley Sweeten
2013-05-16staging: comedi: dt9812: cleanup analog out subdevice (*insn_read)H Hartley Sweeten
2013-05-16staging: comedi: dt9812: cleanup analog in subdevice (*insn_read)H Hartley Sweeten
2013-05-16staging: comedi: dt9812: convert digital out subdevice to (*insn_bits)H Hartley Sweeten
2013-05-16staging: comedi: dt9812: convert digital in subdevice to (*insn_bits)H Hartley Sweeten
2013-05-16staging: comedi: dt9812: remove unused variables from private dataH Hartley Sweeten
2013-05-16staging: comedi: dt9812: convert to use comedi (*auto_attach)H Hartley Sweeten
2013-05-16staging: comedi: dt9812: factor the device reset out of dt9812_probe()H Hartley Sweeten
2013-05-16staging: comedi: dt9812: factor the endpoint setup out of dt9812_probe()H Hartley Sweeten
2013-05-16staging: comedi: dt9812: remove 'interface' from usb private dataH Hartley Sweeten
2013-05-16staging: comedi: dt9812: move shadow values to private dataH Hartley Sweeten
2013-05-16staging: comedi: dt9812: use module_comedi_usb_driver()H Hartley Sweeten
2013-05-16staging: comedi: dt9812: move the sempaphore used by the comedi_driverH Hartley Sweeten
2013-05-16staging: comedi: dt9812: pass the comedi_device * to dt9812_analog_out_shadow()H Hartley Sweeten
2013-05-16staging: comedi: dt9812: tidy up the usb endpoint enumerationH Hartley Sweeten
2013-05-16staging: comedi: dt9812: pass the comedi_device * to dt9812_analog_out()H Hartley Sweeten
2013-05-16staging: comedi: dt9812: pass the comedi_device * to dt9812_configure_mux()H Hartley Sweeten
2013-05-16staging: comedi: dt9812: pass the comedi_device * to dt9812_configure_gain()H Hartley Sweeten
2013-05-16staging: comedi: dt9812: pass the comedi_device * to dt9812_analog_in()H Hartley Sweeten
2013-05-16staging: comedi: dt9812: pass the comedi_device * to dt9812_digital_out_shadow()H Hartley Sweeten
2013-05-16staging: comedi: dt9812: pass the comedi_device * to dt9812_digital_out()H Hartley Sweeten
2013-05-16staging: comedi: dt9812: pass the comedi_device * to dt9812_digital_in()H Hartley Sweeten
2013-05-16staging: comedi: dt9812: tidy up usb_bulk_msg() callsH Hartley Sweeten
2013-05-16staging: comedi: dt9812: remove attaching by serial numberH Hartley Sweeten