aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-11-29staging: comedi: addi_apci_2032: fix interrupt supportH Hartley Sweeten1-56/+100
2012-11-29staging: comedi: addi_apci_2032: move i_APCI2032_ConfigDigitalOutput()H Hartley Sweeten1-29/+29
2012-11-29staging: comedi: addi_apci_2032: remove the timer s->range_tableH Hartley Sweeten1-1/+0
2012-11-29staging: comedi: addi_apci_2032: cleanup the subdevice initH Hartley Sweeten1-16/+16
2012-11-29staging: comedi: addi_apci_2032: fix the watchdog timer subdeviceH Hartley Sweeten1-30/+61
2012-11-29staging: comedi: addi_apci_2032: remove need for addi-data/addi_common.hH Hartley Sweeten1-4/+2
2012-11-29staging: comedi: addi_apci_2032: remove use of struct addi_privateH Hartley Sweeten1-26/+5
2012-11-29staging: comedi: addi_apci_2032: fix i_APCI2032_ReadWatchdog()H Hartley Sweeten1-3/+7
2012-11-29staging: comedi: addi_apci_2032: cleanup register map definesH Hartley Sweeten1-79/+57
2012-11-29staging: comedi: addi_apci_2032: merge in hwdrv_apci2032.cH Hartley Sweeten2-365/+215
2012-11-29staging: comedi: addi_apci_2032: cleanup the s->subdev_flagsH Hartley Sweeten1-3/+2
2012-11-29staging: comedi: addi_apci_2032: remove boardinfoH Hartley Sweeten1-81/+20
2012-11-29staging: comedi: addi_apci_2032: only allocate needed subdevicesH Hartley Sweeten1-26/+5
2012-11-29staging: comedi: addi_apci_2032: remove use of devpriv->s_EeParametersH Hartley Sweeten1-23/+5
2012-11-29staging: comedi: addi_apci_2032: don't read the unused PCI barsH Hartley Sweeten1-4/+0
2012-11-29staging: comedi: addi_apci_2032: remove devpriv->iobase usageH Hartley Sweeten2-25/+17
2012-11-29staging: comedi: addi_apci_2032: remove unnecessary info from boardinfoH Hartley Sweeten1-4/+0
2012-11-29staging: comedi: addi_apci_2032: simplify the PCI bar readingH Hartley Sweeten1-20/+4
2012-11-29staging: comedi: addi_apci_2032: absorb i_APCI2032_Reset()H Hartley Sweeten2-35/+11
2012-11-29staging: comedi: addi_apci_2032: remove unnecessary includeH Hartley Sweeten1-1/+0
2012-11-29staging: comedi: addi_apci_2032: remove eeprom support codeH Hartley Sweeten1-45/+1
2012-11-29staging: comedi: addi_apci_2032: board does not have analog inputsH Hartley Sweeten1-33/+1
2012-11-29staging: comedi: addi_apci_2032: board does not have analog outputsH Hartley Sweeten1-13/+2
2012-11-29staging: comedi: addi_apci_2032: board does not have digital inputsH Hartley Sweeten1-16/+2
2012-11-29staging: comedi: addi_apci_2032: board does not have ttl i/oH Hartley Sweeten1-20/+1
2012-11-29staging: 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-26staging: comedi: ni_tio.h fixed coding style issue with pointer variablesMatt Phillips1-2/+2
2012-11-21staging: comedi: remove use of __devexitBill Pemberton53-53/+53
2012-11-21staging: comedi: remove use of __devinitBill Pemberton54-102/+98
2012-11-21staging: comedi: remove use of __devexit_pBill Pemberton53-53/+53
2012-11-21staging: 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-14staging: comedi: cb_pcidas64: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten1-51/+21
2012-11-14staging: comedi: use inlines for PCI/USB auto configIan Abbott2-33/+22
2012-11-14staging: comedi: remove attach_pci and attach_usb handlersIan Abbott1-2/+0
2012-11-14staging: comedi: simplify comedi_auto_attach()Ian Abbott1-27/+10
2012-11-14staging: comedi: don't check driver->auto_attachIan Abbott1-9/+2
2012-11-14staging: comedi: don't call attach_usb handlerIan Abbott1-17/+1
2012-11-14staging: comedi: don't call attach_pci handlerIan Abbott1-17/+1
2012-11-14staging: comedi: remove old auto-configIan Abbott1-65/+2
2012-11-14staging: comedi: define operations for INSN_CONFIG_DIGITAL_TRIGIan Abbott1-0/+38
2012-11-14staging: comedi: check data length for INSN_CONFIG_DIGITAL_TRIGIan Abbott1-0/+4
2012-11-14staging: comedi: addi_apci_1032: conform to new INSN_CONFIG_DIGITAL_TRIGIan Abbott1-14/+56
2012-11-14staging: comedi: ni_mio_common: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten1-135/+51
2012-11-14staging: comedi: usbduxsigma: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten1-79/+26
2012-11-14staging: comedi: usbduxfast: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten1-29/+9
2012-11-14staging: comedi: usbdux: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten1-82/+26