aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers
AgeCommit message (Expand)Author
2020-08-18staging: comedi: addi_apci_1564: check INSN_CONFIG_DIGITAL_TRIG shiftIan Abbott
2020-08-18staging: comedi: addi_apci_1500: check INSN_CONFIG_DIGITAL_TRIG shiftIan Abbott
2020-08-18staging: comedi: ni_6527: fix INSN_CONFIG_DIGITAL_TRIG supportIan Abbott
2020-08-18staging: comedi: addi_apci_1032: check INSN_CONFIG_DIGITAL_TRIG shiftIan Abbott
2020-08-13staging: comedi: verify array index is correct before using itDan Carpenter
2020-06-04staging: comedi: dt2815: fix writing hi byte of analog outputIan Abbott
2020-04-12staging: comedi: ni_routes: allow partial routing informationIan Abbott
2020-04-12staging: comedi: ni_routes: fix null dereference in ni_find_route_source()Ian Abbott
2020-03-30staging: comedi: adv_pci1710: fix AI channels 16-31 for PCI-1713Ian Abbott
2020-02-24staging: comedi: gsc_hpdi: check dma_alloc_coherent() return valueIan Abbott
2020-01-09staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding errorBernd Porr
2019-08-25staging: comedi: dt3000: Fix rounding up of timer divisorIan Abbott
2019-08-25staging: comedi: dt3000: Fix signed integer overflow 'divider * base'Ian Abbott
2019-07-14staging: comedi: amplc_pci230: fix null pointer deref on interruptIan Abbott
2019-07-14staging: comedi: dt282x: fix a null pointer deref on interruptIan Abbott
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2019-04-27staging: comedi: comedi_isadma: Use a non-NULL device for DMA APIIan Abbott
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman
2019-04-19staging: comedi: dt9812: Call mutex_destroy() on private mutexIan Abbott
2019-04-19staging: comedi: ni_usb6501: Call mutex_destroy() on private mutexIan Abbott
2019-04-19staging: comedi: usbdux: Call mutex_destroy() on private mutexIan Abbott
2019-04-19staging: comedi: usbduxfast: Call mutex_destroy() on private mutexIan Abbott
2019-04-19staging: comedi: usbduxsigma: Call mutex_destroy() on private mutexIan Abbott
2019-04-17staging: comedi: dyna_pci10xx: Set number of AO channels to 1Ian Abbott
2019-04-17staging: comedi: dyna_pci10xx: Don't bother configuring len_chanlistIan Abbott
2019-04-17staging: comedi: ni_usb6501: Fix possible double-free of ->usb_rx_bufIan Abbott
2019-04-17staging: comedi: ni_usb6501: Fix use of uninitialized mutexIan Abbott
2019-04-16staging: comedi: vmk80xx: Fix possible double-free of ->usb_rx_bufIan Abbott
2019-04-16staging: comedi: vmk80xx: Fix use of uninitialized semaphoreIan Abbott
2019-04-16staging: comedi: adv_pci1710: fix spelling mistake: "droput" -> "dropout"Colin Ian King
2019-04-16staging: comedi: dt2811: Fix spelling mistakeHariprasad Kelam
2019-04-16staging: comedi: dyna_pci10xx: remove set but not used variables 'chan' and r...YueHaibing
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-04-03staging: comedi: quatec_daqp_cs: add proper SPDX identifier to driverGreg Kroah-Hartman
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman
2019-04-01staging: comedi: Prefer using BIT macro in various files.Sanjana Sanikommu
2019-04-01staging: comedi: use !x in place of NULL comparisonPayal Kshirsagar
2019-04-01Merge 5.1-rc3 into staging-nextGreg Kroah-Hartman
2019-03-29staging: comedi: ni_tio: Use data[insn->n-1] in ni_tio_insn_write()Ian Abbott
2019-03-22Staging: comedi: ni_mio_common.c: Added blank line after declarationsArash Fotouhi
2019-03-20staging: comedi: ni_mio_common: use insn->n in ni_m_series_eeprom_insn_read()Ian Abbott
2019-03-20staging: comedi: ni_mio_common: use insn->n in ni_eeprom_insn_read()Ian Abbott
2019-03-20staging: comedi: ni_mio_common: use insn->n in ni_calib_insn_read()Ian Abbott
2019-03-20staging: comedi: ni_mio_common: Use insn->n in ni_calib_insn_write()Ian Abbott
2019-03-18staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtestIan Abbott
2019-02-26staging: comedi: ni_tio: Allocate shadow regs for each counter chipIan Abbott
2019-02-13staging: comedi: ni_660x: fix missing break in switch statementGustavo A. R. Silva
2019-01-15staging: comedi: ni_pcidio: make defines uppercaseAlexander Schroth
2019-01-07staging: comedi: fix typoMatteo Croce