aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi
AgeCommit message (Expand)AuthorFilesLines
2020-12-09staging: comedi: mf6x4: Fix AI end-of-conversion detectionGravatar Ian Abbott 1-1/+2
2020-11-02Merge 5.10-rc2 into staging-nextGravatar Greg Kroah-Hartman 1-0/+1
2020-10-27staging: comedi: cb_pcidas: Allow 2-channel commands for AO subdeviceGravatar Ian Abbott 1-0/+1
2020-10-26staging: comedi: tests: Simplify conditional evaluationGravatar Deepak R Varma 1-4/+4
2020-10-26staging: comedi: ni_mio_common: Fix newline after dereference operatorGravatar Vasily Utkin 1-2/+1
2020-10-10staging: comedi: check validity of wMaxPacketSize of usb endpoints foundGravatar Anant Thazhemadam 1-0/+3
2020-08-28drivers: staging: comedi: fixed duplicate words from checkpatchGravatar Ethan Edwards 7-9/+9
2020-08-18Staging: comedi: pcl726: fixed a spelling mistakeGravatar Lokesh Chebrolu 1-1/+1
2020-07-28staging: comedi: s526: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-07-27Merge 5.8-rc7 into staging-nextGravatar Greg Kroah-Hartman 4-18/+48
2020-07-25staging: comedi: addi: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 10-10/+10
2020-07-25staging: comedi: amplc: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 12-21/+21
2020-07-25staging: comedi: das: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 7-7/+7
2020-07-25staging: comedi: dt: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 7-7/+7
2020-07-25staging: comedi: ni: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 17-20/+20
2020-07-25staging: comedi: pcl: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 7-7/+7
2020-07-25staging: comedi: pcm: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 5-5/+5
2020-07-25staging: comedi: adl: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 4-4/+4
2020-07-25staging: comedi: adv: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 4-4/+4
2020-07-25staging: comedi: cb: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 4-6/+6
2020-07-25staging: comedi: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 35-38/+38
2020-07-20staging: comedi: addi_apci_1564: check INSN_CONFIG_DIGITAL_TRIG shiftGravatar Ian Abbott 1-6/+14
2020-07-20staging: comedi: addi_apci_1500: check INSN_CONFIG_DIGITAL_TRIG shiftGravatar Ian Abbott 1-5/+19
2020-07-20staging: comedi: addi_apci_1032: check INSN_CONFIG_DIGITAL_TRIG shiftGravatar Ian Abbott 1-6/+14
2020-07-20staging: comedi: ni_6527: fix INSN_CONFIG_DIGITAL_TRIG supportGravatar Ian Abbott 1-1/+1
2020-07-20Merge 5.8-rc6 into staging-nextGravatar Greg Kroah-Hartman 1-3/+7
2020-07-17staging: comedi: comedi_fops.c: added casts to get rid of sparse warningsGravatar B K Karthik 1-2/+2
2020-07-15staging: comedi: s626: Remove pci-dma-compat wrapper APIs.Gravatar Suraj Upadhyay 1-8/+10
2020-07-10staging: comedi: verify array index is correct before using itGravatar Dan Carpenter 1-3/+7
2020-06-18staging: comedi: fix up missing whitespace in commentGravatar Garrit Franke 1-1/+1
2020-06-18Staging: comedi: Added blank lines to fix coding style issueGravatar Divyansh Kamboj 1-0/+3
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-1/+1
2020-06-07Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-4/+4
2020-06-03Merge branch 'uaccess.comedi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 6-600/+467
2020-05-29comedi: get rid of compat_alloc_user_space() mess in COMEDI_CMD{,TEST} compatGravatar Al Viro 1-115/+66
2020-05-29comedi: do_cmd_ioctl(): lift copyin/copyout into the callerGravatar Al Viro 1-24/+24
2020-05-29comedi: do_cmdtest_ioctl(): lift copyin/copyout into the callerGravatar Al Viro 1-23/+22
2020-05-29comedi: lift copy_from_user() into callers of __comedi_get_user_cmd()Gravatar Al Viro 1-8/+12
2020-05-29comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSNLIST compatGravatar Al Viro 1-90/+48
2020-05-29comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSN compatGravatar Al Viro 1-27/+47
2020-05-28comedi: get rid of compat_alloc_user_space() mess in COMEDI_RANGEINFO compatGravatar Al Viro 3-35/+27
2020-05-28comedi: get rid of compat_alloc_user_space() mess in COMEDI_CHANINFO compatGravatar Al Viro 1-38/+30
2020-05-28comedi: get rid of indirection via translated_ioctl()Gravatar Al Viro 1-18/+8
2020-05-28comedi: move compat ioctl handling to native fopsGravatar Al Viro 4-487/+448
2020-05-05Staging: comedi: drivers: ni_pcimio: Fix variable nameGravatar Eric Yu 1-2/+2
2020-04-27Merge 5.7-rc3 into staging-nextGravatar Greg Kroah-Hartman 2-1/+6
2020-04-23staging: comedi: Fix comedi_device refcnt leak in comedi_openGravatar Xiyu Yang 1-1/+3
2020-04-13staging: comedi: dt2815: fix writing hi byte of analog outputGravatar Ian Abbott 1-0/+3
2020-04-13staging: comedi: Fix line ending with a (Gravatar John B. Wyatt IV 1-2/+2
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1