aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.14.202 into kernel.lnx.4.14.r4-relHEADr11.0q10.0Nathan Chancellor2020-10-211-0/+3
* Merge 4.14.190 into kernel.lnx.4.14.r4-relNathan Chancellor2020-08-204-18/+48
* Merge 4.14.189 into kernel.lnx.4.14.r4-relNathan Chancellor2020-08-201-3/+7
* staging: comedi: dt2815: fix writing hi byte of analog outputIan Abbott2020-05-021-0/+3
* staging: comedi: ni_mio_common: protect register write overflowSpencer E. Olson2020-01-271-7/+17
* staging: comedi: adv_pci1710: fix AI channels 16-31 for PCI-1713Ian Abbott2020-01-141-2/+2
* staging: comedi: gsc_hpdi: check dma_alloc_coherent() return valueIan Abbott2019-12-311-0/+10
* staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding errorBernd Porr2019-12-011-7/+14
* staging: comedi: dt3000: Fix rounding up of timer divisorIan Abbott2019-08-251-3/+3
* staging: comedi: dt3000: Fix signed integer overflow 'divider * base'Ian Abbott2019-08-251-1/+1
* staging: comedi: amplc_pci230: fix null pointer deref on interruptIan Abbott2019-07-211-1/+2
* staging: comedi: dt282x: fix a null pointer deref on interruptIan Abbott2019-07-211-1/+2
* staging: comedi: ni_usb6501: Fix possible double-free of ->usb_rx_bufIan Abbott2019-04-271-3/+1
* staging: comedi: ni_usb6501: Fix use of uninitialized mutexIan Abbott2019-04-271-3/+3
* staging: comedi: vmk80xx: Fix possible double-free of ->usb_rx_bufIan Abbott2019-04-271-3/+1
* staging: comedi: vmk80xx: Fix use of uninitialized semaphoreIan Abbott2019-04-271-2/+2
* staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtestIan Abbott2019-04-031-3/+7
* staging: comedi: ni_660x: fix missing break in switch statementGustavo A. R. Silva2019-03-131-0/+1
* staging: comedi: ni_mio_common: fix subdevice flags for PFI subdeviceIan Abbott2018-09-151-1/+2
* staging: comedi: quatech_daqp_cs: fix no-op loop daqp_ao_insn_write()Dan Carpenter2018-07-111-1/+1
* staging: comedi: ni_mio_common: ack ai fifo error interrupts.Frank Mori Hess2018-04-081-0/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-141-19/+5
|\
| * serial2002: switch serial2002_tty_write to kernel_{read/write}Christoph Hellwig2017-09-041-19/+5
* | staging: comedi: ni_mio_common.c: fix coding style issueChristopher MÃ¥rtensson2017-07-301-1/+2
|/
* staging: comedi: ni_mio_common: fix AO timer off-by-one regressionIan Abbott2017-07-161-2/+1
* Staging: comedi: ni_labpc_regs: fixed a block comment alignment issueAmisha Singh2017-06-131-1/+1
* staging: comedi: ni_labpc_isadma: fixed a comment coding style issueAdrian Stanciu2017-06-061-1/+1
* Staging: comedi: s626.c: fixed trailing */ style issueedcarter2017-06-041-3/+6
* staging: comedi: addi_apci_3xxx: check return valuePan Bian2017-04-251-0/+2
* staging: comedi: drivers: s626.c - fixed checkpatch issue about data typeAndrea della Porta2017-04-081-1/+1
* staging: comedi: amplc_pci224: convert CLK_CONFIG() macro to functionIan Abbott2017-04-081-4/+9
* staging: comedi: amplc_pci224: remove 'inline' from pci224_gat_config()Ian Abbott2017-04-081-2/+1
* staging: comedi: amplc_pci230: convert CLK_CONFIG() macro to functionIan Abbott2017-04-081-3/+6
* staging: comedi: amplc_pci230: remove 'inline' from pci230_gat_config()Ian Abbott2017-04-081-2/+1
* staging: comedi: amplc_pci224: Convert macro GAT_CONFIG to static inline func...simran singhal2017-03-141-4/+8
* staging: comedi: Compress return logic into one line.Varsha Rao2017-03-141-3/+1
* staging: comedi: jr3_pci: change module descriptionIan Abbott2017-03-121-1/+1
* staging: comedi: jr3_pci: fix initial range[8] max valueIan Abbott2017-03-121-1/+1
* staging: comedi: jr3_pci: check PCI BAR 0 sizeIan Abbott2017-03-121-0/+3
* staging: comedi: jr3_pci: check sizes at compile timeIan Abbott2017-03-121-6/+1
* staging: comedi: jr3_pci: omit pointless debug infoIan Abbott2017-03-121-7/+2
* staging: comedi: jr3_pci: use struct jr3_block instead of jr3_tIan Abbott2017-03-122-16/+12
* staging: comedi: jr3_pci: separate out block typeIan Abbott2017-03-121-8/+10
* staging: comedi: jr3_pci: rename 'channel' to 'block'Ian Abbott2017-03-122-6/+6
* staging: comedi: jr3_pci: rename data to sensorIan Abbott2017-03-122-6/+6
* staging: comedi: jr3_pci: rename channel to sensorIan Abbott2017-03-121-77/+75
* staging: comedi: jr3_pci: rename struct jr3_channel to jr3_sensorIan Abbott2017-03-122-16/+16
* staging: comedi: Remove useless cast.Varsha Rao2017-03-091-1/+1
* staging: comedi: ni_atmio: make device_ids constIan Abbott2017-03-091-1/+1