summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: adv_pci_dio: remove whitespaceMikko Talikka2021-04-141-1/+0
* staging: comedi: tests: ni_routes_test: Remove unused variable 'olddevroutes'Qiheng Lin2021-04-101-2/+1
* staging: comedi: cb_pcidas64: remove useless functionJiapeng Chong2021-04-091-5/+0
* staging: comedi: Kconfig: Fix COMEDI_TESTS_NI_ROUTES selectionsIan Abbott2021-04-091-1/+1
* staging: comedi: Add Kconfig options to build unit test modulesIan Abbott2021-04-082-2/+35
* staging: comedi: tests: example_test: Rename to 'comedi_example_test'Ian Abbott2021-04-082-2/+3
* staging: comedi: tests: example_test: Declare functions staticIan Abbott2021-04-081-2/+2
* staging: comedi: tests: example_test: Reduce stack usageIan Abbott2021-04-081-1/+1
* staging: comedi: tests: ni_route_tests: Declare functions staticIan Abbott2021-04-081-17/+17
* staging: comedi: tests: ni_routes_test: Reduce stack usageIan Abbott2021-04-081-1/+1
* staging: comedi: tests: Correct unittest_fptrIan Abbott2021-04-073-18/+18
* staging: comedi: tests: ni_routes_test: Lines should not end with a '('Ian Abbott2021-04-071-13/+10
* staging: comedi: tests: ni_routes_test: Avoid CamelCase: <RVi>Ian Abbott2021-04-071-9/+9
* staging: comedi: tests: ni_routes_test: Put complex values in parenthesesIan Abbott2021-04-071-9/+9
* staging: comedi: tests: ni_routes_test: Fix compilation errorIan Abbott2021-04-071-2/+4
* staging: comedi: drivers: Fix spelling mistake "nubmer" -> "number"Colin Ian King2021-04-071-1/+1
* Staging: comedi: remove unnecessary else statementSwen Kalski2021-03-261-26/+26
* staging: comedi: das800: fix request_irq() warnTong Zhang2021-03-221-1/+1
* Merge v5.12-rc4 into staging-nextGreg Kroah-Hartman2021-03-223-3/+2
|\
| * Merge tag 'staging-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-212-2/+2
| |\
| | * staging: comedi: cb_pcidas64: fix request_irq() warnTong Zhang2021-03-161-1/+1
| | * staging: comedi: cb_pcidas: fix request_irq() warnTong Zhang2021-03-161-1/+1
| * | module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
| |/
* | Merge 5.12-rc3 into staging-nextGreg Kroah-Hartman2021-03-1514-26/+36
|\|
| * staging: comedi: pcl726: Use 16-bit 0 for interrupt dataIan Abbott2021-03-101-1/+3
| * staging: comedi: ni_65xx: Use 16-bit 0 for interrupt dataIan Abbott2021-03-101-1/+2
| * staging: comedi: ni_6527: Use 16-bit 0 for interrupt dataIan Abbott2021-03-101-1/+3
| * staging: comedi: comedi_parport: Use 16-bit 0 for interrupt dataIan Abbott2021-03-101-1/+2
| * staging: comedi: amplc_pc236_common: Use 16-bit 0 for interrupt dataIan Abbott2021-03-101-1/+3
| * staging: comedi: pcl818: Fix endian problem for AI command dataIan Abbott2021-03-101-1/+1
| * staging: comedi: pcl711: Fix endian problem for AI command dataIan Abbott2021-03-101-1/+1
| * staging: comedi: me4000: Fix endian problem for AI command dataIan Abbott2021-03-101-1/+1
| * staging: comedi: dmm32at: Fix endian problem for AI command dataIan Abbott2021-03-101-1/+1
| * staging: comedi: das800: Fix endian problem for AI command dataIan Abbott2021-03-101-1/+1
| * staging: comedi: das6402: Fix endian problem for AI command dataIan Abbott2021-03-101-1/+1
| * staging: comedi: adv_pci1710: Fix endian problem for AI command dataIan Abbott2021-03-101-5/+5
| * staging: comedi: addi_apci_1500: Fix endian problem for command sampleIan Abbott2021-03-101-9/+9
| * staging: comedi: addi_apci_1032: Fix endian problem for COS sampleIan Abbott2021-03-101-1/+3
* | staging: comedi: dt2814: Clear stale AI data on detachIan Abbott2021-03-101-1/+14
* | staging: comedi: dt2814: Remove struct dt2814_privateIan Abbott2021-03-101-12/+0
* | staging: comedi: dt2814: Fix asynchronous command interrupt handlingIan Abbott2021-03-101-7/+65
* | staging: comedi: dt2814: Call dt2814_ai_clear() during initializationIan Abbott2021-03-101-4/+1
* | staging: comedi: dt2814: Don't wait for conversion in interrupt handlerIan Abbott2021-03-101-11/+3
* | staging: comedi: dt2814: Clear stale AI data before operationIan Abbott2021-03-101-0/+39
* | staging: comedi dt2814: Removed unused variablesFatih Yildirim2021-03-101-9/+4
|/
* staging: comedi: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi2021-02-041-2/+2
* staging: comedi: adv_pci_dio: Support falling edge triggersIan Abbott2021-01-261-2/+18
* staging: comedi: adv_pci_dio: Add interrupt handling for PCI-1730Bernd Harries2021-01-261-12/+261
* staging: comedi: adl_pci7x3x: Add interrupt handling for PCI-7230Bernd Harries2021-01-261-10/+274
* Staging: comedi: Return -EFAULT if copy_to_user() failsDan Carpenter2020-12-281-1/+3