summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: dt3000: Fix rounding up of timer divisorIan Abbott2019-08-121-3/+3
* staging: comedi: dt3000: Fix signed integer overflow 'divider * base'Ian Abbott2019-08-121-1/+1
* staging: comedi: mite: Replace function mite_request_channel_in_range()Nishka Dasgupta2019-07-031-17/+10Star
* staging: comedi: amplc_dio200: Remove function gat_sce()Nishka Dasgupta2019-07-031-7/+1Star
* staging: comedi: amplc_dio200: Remove function clk_sce()Nishka Dasgupta2019-07-031-7/+1Star
* staging: comedi: dt282x: fix a null pointer deref on interruptIan Abbott2019-07-011-1/+2
* staging: comedi: amplc_pci230: fix null pointer deref on interruptIan Abbott2019-07-011-1/+2
* staging: comedi: use dma_mmap_coherent for DMA-able buffer mmapIan Abbott2019-06-262-64/+125
* staging: comedi: usbdux: remove redundant initialization of fx2delayColin Ian King2019-06-181-1/+1
* Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-0724-171/+245
|\
| * staging: comedi: comedi_isadma: Use a non-NULL device for DMA APIIan Abbott2019-04-272-2/+18
| * Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman2019-04-212-11/+7Star
| |\
| * | staging: comedi: use help instead of ---help--- in KconfigMoses Christopher2019-04-191-127/+127
| * | staging: comedi: dt9812: Call mutex_destroy() on private mutexIan Abbott2019-04-191-4/+1Star
| * | staging: comedi: ni_usb6501: Call mutex_destroy() on private mutexIan Abbott2019-04-191-3/+1Star
| * | staging: comedi: usbdux: Call mutex_destroy() on private mutexIan Abbott2019-04-191-0/+2
| * | staging: comedi: usbduxfast: Call mutex_destroy() on private mutexIan Abbott2019-04-191-0/+2
| * | staging: comedi: usbduxsigma: Call mutex_destroy() on private mutexIan Abbott2019-04-191-0/+2
| * | staging: comedi: Add lockdep_assert_held() calls for dev->attach_lockIan Abbott2019-04-191-0/+1
| * | staging: comedi: Add lockdep_assert_held() calls for dev->mutexIan Abbott2019-04-193-0/+41
| * | staging: comedi: don't release mutex too early in comedi_auto_config()Ian Abbott2019-04-191-1/+2
| * | staging: comedi: dyna_pci10xx: Set number of AO channels to 1Ian Abbott2019-04-171-1/+1
| * | staging: comedi: dyna_pci10xx: Don't bother configuring len_chanlistIan Abbott2019-04-171-4/+0Star
| * | staging: comedi: adv_pci1710: fix spelling mistake: "droput" -> "dropout"Colin Ian King2019-04-161-1/+1
| * | staging: comedi: dt2811: Fix spelling mistakeHariprasad Kelam2019-04-161-1/+1
| * | staging: comedi: dyna_pci10xx: remove set but not used variables 'chan' and r...YueHaibing2019-04-161-4/+0Star
| * | staging: comedi: quatec_daqp_cs: add proper SPDX identifier to driverGreg Kroah-Hartman2019-04-031-0/+1
| * | staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman2019-04-032-0/+2
| * | staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman2019-04-031-0/+1
| * | staging: comedi: Prefer using BIT macro in various files.Sanjana Sanikommu2019-04-016-8/+8
| * | staging: comedi: use !x in place of NULL comparisonPayal Kshirsagar2019-04-011-1/+1
| * | Merge 5.1-rc3 into staging-nextGreg Kroah-Hartman2019-04-013-7/+38
| |\ \
| * | | staging: comedi: ni_tio: Use data[insn->n-1] in ni_tio_insn_write()Ian Abbott2019-03-291-6/+8
| * | | Staging: comedi: ni_mio_common.c: Added blank line after declarationsArash Fotouhi2019-03-221-0/+2
| * | | staging: comedi: ni_mio_common: use insn->n in ni_m_series_eeprom_insn_read()Ian Abbott2019-03-201-2/+4
| * | | staging: comedi: ni_mio_common: use insn->n in ni_eeprom_insn_read()Ian Abbott2019-03-201-2/+8
| * | | staging: comedi: ni_mio_common: use insn->n in ni_calib_insn_read()Ian Abbott2019-03-201-2/+4
| * | | staging: comedi: ni_mio_common: Use insn->n in ni_calib_insn_write()Ian Abbott2019-03-201-2/+6
* | | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-076-11/+0Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-086-11/+0Star
| | |/ | |/|
* | | staging: comedi: ni_usb6501: Fix possible double-free of ->usb_rx_bufIan Abbott2019-04-171-3/+1Star
* | | staging: comedi: ni_usb6501: Fix use of uninitialized mutexIan Abbott2019-04-171-3/+3
* | | staging: comedi: vmk80xx: Fix possible double-free of ->usb_rx_bufIan Abbott2019-04-161-3/+1Star
* | | staging: comedi: vmk80xx: Fix use of uninitialized semaphoreIan Abbott2019-04-161-2/+2
|/ /
* / staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtestIan Abbott2019-03-183-7/+38
|/
* staging: comedi: ni_tio: Allocate shadow regs for each counter chipIan Abbott2019-02-262-28/+47
* staging: comedi: ni_660x: fix missing break in switch statementGustavo A. R. Silva2019-02-131-0/+1
* staging: comedi: comedi_fops.c: Remove redundant blank lineSandesh Kenjana Ashok2019-02-041-1/+0Star
* staging: comedi: Removed not necessary braces for single blockJitendra Khasdev2019-01-181-2/+2
* staging: comedi: ni_pcidio: make defines uppercaseAlexander Schroth2019-01-151-221/+223