summaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)Author
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
2013-05-16staging: comedi: dt9812: rename 'comedi' variable in struct slot_dt9812H Hartley Sweeten
2013-05-16staging: comedi: dt9812: rename the private data structH Hartley Sweeten
2013-05-16staging: comedi: dt9812: move the usb framework functions to EOFH Hartley Sweeten
2013-05-16staging: comedi: usbduxfast: tidy up usbduxfast_ai_insn_read()H Hartley Sweeten
2013-05-16staging: comedi: usbduxfast: introduce usbduxfast_cmd_data()H Hartley Sweeten
2013-05-16staging: comedi: usbduxfast: rename usbduxfastsub_submit_InURBs()H Hartley Sweeten
2013-05-16staging: comedi: usbduxfast: rename CamelCase 'minSamplPer'H Hartley Sweeten
2013-05-16staging: comedi: usbduxfast: consolidate the firmware uploadH Hartley Sweeten
2013-05-16staging: comedi: usbduxfast: move usbduxfast_upload_firmware()H Hartley Sweeten
2013-05-16staging: comedi: usbduxfast: tidy up firmwareUpload()H Hartley Sweeten
2013-05-16staging: comedi: usbduxfast: fix a > 80 char line issueH Hartley Sweeten
2013-05-16staging: comedi: usbduxfast: tidy up usbduxfast_ai_cancel()H Hartley Sweeten
2013-05-16staging: comedi: usbduxfast: tidy up usbduxfast_ai_stop()H Hartley Sweeten
2013-05-16staging: comedi: usbduxfast: tidy up usbduxfastsub_unlink_InURBs()H Hartley Sweeten
2013-05-16staging: comedi: usbduxfast: tidy up send_dux_commands()H Hartley Sweeten
2013-05-16staging: comedi: usbduxfast: remove extra dev_err() messagesH Hartley Sweeten
2013-05-16staging: comedi: usbduxfast: rename 'dux_commands' in private dataH Hartley Sweeten
2013-05-16staging: comedi: usbduxfast: rename 'transfer_buffer' in private dataH Hartley Sweeten
2013-05-16staging: comedi: usbduxfast: rename 'insnBuffer' from private dataH Hartley Sweeten
2013-05-16staging: comedi: usbduxfast: rename 'urbIn' in private dataH Hartley Sweeten
2013-05-16staging: comedi: usbduxfast: remove 'usb' from the private dataH Hartley Sweeten