summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: Update the list of maintainers for staging/comedi driver.Lidza Louina2013-07-241-1/+1
* staging: comedi: fix a race between do_cmd_ioctl() and read/writeIan Abbott2013-07-231-10/+15
* staging: comedi: COMEDI_CANCEL ioctl should wake up read/writeIan Abbott2013-07-231-1/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-031-3/+0
|\
| * comedi: quit wanking with FASYNC in ->release()Al Viro2013-06-291-3/+0
* | staging: comedi: unioxx5: use comedi_alloc_spriv()H Hartley Sweeten2013-06-241-7/+3
* | staging: comedi: unioxx5: fix unioxx5_detach()H Hartley Sweeten2013-06-241-6/+7
* | staging: comedi: pcmuio: fix namespace for all private functionsH Hartley Sweeten2013-06-241-4/+4
* | staging: comedi: pcmuio: return 0 for successful attachH Hartley Sweeten2013-06-241-1/+1
* | staging: comedi: pcmuio: remove dev_dbg() noise during attachH Hartley Sweeten2013-06-241-10/+0
* | staging: comedi: pcmuio: use preferred form for passing the size of a structH Hartley Sweeten2013-06-241-3/+1
* | staging: comedi: pcmuio: cleanup remaining #define'sH Hartley Sweeten2013-06-241-25/+12
* | staging: comedi: pcmuio: cleanup DIO subdevice (*insn_{bits,config})H Hartley Sweeten2013-06-241-75/+29
* | staging: comedi: pcmuio: introduce pcmuio_read()H Hartley Sweeten2013-06-241-21/+24
* | staging: comedi: pcmuio: simplify interrupt subdevice initH Hartley Sweeten2013-06-241-28/+14
* | staging: comedi: pcmuio: remove 'iobases' from subdevice private dataH Hartley Sweeten2013-06-241-23/+15
* | staging: comedi: pcmuio: remove 'iobase' from private dataH Hartley Sweeten2013-06-241-7/+4
* | staging: comedi: pcmuio: simplify 'n_subdevs' and 's->n_chan'H Hartley Sweeten2013-06-241-14/+3
* | staging: comedi: pcmuio: remove unused boardinfoH Hartley Sweeten2013-06-241-4/+0
* | staging: comedi: pcmuio: kzalloc'ed data does not need clearedH Hartley Sweeten2013-06-241-3/+0
* | staging: comedi: pcmuio: remove 'asic_chan'H Hartley Sweeten2013-06-241-8/+1
* | staging: comedi: pcmuio: remove 'num_asic_chans'H Hartley Sweeten2013-06-241-10/+3
* | staging: comedi: pcmuio: remove 'first_chan'H Hartley Sweeten2013-06-241-9/+2
* | staging: comedi: pcmuio: remove unused private data variablesH Hartley Sweeten2013-06-241-8/+0
* | staging: comedi: pcmuio: introduce pcmuio_write()H Hartley Sweeten2013-06-241-50/+32
* | staging: comedi: pcmuio: tidy up switch_page()H Hartley Sweeten2013-06-241-15/+1
* | staging: comedi: pcmuio: tidy up the register map definesH Hartley Sweeten2013-06-241-65/+42
* | staging: comedi: pcmuio: remove unused {lock,unlock}_port()H Hartley Sweeten2013-06-241-33/+0
* | staging: comedi: have comedi_set_spriv() allocate the memoryH Hartley Sweeten2013-06-246-42/+28
* | staging: comedi: addi-data: remove unused 'i_NbrTTLChannel' boardinfoH Hartley Sweeten2013-06-192-18/+1
* | staging: comedi: addi-data: remove unused 'i_Dma' present flagH Hartley Sweeten2013-06-193-4/+1
* | staging: comedi: addi-data: remove unused vars from boardinfoH Hartley Sweeten2013-06-192-22/+0
* | staging: comedi: addi-data: remove unused defines in addi_common.hH Hartley Sweeten2013-06-191-5/+0
* | staging: comedi: addi-data: simplify the PCI bar readingH Hartley Sweeten2013-06-192-17/+8
* | staging: comedi: addi-data: remove unused vars from private dataH Hartley Sweeten2013-06-194-35/+0
* | staging: comedi: addi_apci_3xxx: only allocate needed subdevicesH Hartley Sweeten2013-06-171-25/+23
* | staging: comedi: addi_apci_3xxx: fix the analog input subdeviceH Hartley Sweeten2013-06-172-202/+230
* | staging: comedi: addi_apci_3xxx: stub in analog input command supportH Hartley Sweeten2013-06-171-2/+26
* | staging: comedi: addi_apci_3xxx: tidy up analog input subdevice initH Hartley Sweeten2013-06-171-9/+9
* | staging: comedi: addi_apci_3xxx: remove 'b_SingleDiff' private dataH Hartley Sweeten2013-06-172-10/+2
* | staging: comedi: addi_apci_3xxx: remove 'i_NbrAiChannelDiff' boardinfoH Hartley Sweeten2013-06-171-34/+9
* | staging: comedi: addi_apci_3xxx: rename 'i_NbrAiChannel'H Hartley Sweeten2013-06-171-24/+24
* | staging: comedi: addi_apci_3xxx: rename 'ui_MinAcquisitiontimeNs'H Hartley Sweeten2013-06-172-26/+26
* | staging: comedi: addi_apci_3xxx: clarify 'b_AvailableConvertUnit'H Hartley Sweeten2013-06-172-32/+41
* | staging: comedi: addi_apci_3xxx: tidy up i_APCI3XXX_AnalogInputConfigOperatin...H Hartley Sweeten2013-06-171-175/+49
* | staging: comedi: addi_apci_3xxx: tidy up i_APCI3XXX_InsnConfigAnalogInput()H Hartley Sweeten2013-06-172-69/+15
* | staging: comedi: addi_apci_3xxx: properly set the analog input subdev_flagsH Hartley Sweeten2013-06-171-2/+26
* | staging: comedi: addi_apci_3xxx: rename boardinfo 'i_AiMaxData'H Hartley Sweeten2013-06-171-26/+26
* | staging: comedi: addi_apci_3xxx: rename boardinfo 'pc_DriverName'H Hartley Sweeten2013-06-171-27/+27
* | staging: comedi: addi_apci_3xxx: remove 'i_AiChannelList' from the boardinfoH Hartley Sweeten2013-06-171-26/+1