summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: dt9812: Resolve different base types warnings.Shaun Laing2013-07-311-3/+3
* staging: comedi: allow ISA and PC/104 drivers on non-ISA systemsH Hartley Sweeten2013-07-311-1/+0
* staging: comedi: usbduxsigma: absorb usbduxsigma_attach_common() into callerH Hartley Sweeten2013-07-311-95/+76
* staging: comedi: usbdux: tidy up usbdux_free_usb_buffers()H Hartley Sweeten2013-07-311-5/+3
* staging: comedi: usbdux: tidy up usbdux_detach()H Hartley Sweeten2013-07-311-10/+11
* staging: comedi: usbduxsigma: always clear the usb intfdata in (*detach)H Hartley Sweeten2013-07-311-2/+2
* staging: comedi: usbduxsigma: move urb unlink into usbduxsigma_detach()H Hartley Sweeten2013-07-311-5/+7
* staging: comedi: usbduxsigma: init 'pwm_buf_sz' in usbduxsigma_auto_attach()H Hartley Sweeten2013-07-311-7/+6
* staging: comedi: usbduxsigma: 'dac_commands' does not need to be kzalloc()'dH Hartley Sweeten2013-07-311-8/+4
* staging: comedi: usbdux: tidy up usbdux_alloc_usb_buffers()H Hartley Sweeten2013-07-311-26/+6
* staging: comedi: usbduxsigma: return void from usbduxsigma_pwm_pattern()H Hartley Sweeten2013-07-311-9/+10
* staging: comedi: usbdux: return void from usbdux_pwm_pattern()H Hartley Sweeten2013-07-311-9/+10
* staging: comedi: usbdux: tidy up usbdux_pwm_config()H Hartley Sweeten2013-07-311-19/+13
* staging: comedi: usbdux: remove usbdux_pwm_read()H Hartley Sweeten2013-07-311-9/+0
* staging: comedi: usbdux: tidy up usbdux_pwm_write()H Hartley Sweeten2013-07-311-15/+11
* staging: comedi: usbdux: tidy up usbdux_pwm_pattern()H Hartley Sweeten2013-07-311-34/+19
* staging: comedi: usbdux: tidy up usbdux_pwm_period()H Hartley Sweeten2013-07-311-5/+6
* staging: comedi: usbduxsigma: remove the usb endpoint definesH Hartley Sweeten2013-07-311-14/+5
* staging: comedi: usbduxsigma: generalize the ai/ao usb_kill_urb()H Hartley Sweeten2013-07-311-16/+12
* staging: comedi: usbdux: generalize the usb_submit_urb functionsH Hartley Sweeten2013-07-311-32/+15
* staging: comedi: das16: tidy up multi-line commentsH Hartley Sweeten2013-07-311-70/+77
* staging: comedi: das16: remove some unnecessary parenthesesH Hartley Sweeten2013-07-311-9/+11
* staging: comedi: das16: tidy up user ai/ao range initializationH Hartley Sweeten2013-07-311-24/+29
* staging: comedi: das16: remove an unnecessary check in the attachH Hartley Sweeten2013-07-311-5/+1
* staging: comedi: das16: fix das16_detach()H Hartley Sweeten2013-07-311-4/+9
* staging: comedi: das16: change MODULE_DESCRIPTIONH Hartley Sweeten2013-07-311-1/+1
* staging: comedi: das16: tidy up private data definitionH Hartley Sweeten2013-07-311-24/+16
* staging: comedi: das16: cleanup comedi_error() messagesH Hartley Sweeten2013-07-311-12/+9
* staging: comedi: das16: fix a > 80 char line issueH Hartley Sweeten2013-07-311-1/+2
* staging: comedi: das16: absorb das1600_mode_detect() into callerH Hartley Sweeten2013-07-311-19/+6
* staging: comedi: das16: cleanup printk message in board attachH Hartley Sweeten2013-07-311-3/+2
* staging: comedi: das16: fail attach if board id is incorrectH Hartley Sweeten2013-07-311-7/+5
* staging: comedi: das16: tidy up the register map definesH Hartley Sweeten2013-07-311-95/+90
* staging: comedi: das16: tidy up 8255 digital i/o subdeviceH Hartley Sweeten2013-07-311-18/+21
* staging: comedi: das16: remove 'i8254_offset' from boardinfoH Hartley Sweeten2013-07-311-23/+0
* staging: comedi: das16: move boardinfo declarationH Hartley Sweeten2013-07-311-212/+212
* staging: comedi: das16: remove unnecessary test in das16_interrupt()H Hartley Sweeten2013-07-311-11/+4
* staging: comedi: das16: move some functions to improve readabilityH Hartley Sweeten2013-07-311-154/+146
* staging: comedi: das16: tidy up das16_ai_insn_read()H Hartley Sweeten2013-07-311-23/+27
* staging: comedi: das16: introduce das16_ai_{en, dis}able() helpersH Hartley Sweeten2013-07-311-20/+33
* staging: comedi: das16: remove the register map commentsH Hartley Sweeten2013-07-311-85/+2
* staging: comedi: das16: remove unused static const variableH Hartley Sweeten2013-07-311-3/+0
* staging: comedi: das16: remove unused DAS16_SIZEH Hartley Sweeten2013-07-311-1/+0
* staging: comedi: das16: add a 'can_burst' flag to the private dataH Hartley Sweeten2013-07-311-19/+12
* staging: comedi: das16: remove 'volatile' on private data variablesH Hartley Sweeten2013-07-311-4/+4
* staging: comedi: das16: remove DEBUG_PRINT macroH Hartley Sweeten2013-07-311-12/+0
* staging: comedi: das16: remove reg_dump()H Hartley Sweeten2013-07-311-20/+0
* staging: comedi: das16: remove 'ai_unipolar' and 'ai_singleended'H Hartley Sweeten2013-07-311-23/+5
* staging: comedi: das16: remove unused struct definitionH Hartley Sweeten2013-07-311-5/+0
* staging: comedi: das16: tidy up the comedi_lrange tablesH Hartley Sweeten2013-07-311-46/+51
OpenPOWER on IntegriCloud