summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi
AgeCommit message (Expand)AuthorFilesLines
2013-04-05staging: comedi: s626: fix continuous acquisitionIan Abbott1-1/+1
2013-03-21staging: comedi: dt9812: use CR_CHAN() for channel numberIan Abbott1-6/+10
2013-03-04staging: comedi: check s->async for poll(), read() and write()Ian Abbott1-4/+4
2013-02-28staging: comedi: ni_labpc: correct differential channel sequence for AI commandsIan Abbott1-1/+2
2013-02-28staging: comedi: ni_labpc: set up command4 register *after* command3Ian Abbott1-15/+16
2013-02-28staging: comedi: disallow COMEDI_DEVCONFIG on non-board minorsIan Abbott1-0/+5
2013-01-08staging: comedi: comedi_test: fix race when cancelling commandIan Abbott1-1/+1
2013-01-08staging: comedi: Kconfig: COMEDI_NI_AT_A2150 should select COMEDI_FCIan Abbott1-0/+1
2013-01-08staging: comedi: prevent auto-unconfig of manually configured devicesIan Abbott1-0/+3
2013-01-08staging: comedi: fix minimum AO period for NI 625x and NI 628xÉric Piel1-8/+8
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-11-30staging: comedi: addi_apci_2032: fix interrupt supportH Hartley Sweeten1-56/+100
2012-11-30staging: comedi: addi_apci_2032: move i_APCI2032_ConfigDigitalOutput()H Hartley Sweeten1-29/+29
2012-11-30staging: comedi: addi_apci_2032: remove the timer s->range_tableH Hartley Sweeten1-1/+0
2012-11-30staging: comedi: addi_apci_2032: cleanup the subdevice initH Hartley Sweeten1-16/+16
2012-11-30staging: comedi: addi_apci_2032: fix the watchdog timer subdeviceH Hartley Sweeten1-30/+61
2012-11-30staging: comedi: addi_apci_2032: remove need for addi-data/addi_common.hH Hartley Sweeten1-4/+2
2012-11-30staging: comedi: addi_apci_2032: remove use of struct addi_privateH Hartley Sweeten1-26/+5
2012-11-30staging: comedi: addi_apci_2032: fix i_APCI2032_ReadWatchdog()H Hartley Sweeten1-3/+7
2012-11-30staging: comedi: addi_apci_2032: cleanup register map definesH Hartley Sweeten1-79/+57
2012-11-30staging: comedi: addi_apci_2032: merge in hwdrv_apci2032.cH Hartley Sweeten2-365/+215
2012-11-30staging: comedi: addi_apci_2032: cleanup the s->subdev_flagsH Hartley Sweeten1-3/+2
2012-11-30staging: comedi: addi_apci_2032: remove boardinfoH Hartley Sweeten1-81/+20
2012-11-30staging: comedi: addi_apci_2032: only allocate needed subdevicesH Hartley Sweeten1-26/+5
2012-11-30staging: comedi: addi_apci_2032: remove use of devpriv->s_EeParametersH Hartley Sweeten1-23/+5
2012-11-30staging: comedi: addi_apci_2032: don't read the unused PCI barsH Hartley Sweeten1-4/+0
2012-11-30staging: comedi: addi_apci_2032: remove devpriv->iobase usageH Hartley Sweeten2-25/+17
2012-11-30staging: comedi: addi_apci_2032: remove unnecessary info from boardinfoH Hartley Sweeten1-4/+0
2012-11-30staging: comedi: addi_apci_2032: simplify the PCI bar readingH Hartley Sweeten1-20/+4
2012-11-30staging: comedi: addi_apci_2032: absorb i_APCI2032_Reset()H Hartley Sweeten2-35/+11
2012-11-30staging: comedi: addi_apci_2032: remove unnecessary includeH Hartley Sweeten1-1/+0
2012-11-30staging: comedi: addi_apci_2032: remove eeprom support codeH Hartley Sweeten1-45/+1
2012-11-30staging: comedi: addi_apci_2032: board does not have analog inputsH Hartley Sweeten1-33/+1
2012-11-30staging: comedi: addi_apci_2032: board does not have analog outputsH Hartley Sweeten1-13/+2
2012-11-30staging: comedi: addi_apci_2032: board does not have digital inputsH Hartley Sweeten1-16/+2
2012-11-30staging: comedi: addi_apci_2032: board does not have ttl i/oH Hartley Sweeten1-20/+1
2012-11-30staging: comedi: addi_apci_2032: separate from addi_common.cH Hartley Sweeten1-3/+311
2012-11-27staging: comedi: remove unnecessary '#define __NO_VERSION__'H Hartley Sweeten5-5/+0
2012-11-27staging: comedi: remove unnecessary '#define _GNU_SOURCE'H Hartley Sweeten2-3/+0
2012-11-27staging: comedi: ni_tio.h fixed coding style issue with pointer variablesMatt Phillips1-2/+2
2012-11-22staging: comedi: remove use of __devexitBill Pemberton53-53/+53
2012-11-22staging: comedi: remove use of __devinitBill Pemberton54-102/+98
2012-11-22staging: comedi: remove use of __devexit_pBill Pemberton53-53/+53
2012-11-22staging: comedi: me_daq: remove broken workaround for PLX bugIan Abbott1-46/+0
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida1-1/+1
2012-11-15staging: comedi: cb_pcidas64: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten1-51/+21
2012-11-15staging: comedi: use inlines for PCI/USB auto configIan Abbott2-33/+22
2012-11-15staging: comedi: remove attach_pci and attach_usb handlersIan Abbott1-2/+0
2012-11-15staging: comedi: simplify comedi_auto_attach()Ian Abbott1-27/+10
2012-11-15staging: comedi: don't check driver->auto_attachIan Abbott1-9/+2