aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-14staging: comedi: amplc_pci224: Convert macro GAT_CONFIG to static inline functionsimran singhal1-4/+8
2017-03-14staging: comedi: Compress return logic into one line.Varsha Rao1-3/+1
2017-03-12staging: comedi: jr3_pci: change module descriptionIan Abbott1-1/+1
2017-03-12staging: comedi: jr3_pci: fix initial range[8] max valueIan Abbott1-1/+1
2017-03-12staging: comedi: jr3_pci: check PCI BAR 0 sizeIan Abbott1-0/+3
2017-03-12staging: comedi: jr3_pci: check sizes at compile timeIan Abbott1-6/+1
2017-03-12staging: comedi: jr3_pci: omit pointless debug infoIan Abbott1-7/+2
2017-03-12staging: comedi: jr3_pci: use struct jr3_block instead of jr3_tIan Abbott2-16/+12
2017-03-12staging: comedi: jr3_pci: separate out block typeIan Abbott1-8/+10
2017-03-12staging: comedi: jr3_pci: rename 'channel' to 'block'Ian Abbott2-6/+6
2017-03-12staging: comedi: jr3_pci: rename data to sensorIan Abbott2-6/+6
2017-03-12staging: comedi: jr3_pci: rename channel to sensorIan Abbott1-77/+75
2017-03-12staging: comedi: jr3_pci: rename struct jr3_channel to jr3_sensorIan Abbott2-16/+16
2017-03-09staging: comedi: Remove useless cast.Varsha Rao1-1/+1
2017-03-09staging: comedi: ni_atmio: make device_ids constIan Abbott1-1/+1
2017-03-07staging: comedi: Replace "is is" with "is"simran singhal1-1/+1
2017-03-06Staging: comedi: drivers: comedi_test: Avoid multiple line dereferenceCheah Kok Cheong1-4/+4
2017-03-06staging: comedi: Using macro DIV_ROUND_UPsimran singhal2-2/+2
2017-03-06staging: comedi: s626: Kernel doc format commentsTobin C. Harding1-19/+27
2017-03-06staging: comedi: jr3_pci: replace devpriv->iobase with dev->mmioIan Abbott1-17/+15
2017-03-06staging: comedi: jr3_pci: pass transform by referenceIan Abbott1-5/+5
2017-03-06staging: comedi: jr3_pci: re-work struct jr3_pci_subdev_private rangeIan Abbott1-35/+35
2017-03-06staging: comedi: jr3_pci: separate out poll state enumIan Abbott1-7/+10
2017-03-06staging: comedi: jr3_pci: remove next_time_max memberIan Abbott1-4/+0
2017-03-06staging: comedi: jr3_pci: remove unneeded 'spriv' checksIan Abbott1-9/+2
2017-03-06staging: comedi: jr3_pci: re-work firmware copyright displayIan Abbott1-5/+14
2017-03-06staging: comedi: jr3_pci: struct comedi_lrange should normally be constIan Abbott1-3/+5
2017-03-06staging: comedi: jr3_pci: Reset all DSPsIan Abbott1-1/+2
2017-03-06staging: comedi: jr3_pci: cope with jiffies wraparoundIan Abbott1-1/+1
2017-03-06staging: comedi: jr3_pci: fix possible null pointer dereferenceIan Abbott1-5/+6
2017-02-16Staging: comedi: drivers: comedi_test: Add auto-configuration capabilityCheah Kok Cheong1-12/+123
2017-02-14staging: comedi: fixed multiple line dereferenceArtur Lorincz1-3/+2
2017-02-14staging: comedi: made comedi_lrange struct constantArtur Lorincz1-1/+1
2017-02-14staging: comedi: ni_pcimio: remove unused variable 'serial_number'Karthik Nayak2-10/+0
2017-02-14staging: comedi: dyna_pci10xx: usleep_range is preferred over udelaySaber Rezvani1-4/+4
2017-02-14staging: comedi: s626: usleep_range is preferred over udelaySaber Rezvani1-1/+1
2017-02-14staging: comedi: ni_pcidio.c: Spaces preferred around operatorsSaber Rezvani1-20/+20
2017-02-14staging: comedi: ni_pcidio: blank line issuesSaber Rezvani1-0/+2
2017-02-12staging: comedi: dmm32at: usleep_range is preferred over udelaySaber Rezvani1-2/+2
2017-02-12staging: comedi: dt2801: usleep_range is preferred over udelaySaber Rezvani1-2/+2
2017-02-12staging: comedi: dt2814: usleep_range is preferred over udelaySaber Rezvani1-1/+1
2017-02-12staging: comedi: dt2815: usleep_range is preferred over udelaySaber Rezvani1-1/+1
2017-02-12staging: comedi: ni_at_a2150: usleep_range is preferred over udelaySaber Rezvani1-1/+1
2017-01-19staging: comedi: ni_pcimio: Support more PXI cardsIan Abbott1-11/+162
2017-01-19staging: comedi: ni_660x: Support PCI-6224Ian Abbott1-2/+8
2017-01-10staging: comedi: daqboard2000: use pci_id_table 'driver_data'Ian Abbott1-30/+16
2017-01-10staging: comedi: daqboard2000: change COMEDI device namesIan Abbott1-2/+2
2017-01-10staging: comedi: daqboard2000: support 4 AO channelsIan Abbott1-2/+4
2017-01-10staging: comedi: daqboard2000: use designated initializersIan Abbott1-2/+8
2017-01-10staging: comedi: daqboard2000: use shorter, consistent prefixIan Abbott1-114/+100