aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-17Staging: comedi: Fix dependencies for drivers misclassified as PCIBen Hutchings1-16/+17
2013-09-03Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+0
2013-09-03Merge tag 'staging-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds155-24730/+3701
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-19/+20
2013-08-27staging: comedi: ni_atmio16d: fix atmio16d_dio_insn_config()H Hartley Sweeten1-9/+13
2013-08-27staging: comedi: dmm32at: fix dmm32at_dio_insn_config()H Hartley Sweeten1-16/+19
2013-08-27staging: comedi: dt282x: fix dt282x_dio_insn_config()H Hartley Sweeten1-11/+14
2013-08-27staging: comedi: dt2817: fix dt2817_dio_insn_config()H Hartley Sweeten1-16/+14
2013-08-26staging: comedi: comedi_bond: use correct minor device numbers in nameIan Abbott1-2/+2
2013-08-26staging: comedi: comedi_bond: use krealloc() and fix memory leakIan Abbott1-19/+9
2013-08-26staging: comedi: comedi_bond: handle base channel for insn_bitsIan Abbott3-46/+83
2013-08-26staging: comedi: comedi_bond: get INSN_CONFIG_DIO_QUERY info from horse's mouthIan Abbott3-32/+40
2013-08-26staging: comedi: comedi_bond: just check devprivs->devs once on detachIan Abbott1-2/+2
2013-08-26staging: comedi: comedi_bond: no need to free dev->private on detachIan Abbott1-2/+0
2013-08-26staging: comedi: comedi_bond: remove unused subdev_typeIan Abbott1-2/+0
2013-08-26staging: comedi: comedi_bond: don't map channels individuallyIan Abbott1-15/+13
2013-08-26staging: comedi: comedi_bond: use bitmap to record opened/closed minorsIan Abbott1-8/+8
2013-08-26staging: comedi: comedi_bond: change return value of bonding_attach()Ian Abbott1-1/+1
2013-08-26staging: comedi: comedi_bond: return error code in do_dev_config()Ian Abbott1-11/+12
2013-08-26staging: comedi: comedi_bond: no need to initialize file[]Ian Abbott1-1/+1
2013-08-26staging: comedi: comedi_bond: rename CamelCase identifiersIan Abbott1-23/+24
2013-08-26staging: comedi: comedi_bond: shorten module descriptionIan Abbott1-3/+1
2013-08-26staging: comedi: comedi_bond: reformat some commentsIan Abbott1-68/+73
2013-08-23staging: comedi: bug-fix NULL pointer dereference on failed attachIan Abbott1-1/+1
2013-08-22staging: comedi: pcmuio: fix possible NULL deref on detachIan Abbott1-5/+6
2013-08-22staging: comedi: pcmmio: remove unneeded checks on detachIan Abbott1-5/+6
2013-08-21staging: comedi: pcl812: missing break statementDan Carpenter1-0/+1
2013-08-21staging: comedi: dt282x: dt282x_ai_insn_read() always failsDan Carpenter1-1/+2
2013-08-21staging: comedi: usbdux: allocating too much dataDan Carpenter1-2/+2
2013-08-14drivers/staging/comedi/drivers/das16.c: needs slab.hAndrew Morton1-0/+1
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for simple casesH Hartley Sweeten12-301/+113
2013-08-12staging: comedi: skel: use comedi_dio_insn_config()H Hartley Sweeten1-23/+19
2013-08-12staging: comedi: drivers: introduce comedi_dio_insn_config()H Hartley Sweeten2-0/+44
2013-08-12Revert "staging: comedi: skel: use comedi_dio_insn_config()"Greg Kroah-Hartman1-19/+23
2013-08-12Revert "staging: comedi: core: introduce comedi_dio_insn_config()"Greg Kroah-Hartman2-44/+0
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten15-433/+263
2013-08-12Revert "staging: comedi: drivers: use comedi_dio_insn_config() for complex cases"Greg Kroah-Hartman15-263/+433
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten15-433/+263
2013-08-12staging: comedi: skel: use comedi_dio_insn_config()H Hartley Sweeten1-23/+19
2013-08-12staging: comedi: core: introduce comedi_dio_insn_config()H Hartley Sweeten2-0/+44
2013-07-31staging: comedi: dt9812: Resolve different base types warnings.Shaun Laing1-3/+3
2013-07-31staging: comedi: allow ISA and PC/104 drivers on non-ISA systemsH Hartley Sweeten1-1/+0
2013-07-31staging: comedi: usbduxsigma: absorb usbduxsigma_attach_common() into callerH Hartley Sweeten1-95/+76
2013-07-31staging: comedi: usbdux: tidy up usbdux_free_usb_buffers()H Hartley Sweeten1-5/+3
2013-07-31staging: comedi: usbdux: tidy up usbdux_detach()H Hartley Sweeten1-10/+11
2013-07-31staging: comedi: usbduxsigma: always clear the usb intfdata in (*detach)H Hartley Sweeten1-2/+2
2013-07-31staging: comedi: usbduxsigma: move urb unlink into usbduxsigma_detach()H Hartley Sweeten1-5/+7
2013-07-31staging: comedi: usbduxsigma: init 'pwm_buf_sz' in usbduxsigma_auto_attach()H Hartley Sweeten1-7/+6
2013-07-31staging: comedi: usbduxsigma: 'dac_commands' does not need to be kzalloc()'dH Hartley Sweeten1-8/+4
2013-07-31staging: comedi: usbdux: tidy up usbdux_alloc_usb_buffers()H Hartley Sweeten1-26/+6