aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi (follow)
AgeCommit message (Expand)AuthorFilesLines
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-26staging: comedi: use dma_mmap_coherent for DMA-able buffer mmapIan Abbott2-64/+125
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 Torvalds24-171/+245
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: use help instead of ---help--- in KconfigMoses Christopher1-127/+127
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-19staging: comedi: Add lockdep_assert_held() calls for dev->attach_lockIan Abbott1-0/+1
2019-04-19staging: comedi: Add lockdep_assert_held() calls for dev->mutexIan Abbott3-0/+41
2019-04-19staging: comedi: don't release mutex too early in comedi_auto_config()Ian Abbott1-1/+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
2019-04-16staging: comedi: adv_pci1710: fix spelling mistake: "droput" -> "dropout"Colin Ian King1-1/+1
2019-04-16staging: comedi: dt2811: Fix spelling mistakeHariprasad Kelam1-1/+1
2019-04-16staging: comedi: dyna_pci10xx: remove set but not used variables 'chan' and range'YueHaibing1-4/+0
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon6-11/+0
2019-04-03staging: comedi: quatec_daqp_cs: add proper SPDX identifier to driverGreg Kroah-Hartman1-0/+1
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman2-0/+2
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-04-01staging: comedi: Prefer using BIT macro in various files.Sanjana Sanikommu6-8/+8
2019-04-01staging: comedi: use !x in place of NULL comparisonPayal Kshirsagar1-1/+1
2019-04-01Merge 5.1-rc3 into staging-nextGreg Kroah-Hartman3-7/+38
2019-03-29staging: comedi: ni_tio: Use data[insn->n-1] in ni_tio_insn_write()Ian Abbott1-6/+8
2019-03-22Staging: comedi: ni_mio_common.c: Added blank line after declarationsArash Fotouhi1-0/+2
2019-03-20staging: comedi: ni_mio_common: use insn->n in ni_m_series_eeprom_insn_read()Ian Abbott1-2/+4
2019-03-20staging: comedi: ni_mio_common: use insn->n in ni_eeprom_insn_read()Ian Abbott1-2/+8
2019-03-20staging: comedi: ni_mio_common: use insn->n in ni_calib_insn_read()Ian Abbott1-2/+4
2019-03-20staging: comedi: ni_mio_common: Use insn->n in ni_calib_insn_write()Ian Abbott1-2/+6
2019-03-18staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtestIan Abbott3-7/+38
2019-02-26staging: comedi: ni_tio: Allocate shadow regs for each counter chipIan Abbott2-28/+47