aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman195-122241/+0
2021-04-14staging: comedi: adv_pci_dio: remove whitespaceMikko Talikka1-1/+0
2021-04-10staging: comedi: tests: ni_routes_test: Remove unused variable 'olddevroutes'Qiheng Lin1-2/+1
2021-04-09staging: comedi: cb_pcidas64: remove useless functionJiapeng Chong1-5/+0
2021-04-08staging: comedi: Add Kconfig options to build unit test modulesIan Abbott1-2/+2
2021-04-08staging: comedi: tests: example_test: Rename to 'comedi_example_test'Ian Abbott2-2/+3
2021-04-08staging: comedi: tests: example_test: Declare functions staticIan Abbott1-2/+2
2021-04-08staging: comedi: tests: example_test: Reduce stack usageIan Abbott1-1/+1
2021-04-08staging: comedi: tests: ni_route_tests: Declare functions staticIan Abbott1-17/+17
2021-04-08staging: comedi: tests: ni_routes_test: Reduce stack usageIan Abbott1-1/+1
2021-04-07staging: comedi: tests: Correct unittest_fptrIan Abbott3-18/+18
2021-04-07staging: comedi: tests: ni_routes_test: Lines should not end with a '('Ian Abbott1-13/+10
2021-04-07staging: comedi: tests: ni_routes_test: Avoid CamelCase: <RVi>Ian Abbott1-9/+9
2021-04-07staging: comedi: tests: ni_routes_test: Put complex values in parenthesesIan Abbott1-9/+9
2021-04-07staging: comedi: tests: ni_routes_test: Fix compilation errorIan Abbott1-2/+4
2021-04-07staging: comedi: drivers: Fix spelling mistake "nubmer" -> "number"Colin Ian King1-1/+1
2021-03-22staging: comedi: das800: fix request_irq() warnTong Zhang1-1/+1
2021-03-22Merge v5.12-rc4 into staging-nextGreg Kroah-Hartman3-3/+2
2021-03-21Merge tag 'staging-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds2-2/+2
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-03-16staging: comedi: cb_pcidas64: fix request_irq() warnTong Zhang1-1/+1
2021-03-16staging: comedi: cb_pcidas: fix request_irq() warnTong Zhang1-1/+1
2021-03-15Merge 5.12-rc3 into staging-nextGreg Kroah-Hartman14-26/+36
2021-03-10staging: comedi: dt2814: Clear stale AI data on detachIan Abbott1-1/+14
2021-03-10staging: comedi: dt2814: Remove struct dt2814_privateIan Abbott1-12/+0
2021-03-10staging: comedi: dt2814: Fix asynchronous command interrupt handlingIan Abbott1-7/+65
2021-03-10staging: comedi: dt2814: Call dt2814_ai_clear() during initializationIan Abbott1-4/+1
2021-03-10staging: comedi: dt2814: Don't wait for conversion in interrupt handlerIan Abbott1-11/+3
2021-03-10staging: comedi: dt2814: Clear stale AI data before operationIan Abbott1-0/+39
2021-03-10staging: comedi dt2814: Removed unused variablesFatih Yildirim1-9/+4
2021-03-10staging: comedi: pcl726: Use 16-bit 0 for interrupt dataIan Abbott1-1/+3
2021-03-10staging: comedi: ni_65xx: Use 16-bit 0 for interrupt dataIan Abbott1-1/+2
2021-03-10staging: comedi: ni_6527: Use 16-bit 0 for interrupt dataIan Abbott1-1/+3
2021-03-10staging: comedi: comedi_parport: Use 16-bit 0 for interrupt dataIan Abbott1-1/+2
2021-03-10staging: comedi: amplc_pc236_common: Use 16-bit 0 for interrupt dataIan Abbott1-1/+3
2021-03-10staging: comedi: pcl818: Fix endian problem for AI command dataIan Abbott1-1/+1
2021-03-10staging: comedi: pcl711: Fix endian problem for AI command dataIan Abbott1-1/+1
2021-03-10staging: comedi: me4000: Fix endian problem for AI command dataIan Abbott1-1/+1
2021-03-10staging: comedi: dmm32at: Fix endian problem for AI command dataIan Abbott1-1/+1
2021-03-10staging: comedi: das800: Fix endian problem for AI command dataIan Abbott1-1/+1
2021-03-10staging: comedi: das6402: Fix endian problem for AI command dataIan Abbott1-1/+1
2021-03-10staging: comedi: adv_pci1710: Fix endian problem for AI command dataIan Abbott1-5/+5
2021-03-10staging: comedi: addi_apci_1500: Fix endian problem for command sampleIan Abbott1-9/+9
2021-03-10staging: comedi: addi_apci_1032: Fix endian problem for COS sampleIan Abbott1-1/+3
2021-01-26staging: comedi: adv_pci_dio: Support falling edge triggersIan Abbott1-2/+18
2021-01-26staging: comedi: adv_pci_dio: Add interrupt handling for PCI-1730Bernd Harries1-12/+261
2021-01-26staging: comedi: adl_pci7x3x: Add interrupt handling for PCI-7230Bernd Harries1-10/+274
2020-12-09staging: comedi: mf6x4: Fix AI end-of-conversion detectionIan Abbott1-1/+2
2020-11-02Merge 5.10-rc2 into staging-nextGreg Kroah-Hartman1-0/+1
2020-10-27staging: comedi: cb_pcidas: Allow 2-channel commands for AO subdeviceIan Abbott1-0/+1