summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi
AgeCommit message (Expand)Author
2020-01-23staging: comedi: drivers: fix spelling mistake "to" -> "too"Colin Ian King
2020-01-15staging: comedi: ni_routes: allow partial routing informationIan Abbott
2020-01-15staging: comedi: ni_routes: fix null dereference in ni_find_route_source()Ian Abbott
2020-01-03staging: comedi: adv_pci1710: fix AI channels 16-31 for PCI-1713Ian Abbott
2019-12-17staging: comedi: gsc_hpdi: check dma_alloc_coherent() return valueIan Abbott
2019-11-22staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding errorBernd Porr
2019-10-24staging: comedi: remove unused variable 'route_table_size'YueHaibing
2019-10-08staging: comedi: Remove set but not used variable 'aref'zhengbin
2019-08-21staging: comedi: ni_mio_common: Fix a typo in ni_mio_common.cMasanari Iida
2019-08-19Merge 5.3-rc5 into staging-nextGreg Kroah-Hartman
2019-08-15staging: comedi: usbduxsigma: remove redundant assignment to variable fx2delayColin Ian King
2019-08-12staging: comedi: dt3000: Fix rounding up of timer divisorIan Abbott
2019-08-12staging: comedi: dt3000: Fix signed integer overflow 'divider * base'Ian Abbott
2019-07-25staging: comedi: daqboard2000: Remove function db2k_initialize_dac()Nishka Dasgupta
2019-07-03staging: comedi: mite: Replace function mite_request_channel_in_range()Nishka Dasgupta
2019-07-03staging: comedi: amplc_dio200: Remove function gat_sce()Nishka Dasgupta
2019-07-03staging: comedi: amplc_dio200: Remove function clk_sce()Nishka Dasgupta
2019-07-01staging: comedi: dt282x: fix a null pointer deref on interruptIan Abbott
2019-07-01staging: comedi: amplc_pci230: fix null pointer deref on interruptIan Abbott
2019-06-26staging: comedi: use dma_mmap_coherent for DMA-able buffer mmapIan Abbott
2019-06-18staging: comedi: usbdux: remove redundant initialization of fx2delayColin Ian King
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: use help instead of ---help--- in KconfigMoses Christopher
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-19staging: comedi: Add lockdep_assert_held() calls for dev->attach_lockIan Abbott
2019-04-19staging: comedi: Add lockdep_assert_held() calls for dev->mutexIan Abbott
2019-04-19staging: comedi: don't release mutex too early in comedi_auto_config()Ian 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-03staging: add missing SPDX lines to Kconfig 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