aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi
AgeCommit message (Expand)Author
2013-10-03staging: comedi: ni_65xx: (bug fix) confine insn_bits to one subdeviceIan Abbott
2013-09-17Staging: comedi: Fix dependencies for drivers misclassified as PCIBen Hutchings
2013-09-03Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2013-09-03Merge tag 'staging-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-08-27staging: comedi: ni_atmio16d: fix atmio16d_dio_insn_config()H Hartley Sweeten
2013-08-27staging: comedi: dmm32at: fix dmm32at_dio_insn_config()H Hartley Sweeten
2013-08-27staging: comedi: dt282x: fix dt282x_dio_insn_config()H Hartley Sweeten
2013-08-27staging: comedi: dt2817: fix dt2817_dio_insn_config()H Hartley Sweeten
2013-08-26staging: comedi: comedi_bond: use correct minor device numbers in nameIan Abbott
2013-08-26staging: comedi: comedi_bond: use krealloc() and fix memory leakIan Abbott
2013-08-26staging: comedi: comedi_bond: handle base channel for insn_bitsIan Abbott
2013-08-26staging: comedi: comedi_bond: get INSN_CONFIG_DIO_QUERY info from horse's mouthIan Abbott
2013-08-26staging: comedi: comedi_bond: just check devprivs->devs once on detachIan Abbott
2013-08-26staging: comedi: comedi_bond: no need to free dev->private on detachIan Abbott
2013-08-26staging: comedi: comedi_bond: remove unused subdev_typeIan Abbott
2013-08-26staging: comedi: comedi_bond: don't map channels individuallyIan Abbott
2013-08-26staging: comedi: comedi_bond: use bitmap to record opened/closed minorsIan Abbott
2013-08-26staging: comedi: comedi_bond: change return value of bonding_attach()Ian Abbott
2013-08-26staging: comedi: comedi_bond: return error code in do_dev_config()Ian Abbott
2013-08-26staging: comedi: comedi_bond: no need to initialize file[]Ian Abbott
2013-08-26staging: comedi: comedi_bond: rename CamelCase identifiersIan Abbott
2013-08-26staging: comedi: comedi_bond: shorten module descriptionIan Abbott
2013-08-26staging: comedi: comedi_bond: reformat some commentsIan Abbott
2013-08-23staging: comedi: bug-fix NULL pointer dereference on failed attachIan Abbott
2013-08-22staging: comedi: pcmuio: fix possible NULL deref on detachIan Abbott
2013-08-22staging: comedi: pcmmio: remove unneeded checks on detachIan Abbott
2013-08-21staging: comedi: pcl812: missing break statementDan Carpenter
2013-08-21staging: comedi: dt282x: dt282x_ai_insn_read() always failsDan Carpenter
2013-08-21staging: comedi: usbdux: allocating too much dataDan Carpenter
2013-08-14drivers/staging/comedi/drivers/das16.c: needs slab.hAndrew Morton
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for simple casesH Hartley Sweeten
2013-08-12staging: comedi: skel: use comedi_dio_insn_config()H Hartley Sweeten
2013-08-12staging: comedi: drivers: introduce comedi_dio_insn_config()H Hartley Sweeten
2013-08-12Revert "staging: comedi: skel: use comedi_dio_insn_config()"Greg Kroah-Hartman
2013-08-12Revert "staging: comedi: core: introduce comedi_dio_insn_config()"Greg Kroah-Hartman
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten
2013-08-12Revert "staging: comedi: drivers: use comedi_dio_insn_config() for complex ca...Greg Kroah-Hartman
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten
2013-08-12staging: comedi: skel: use comedi_dio_insn_config()H Hartley Sweeten
2013-08-12staging: comedi: core: introduce comedi_dio_insn_config()H Hartley Sweeten
2013-07-31staging: comedi: dt9812: Resolve different base types warnings.Shaun Laing
2013-07-31staging: comedi: allow ISA and PC/104 drivers on non-ISA systemsH Hartley Sweeten
2013-07-31staging: comedi: usbduxsigma: absorb usbduxsigma_attach_common() into callerH Hartley Sweeten
2013-07-31staging: comedi: usbdux: tidy up usbdux_free_usb_buffers()H Hartley Sweeten
2013-07-31staging: comedi: usbdux: tidy up usbdux_detach()H Hartley Sweeten
2013-07-31staging: comedi: usbduxsigma: always clear the usb intfdata in (*detach)H Hartley Sweeten
2013-07-31staging: comedi: usbduxsigma: move urb unlink into usbduxsigma_detach()H Hartley Sweeten
2013-07-31staging: comedi: usbduxsigma: init 'pwm_buf_sz' in usbduxsigma_auto_attach()H Hartley Sweeten
2013-07-31staging: comedi: usbduxsigma: 'dac_commands' does not need to be kzalloc()'dH Hartley Sweeten