summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi
AgeCommit message (Expand)AuthorLines
2012-09-21staging: Fix spelling of "asynchronous" in comments.Adam Buchbinder-1/+1
2012-09-19staging: comedi: don't dereference user memory for INSN_INTTRIGIan Abbott-1/+1
2012-09-19staging: comedi: sparse warning in insn_rw_emulate_bits()Ian Abbott-1/+0
2012-09-19staging: comedi: fix sparse warning in do_devconfig_ioctl()Ian Abbott-1/+2
2012-09-19staging: comedi: daqboard2000: remove local variable in daqboard2000_attach_p...H Hartley Sweeten-5/+4
2012-09-19staging: comedi: daqboard2000: use the pci_resource_len()H Hartley Sweeten-5/+2
2012-09-19staging: comedi: daqboard2000: add a dev_info message after attachH Hartley Sweeten-1/+6
2012-09-19staging: comedi: daqboard2000: use the driver name for the resource nameH Hartley Sweeten-1/+1
2012-09-19staging: comedi: daqboard2000: remove the "test command" commentH Hartley Sweeten-6/+0
2012-09-19staging: comedi: daqboard2000: remove the dev_printk function traceH Hartley Sweeten-8/+2
2012-09-19staging: comedi: daqboard2000: remove DEBUG_EEPROM messagesH Hartley Sweeten-19/+3
2012-09-19staging: comedi: daqboard2000: remove the commented out debug messagesH Hartley Sweeten-19/+0
2012-09-19staging: comedi: daqboard2000: cleanup range_daqboard2000_aiH Hartley Sweeten-23/+16
2012-09-19staging: comedi: daqboard2000: remove range_daqboard2000_aoH Hartley Sweeten-6/+1
2012-09-19staging: comedi: daqboard2000: use attach_pci callbackH Hartley Sweeten-48/+26
2012-09-19staging: comedi: daqboard2000: use request_firmware()H Hartley Sweeten-16/+25
2012-09-19staging: comedi: daqboard2000: remove this_board and devpriv macrosH Hartley Sweeten-6/+24
2012-09-19staging: comedi: daqboard2000: remove struct daqboard2000_hwH Hartley Sweeten-103/+94
2012-09-19staging: comedi: comedi_fops: cast the cmd->chanlist to the correct address s...H Hartley Sweeten-8/+8
2012-09-19staging: comedi: comedi_fops: rename user_cmd in do_cmdtest_ioctlH Hartley Sweeten-19/+19
2012-09-19staging: comedi: comedi_fops: rename user_cmd in do_cmd_ioctlH Hartley Sweeten-18/+18
2012-09-19staging: comedi: comedi_fops: rename the __user *cmd param in do_cmd_ioctlH Hartley Sweeten-3/+3
2012-09-19staging: comedi: comedi.h: remove __user tag from chanlistH Hartley Sweeten-1/+1
2012-09-19staging: comedi: comedi.h: remove the extra indentsH Hartley Sweeten-555/+554
2012-09-17staging: comedi: jr3_pci: quiet "Using plain interger as NULL pointer" noiseH Hartley Sweeten-2/+2
2012-09-17staging: comedi: pcmuio: pointers should be cleared with NULLH Hartley Sweeten-2/+2
2012-09-17staging: comedi: pcmmio: remove kernel messages about IRQH Hartley Sweeten-9/+0
2012-09-17staging: comedi: mite: local symbols should not be exportedH Hartley Sweeten-1/+1
2012-09-17staging: comedi: ni_mio_cs: local symbols should not be exportedH Hartley Sweeten-1/+1
2012-09-17staging: comedi: ni_labpc_cs: local symbols should not be exportedH Hartley Sweeten-3/+3
2012-09-17staging: comedi: ni_daq_dio24: local symbols should not be exportedH Hartley Sweeten-1/+1
2012-09-17staging: comedi: ni_pcidio: local functions should not be exportedH Hartley Sweeten-1/+2
2012-09-17staging: comedi: ni_660x: local functions should not be exportedH Hartley Sweeten-2/+2
2012-09-17staging: comedi: jr3_pci: local functions should not be exportedH Hartley Sweeten-1/+2
2012-09-17staging: comedi: jr3_pci.h: remove vect_bits_t and warning_bits_tH Hartley Sweeten-2/+2
2012-09-17staging: comedi: ni_mio_common: make internal functions staticH Hartley Sweeten-5/+5
2012-09-17staging: comedi: comedi_fops: make internal function staticH Hartley Sweeten-1/+2
2012-09-17staging: comedi: mite: use module_init()/module_exit()Ian Abbott-4/+5
2012-09-17staging: comedi: mite: remove list of devicesIan Abbott-63/+0
2012-09-17staging: comedi: ni_pcimio: use mite_alloc()Ian Abbott-17/+5
2012-09-17staging: comedi: ni_pcidio: use mite_alloc()Ian Abbott-17/+5
2012-09-17staging: comedi: ni_labpc: use mite_alloc()Ian Abbott-17/+5
2012-09-17staging: comedi: ni_670x: remove spurious free_irq() callIan Abbott-3/+0
2012-09-17staging: comedi: ni_670x: use mite_alloc()Ian Abbott-17/+5
2012-09-17staging: comedi: ni_660x: use mite_alloc()Ian Abbott-16/+3
2012-09-17staging: comedi: ni_65xx: use mite_alloc()Ian Abbott-17/+5
2012-09-17staging: comedi: ni_6527: use mite_alloc()Ian Abbott-17/+5
2012-09-17staging: comedi: mite: add mite_alloc() and mite_free()Ian Abbott-11/+29
2012-09-17staging: comedi: mite: replace printk() callsIan Abbott-95/+89
2012-09-17staging: comedi: mite: use ilog2()Ian Abbott-7/+7