aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: ni_65xx: (bug fix) confine insn_bits to one subdeviceIan Abbott2013-10-031-15/+10
* Staging: comedi: Fix dependencies for drivers misclassified as PCIBen Hutchings2013-09-171-16/+17
* Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-09-031-1/+0
|\
| * Merge 3.11-rc3 into tty-nextGreg Kroah-Hartman2013-07-292-12/+22
| |\
| * | pci_ids.h: move PCI_VENDOR_ID_AMCC hereIan Abbott2013-07-261-1/+0
* | | Merge tag 'staging-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-03155-24730/+3701
|\ \ \
| * | | staging: comedi: ni_atmio16d: fix atmio16d_dio_insn_config()H Hartley Sweeten2013-08-271-9/+13
| * | | staging: comedi: dmm32at: fix dmm32at_dio_insn_config()H Hartley Sweeten2013-08-271-16/+19
| * | | staging: comedi: dt282x: fix dt282x_dio_insn_config()H Hartley Sweeten2013-08-271-11/+14
| * | | staging: comedi: dt2817: fix dt2817_dio_insn_config()H Hartley Sweeten2013-08-271-16/+14
| * | | staging: comedi: comedi_bond: use correct minor device numbers in nameIan Abbott2013-08-261-2/+2
| * | | staging: comedi: comedi_bond: use krealloc() and fix memory leakIan Abbott2013-08-261-19/+9
| * | | staging: comedi: comedi_bond: handle base channel for insn_bitsIan Abbott2013-08-263-46/+83
| * | | staging: comedi: comedi_bond: get INSN_CONFIG_DIO_QUERY info from horse's mouthIan Abbott2013-08-263-32/+40
| * | | staging: comedi: comedi_bond: just check devprivs->devs once on detachIan Abbott2013-08-261-2/+2
| * | | staging: comedi: comedi_bond: no need to free dev->private on detachIan Abbott2013-08-261-2/+0
| * | | staging: comedi: comedi_bond: remove unused subdev_typeIan Abbott2013-08-261-2/+0
| * | | staging: comedi: comedi_bond: don't map channels individuallyIan Abbott2013-08-261-15/+13
| * | | staging: comedi: comedi_bond: use bitmap to record opened/closed minorsIan Abbott2013-08-261-8/+8
| * | | staging: comedi: comedi_bond: change return value of bonding_attach()Ian Abbott2013-08-261-1/+1
| * | | staging: comedi: comedi_bond: return error code in do_dev_config()Ian Abbott2013-08-261-11/+12
| * | | staging: comedi: comedi_bond: no need to initialize file[]Ian Abbott2013-08-261-1/+1
| * | | staging: comedi: comedi_bond: rename CamelCase identifiersIan Abbott2013-08-261-23/+24
| * | | staging: comedi: comedi_bond: shorten module descriptionIan Abbott2013-08-261-3/+1
| * | | staging: comedi: comedi_bond: reformat some commentsIan Abbott2013-08-261-68/+73
| * | | staging: comedi: pcmuio: fix possible NULL deref on detachIan Abbott2013-08-221-5/+6
| * | | staging: comedi: pcmmio: remove unneeded checks on detachIan Abbott2013-08-221-5/+6
| * | | staging: comedi: pcl812: missing break statementDan Carpenter2013-08-211-0/+1
| * | | staging: comedi: dt282x: dt282x_ai_insn_read() always failsDan Carpenter2013-08-211-1/+2
| * | | staging: comedi: usbdux: allocating too much dataDan Carpenter2013-08-211-2/+2
| * | | drivers/staging/comedi/drivers/das16.c: needs slab.hAndrew Morton2013-08-141-0/+1
| * | | staging: comedi: drivers: use comedi_dio_insn_config() for simple casesH Hartley Sweeten2013-08-1212-301/+113
| * | | staging: comedi: skel: use comedi_dio_insn_config()H Hartley Sweeten2013-08-121-23/+19
| * | | staging: comedi: drivers: introduce comedi_dio_insn_config()H Hartley Sweeten2013-08-122-0/+44
| * | | Revert "staging: comedi: skel: use comedi_dio_insn_config()"Greg Kroah-Hartman2013-08-121-19/+23
| * | | Revert "staging: comedi: core: introduce comedi_dio_insn_config()"Greg Kroah-Hartman2013-08-122-44/+0
| * | | staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten2013-08-1215-433/+263
| * | | Revert "staging: comedi: drivers: use comedi_dio_insn_config() for complex ca...Greg Kroah-Hartman2013-08-1215-263/+433
| * | | staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten2013-08-1215-433/+263
| * | | staging: comedi: skel: use comedi_dio_insn_config()H Hartley Sweeten2013-08-121-23/+19
| * | | staging: comedi: core: introduce comedi_dio_insn_config()H Hartley Sweeten2013-08-122-0/+44
| * | | 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