aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi (follow)
AgeCommit message (Expand)AuthorFilesLines
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-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-22Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds35-491/+806
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 Abbott2-14/+167
2017-01-19staging: comedi: ni_660x: Support PCI-6224Ian Abbott2-3/+9
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2017-01-10Staging: comedi: comedi_fops: Remove unused stat.h headerCheah Kok Cheong1-1/+0
2017-01-10Staging: comedi: comedi_fops: Remove unused vmalloc.h headerCheah Kok Cheong1-1/+0
2017-01-10Staging: comedi: comedi_fops: Remove redundant init.h headerCheah Kok Cheong1-1/+0
2017-01-10Staging: comedi: comedi_fops: Remove unused kmod.h headerCheah Kok Cheong1-1/+0
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
2017-01-10staging: comedi: daqboard2000: remove unused 'card' memberIan Abbott1-3/+0
2017-01-10staging: comedi: daqboard2000: check CPLD status before writing firmware dataIan Abbott1-7/+34
2017-01-10staging: comedi: daqboard2000: check result of FPGA programmingIan Abbott1-0/+19
2017-01-10staging: comedi: daqboard2000: change daqboard2000_write_cpld() return valueIan Abbott1-5/+4
2017-01-10staging: comedi: daqboard2000: replace daqboard2000_poll_cpld()Ian Abbott1-15/+18
2017-01-10staging: comedi: daqboard2000: check firmware lengthIan Abbott1-5/+20
2017-01-10staging: comedi: daqboard2000: use type 'u16' for CPLD data and statusIan Abbott1-4/+4
2017-01-10staging: comedi: daqboard2000: define macros for CPLD registersIan Abbott1-10/+13
2017-01-10staging: comedi: daqboard2000: use macros from "plx9080.h"Ian Abbott1-24/+24
2017-01-03Staging: comedi: proc: Warn if unable to create proc entryCheah Kok Cheong1-1/+2
2017-01-03Staging: comedi: proc: Add module ownerCheah Kok Cheong1-0/+1