summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: usbduxsigma: fix unaligned dereferencesIan Abbott2014-02-071-2/+4
* staging: comedi: fix too early cleanup in comedi_auto_config()Ian Abbott2014-02-071-2/+0Star
* staging: comedi: adv_pci1710: fix analog output readback valueH Hartley Sweeten2014-02-071-5/+12
* Staging: comedi: fix extra whitespace style issues in ni_mio_common.c.Chase Southwood2014-01-141-3/+3
* Staging: comedi: fix indentation coding style issue in ni_mio_common.c.Chase Southwood2014-01-141-4/+4
* Staging: comedi: fix numerous brace coding style issues in ni_mio_common.c.Chase Southwood2014-01-141-81/+43Star
* comedi: Humusoft MF634 and MF624 DAQ cards driverRostislav Lisovy2014-01-144-0/+362
* Staging: comedi: amcc_s5933: "no space before tabs" coding style fixes.Michal Kwiatkowski2014-01-111-4/+4
* Staging: comedi: fix spacing coding style issue in 8255.c.Chase Southwood2014-01-111-3/+3
* staging: comedi: usbduxsigma: removing unneccesay attached infoBernd Porr2014-01-091-1/+1
* staging: comedi: usbduxsigma: return failure of auto attachBernd Porr2014-01-091-2/+4
* staging: comedi: report success/failure of autoconfigBernd Porr2014-01-091-2/+18
* staging: comedi: fix bug destroying subdevice files after parentIan Abbott2014-01-091-1/+1
* Staging: comedi: fix spacing/style problem in das1800.c (and das6402.c)Chase Southwood2014-01-092-2/+2
* Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman2013-12-242-4/+13
|\
| * staging: comedi: drivers: fix return value of comedi_load_firmware()H Hartley Sweeten2013-12-171-1/+1
| * staging: comedi: 8255_pci: fix for newer PCI-DIO48HIan Abbott2013-12-171-3/+12
* | staging: comedi: ni_660x: tidy up set_tio_counterswap()H Hartley Sweeten2013-12-201-9/+12
* | staging: comedi: ni_660x: remove dma_selection_counter()H Hartley Sweeten2013-12-201-8/+2Star
* | staging: comedi: ni_660x: use a local var for the 'chip_index'H Hartley Sweeten2013-12-201-19/+24
* | staging: comedi: ni_660x: rename the CamelCase enum NI_660x_Register and labelsH Hartley Sweeten2013-12-201-258/+187Star
* | staging: comedi: ni_tiocmd: make ni_tio_cmd() a proper comedi (*do_cmd)H Hartley Sweeten2013-12-204-8/+8
* | staging: comedi: ni_tiocmd: make ni_tio_cmdtest() a proper comedi (*do_cmdtest)H Hartley Sweeten2013-12-204-25/+8Star
* | staging: comedi: ni_tio: make ni_tio_insn_config() a proper comedi (*insn_con...H Hartley Sweeten2013-12-204-26/+10Star
* | staging: comedi: ni_tio: make ni_tio_winsn() a proper comedi (*insn_write)H Hartley Sweeten2013-12-204-26/+10Star
* | staging: comedi: ni_tio: make ni_tio_rinsn() a proper comedi (*insn_read)H Hartley Sweeten2013-12-204-26/+10Star
* | staging: comedi: ni_tio.h: remove subdev_to_counter()H Hartley Sweeten2013-12-202-17/+19
* | staging: comedi: ni_tio.h: remove 'extern' from exported function prototypesH Hartley Sweeten2013-12-201-34/+23Star
* | staging: comedi: ni_tio: move the MODULE_* stuff to the end of fileH Hartley Sweeten2013-12-201-17/+15Star
* | staging: comedi: ni_tiocmd: move the MODULE_* stuff to the end of fileH Hartley Sweeten2013-12-201-6/+4Star
* | staging: comedi: ni_tio: use a local var for the 'counter_index'H Hartley Sweeten2013-12-201-147/+107Star
* | staging: comedi: ni_tiocmd: use a local var for the 'counter_index'H Hartley Sweeten2013-12-201-42/+27Star
* | staging: comedi: ni_tio_internal.h: add missing NITIO_*_REG macroH Hartley Sweeten2013-12-201-0/+1
* | staging: comedi: ni_tio_internal.h: replace NITIO_Gi_Interrupt_Enable_Reg()H Hartley Sweeten2013-12-203-18/+4Star
* | staging: comedi: ni_tio_internal.h: replace NITIO_Gi_Status_Reg()H Hartley Sweeten2013-12-203-20/+6Star
* | staging: comedi: ni_tio_internal.h: replace NITIO_Gi_Interrupt_Acknowledge_Reg()H Hartley Sweeten2013-12-202-16/+2Star
* | staging: comedi: ni_tio_internal.h: replace NITIO_Gi_ABZ_Reg()H Hartley Sweeten2013-12-202-12/+2Star
* | staging: comedi: ni_tio_internal.h: replace NITIO_Gi_DMA_Status_Reg()H Hartley Sweeten2013-12-202-16/+2Star
* | staging: comedi: ni_tio_internal.h: replace NITIO_Gi_DMA_Config_Reg()H Hartley Sweeten2013-12-203-17/+3Star
* | staging: comedi: ni_tio_internal.h: replace NITIO_Gxx_Joint_Status2_Reg()H Hartley Sweeten2013-12-202-14/+2Star
* | staging: comedi: ni_tio_internal.h: replace NITIO_Gxx_Joint_Status1_Reg()H Hartley Sweeten2013-12-201-13/+1Star
* | staging: comedi: ni_tio_internal.h: replace NITIO_Gxx_Joint_Reset_Reg()H Hartley Sweeten2013-12-202-14/+2Star
* | staging: comedi: ni_tio_internal.h: replace NITIO_Gxx_Status_Reg()H Hartley Sweeten2013-12-203-16/+4Star
* | staging: comedi: ni_tio_internal.h: replace NITIO_Gi_Second_Gate_Reg()H Hartley Sweeten2013-12-202-24/+10Star
* | staging: comedi: ni_tio_internal.h: replace NITIO_Gi_Counting_Mode_Reg()H Hartley Sweeten2013-12-202-21/+7Star
* | staging: comedi: ni_tio_internal.h: replace NITIO_Gi_Input_Select_Reg()H Hartley Sweeten2013-12-203-25/+11Star
* | staging: comedi: ni_tio_internal.h: replace NITIO_Gi_LoadB_Reg()H Hartley Sweeten2013-12-202-22/+8Star
* | staging: comedi: ni_tio_internal.h: replace NITIO_Gi_LoadA_Reg()H Hartley Sweeten2013-12-202-22/+8Star
* | staging: comedi: ni_tio_internal.h: replace NITIO_Gi_Mode_Reg()H Hartley Sweeten2013-12-203-21/+7Star
* | staging: comedi: ni_tio_internal.h: replace NITIO_Gi_SW_Save_Reg()H Hartley Sweeten2013-12-202-19/+4Star