summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: tests: ni_routes_test: Fix compilation errorIan Abbott2021-05-141-2/+4
* staging: comedi: cb_pcidas64: fix request_irq() warnTong Zhang2021-04-071-1/+1
* staging: comedi: cb_pcidas: fix request_irq() warnTong Zhang2021-04-071-1/+1
* staging: comedi: pcl818: Fix endian problem for AI command dataIan Abbott2021-03-171-1/+1
* staging: comedi: pcl711: Fix endian problem for AI command dataIan Abbott2021-03-171-1/+1
* staging: comedi: me4000: Fix endian problem for AI command dataIan Abbott2021-03-171-1/+1
* staging: comedi: dmm32at: Fix endian problem for AI command dataIan Abbott2021-03-171-1/+1
* staging: comedi: das800: Fix endian problem for AI command dataIan Abbott2021-03-171-1/+1
* staging: comedi: das6402: Fix endian problem for AI command dataIan Abbott2021-03-171-1/+1
* staging: comedi: adv_pci1710: Fix endian problem for AI command dataIan Abbott2021-03-171-5/+5
* staging: comedi: addi_apci_1500: Fix endian problem for command sampleIan Abbott2021-03-171-9/+9
* staging: comedi: addi_apci_1032: Fix endian problem for COS sampleIan Abbott2021-03-171-1/+3
* Staging: comedi: Return -EFAULT if copy_to_user() failsDan Carpenter2021-01-121-1/+3
* staging: comedi: mf6x4: Fix AI end-of-conversion detectionIan Abbott2020-12-301-1/+2
* staging: comedi: cb_pcidas: Allow 2-channel commands for AO subdeviceIan Abbott2020-10-271-0/+1
* staging: comedi: check validity of wMaxPacketSize of usb endpoints foundAnant Thazhemadam2020-10-101-0/+3
* drivers: staging: comedi: fixed duplicate words from checkpatchEthan Edwards2020-08-287-9/+9
* Staging: comedi: pcl726: fixed a spelling mistakeLokesh Chebrolu2020-08-181-1/+1
* staging: comedi: s526: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-281-1/+1
* Merge 5.8-rc7 into staging-nextGreg Kroah-Hartman2020-07-274-18/+48
|\
| * staging: comedi: addi_apci_1564: check INSN_CONFIG_DIGITAL_TRIG shiftIan Abbott2020-07-201-6/+14
| * staging: comedi: addi_apci_1500: check INSN_CONFIG_DIGITAL_TRIG shiftIan Abbott2020-07-201-5/+19
| * staging: comedi: addi_apci_1032: check INSN_CONFIG_DIGITAL_TRIG shiftIan Abbott2020-07-201-6/+14
| * staging: comedi: ni_6527: fix INSN_CONFIG_DIGITAL_TRIG supportIan Abbott2020-07-201-1/+1
* | staging: comedi: addi: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-2510-10/+10
* | staging: comedi: amplc: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-2512-21/+21
* | staging: comedi: das: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-257-7/+7
* | staging: comedi: dt: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-257-7/+7
* | staging: comedi: ni: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-2517-20/+20
* | staging: comedi: pcl: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-257-7/+7
* | staging: comedi: pcm: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-255-5/+5
* | staging: comedi: adl: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-254-4/+4
* | staging: comedi: adv: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-254-4/+4
* | staging: comedi: cb: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-254-6/+6
* | staging: comedi: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-2535-38/+38
* | Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman2020-07-201-3/+7
|\|
| * staging: comedi: verify array index is correct before using itDan Carpenter2020-07-101-3/+7
* | staging: comedi: comedi_fops.c: added casts to get rid of sparse warningsB K Karthik2020-07-171-2/+2
* | staging: comedi: s626: Remove pci-dma-compat wrapper APIs.Suraj Upadhyay2020-07-151-8/+10
* | staging: comedi: fix up missing whitespace in commentGarrit Franke2020-06-181-1/+1
* | Staging: comedi: Added blank lines to fix coding style issueDivyansh Kamboj2020-06-181-0/+3
|/
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-072-4/+4
|\
| * Staging: comedi: drivers: ni_pcimio: Fix variable nameEric Yu2020-05-051-2/+2
| * Merge 5.7-rc3 into staging-nextGreg Kroah-Hartman2020-04-272-1/+6
| |\
| * | staging: comedi: Fix line ending with a (John B. Wyatt IV2020-04-131-2/+2
* | | Merge branch 'uaccess.comedi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-036-600/+467
|\ \ \ | |_|/ |/| |
| * | comedi: get rid of compat_alloc_user_space() mess in COMEDI_CMD{,TEST} compatAl Viro2020-05-291-115/+66
| * | comedi: do_cmd_ioctl(): lift copyin/copyout into the callerAl Viro2020-05-291-24/+24
| * | comedi: do_cmdtest_ioctl(): lift copyin/copyout into the callerAl Viro2020-05-291-23/+22