aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-03Staging: comedi: proc: Add __init prefixCheah Kok Cheong1-1/+1
2017-01-03Staging: comedi: proc: Change file permission to read onlyCheah Kok Cheong1-1/+1
2017-01-03Staging: comedi: comedi_fops: Avoid orphaned proc entryCheah Kok Cheong1-3/+3
2017-01-03Staging: comedi: comedidev.h: Drop old style zero-length arrayCheah Kok Cheong1-7/+1
2017-01-03staging: comedi: ni_670x: using the BIT(x) macroSaber Rezvani1-1/+1
2017-01-03staging: comedi: ni_at_ao: using the BIT(x) macroSaber Rezvani1-31/+31
2017-01-03staging: comedi: cb_pcidas64: use preferred kernel type u32Saber Rezvani1-19/+19
2017-01-03staging: comedi: cb_pcidas64: use preferred kernel type u16Saber Rezvani1-29/+29
2017-01-03staging: comedi: cb_pcidas64: use preferred kernel type u8Saber Rezvani1-23/+23
2017-01-03staging: comedi: comedidev.h: add identifiers to function parametersIan Abbott1-22/+25
2017-01-03staging: comedi: comedi_usb.h: add identifiers to function parametersIan Abbott1-7/+9
2017-01-03staging: comedi: comedi_pcmcia.[ch]: add identifiers to function parametersIan Abbott2-11/+14