summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers
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: 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-0719-43/+72
|\
| * 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: 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: 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-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-011-3/+7
| |\ \
| * | | 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-181-3/+7
|/
* 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: ni_pcidio: make defines uppercaseAlexander Schroth2019-01-151-221/+223
* staging: comedi: fix typoMatteo Croce2019-01-071-1/+1
* staging: comedi: cb_pcimdas.c: fixed an alignment coding style issueWilliam Mitchell Jr2019-01-071-3/+3
* Staging: comedi: cb_pcidas: fixed a spelling mistake coding style issueAmir Mahdi Ghorbanian2018-12-171-1/+1
* staging: comedi: drivers: Cleanup malformed licence identifierStephen Davies2018-12-0513-13/+13
* staging: comedi: fix spelling mistake "desination" -> "destination"Colin Ian King2018-12-051-1/+1
* staging: comedi: drivers: Cleanup malformed license identifierStephen Davies2018-12-051-1/+1
* Merge 4.20-rc5 into staging-nextGreg Kroah-Hartman2018-12-031-1/+2
|\
| * staging: comedi: ni_mio_common: scale ao INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTSSpencer E. Olson2018-11-071-1/+2