aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-13staging: comedi: dt2815: fix writing hi byte of analog outputIan Abbott1-0/+3
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-0/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-23staging: comedi: ni_labpc_common: Reformat multiple line dereferenceDeepak R Varma1-7/+6
2020-03-17staging: comedi: dt3000: Reformat multiple line dereferenceDeepak R Varma1-3/+2
2020-03-17staging: comedi: ni_atmio16d: remove commented code blocksDeepak R Varma1-10/+0
2020-03-17staging: comedi: ni_mio_common: Code reformat and re-indentationDeepak R Varma1-24/+30
2020-03-17staging: comedi: s626: Reformat function argumentsDeepak R Varma1-2/+1
2020-03-17staging: comedi: rtd520: Resolve multiline dereferenceDeepak R Varma1-3/+2
2020-03-17staging: comedi: ni_tio: Reformat function call argumentsDeepak R Varma1-4/+4
2020-03-11staging: comedi: dt282x: remove old unused codeDeepak R Varma1-29/+1
2020-02-10staging: comedi: ni_pcimio: add routes for NI PCIe-6251 and PCIe-6259Ian Abbott1-0/+2
2020-02-10staging: comedi: ni_mio_common: Allow alternate board name for routesIan Abbott2-1/+3
2020-02-10staging: comedi: ni_routes: Allow alternate board name for routesIan Abbott4-4/+22
2020-02-10staging: comedi: ni_routes: Refactor ni_find_valid_routes()Ian Abbott1-10/+34
2020-01-23staging: comedi: drivers: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-01-15staging: comedi: ni_routes: allow partial routing informationIan Abbott1-6/+3
2020-01-15staging: comedi: ni_routes: fix null dereference in ni_find_route_source()Ian Abbott1-0/+3
2020-01-03staging: comedi: adv_pci1710: fix AI channels 16-31 for PCI-1713Ian Abbott1-2/+2
2019-12-17staging: comedi: gsc_hpdi: check dma_alloc_coherent() return valueIan Abbott1-0/+10
2019-11-22staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding errorBernd Porr1-7/+14
2019-10-24staging: comedi: remove unused variable 'route_table_size'YueHaibing1-2/+0
2019-10-08staging: comedi: Remove set but not used variable 'aref'zhengbin1-2/+1
2019-08-21staging: comedi: ni_mio_common: Fix a typo in ni_mio_common.cMasanari Iida1-1/+1
2019-08-19Merge 5.3-rc5 into staging-nextGreg Kroah-Hartman1-4/+4
2019-08-15staging: comedi: usbduxsigma: remove redundant assignment to variable fx2delayColin Ian King1-1/+1
2019-08-12staging: comedi: dt3000: Fix rounding up of timer divisorIan Abbott1-3/+3
2019-08-12staging: comedi: dt3000: Fix signed integer overflow 'divider * base'Ian Abbott1-1/+1
2019-07-25staging: comedi: daqboard2000: Remove function db2k_initialize_dac()Nishka Dasgupta1-6/+1
2019-07-03staging: comedi: mite: Replace function mite_request_channel_in_range()Nishka Dasgupta1-17/+10
2019-07-03staging: comedi: amplc_dio200: Remove function gat_sce()Nishka Dasgupta1-7/+1
2019-07-03staging: comedi: amplc_dio200: Remove function clk_sce()Nishka Dasgupta1-7/+1
2019-07-01staging: comedi: dt282x: fix a null pointer deref on interruptIan Abbott1-1/+2
2019-07-01staging: comedi: amplc_pci230: fix null pointer deref on interruptIan Abbott1-1/+2
2019-06-18staging: comedi: usbdux: remove redundant initialization of fx2delayColin Ian King1-1/+1
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds19-43/+72
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds6-11/+0
2019-04-27staging: comedi: comedi_isadma: Use a non-NULL device for DMA APIIan Abbott2-2/+18
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman2-11/+7
2019-04-19staging: comedi: dt9812: Call mutex_destroy() on private mutexIan Abbott1-4/+1
2019-04-19staging: comedi: ni_usb6501: Call mutex_destroy() on private mutexIan Abbott1-3/+1
2019-04-19staging: comedi: usbdux: Call mutex_destroy() on private mutexIan Abbott1-0/+2
2019-04-19staging: comedi: usbduxfast: Call mutex_destroy() on private mutexIan Abbott1-0/+2
2019-04-19staging: comedi: usbduxsigma: Call mutex_destroy() on private mutexIan Abbott1-0/+2
2019-04-17staging: comedi: dyna_pci10xx: Set number of AO channels to 1Ian Abbott1-1/+1
2019-04-17staging: comedi: dyna_pci10xx: Don't bother configuring len_chanlistIan Abbott1-4/+0
2019-04-17staging: comedi: ni_usb6501: Fix possible double-free of ->usb_rx_bufIan Abbott1-3/+1
2019-04-17staging: comedi: ni_usb6501: Fix use of uninitialized mutexIan Abbott1-3/+3
2019-04-16staging: comedi: vmk80xx: Fix possible double-free of ->usb_rx_bufIan Abbott1-3/+1
2019-04-16staging: comedi: vmk80xx: Fix use of uninitialized semaphoreIan Abbott1-2/+2