aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/adl_pci9118.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2017-02-14staging: comedi: fixed multiple line dereferenceArtur Lorincz1-3/+2
2016-09-13Staging: comedi: drivers: Delete NULL check before pci_dev_putBhumika Goyal1-2/+1
2016-06-17staging: comedi: adl_pci9118: fix spelling mistake "acqusition" -> "acquisition"Colin Ian King1-4/+4
2015-11-15Staging: comedi: adl_pci9118: Fix endian sparse warningKsenija Stanojevic1-1/+2
2015-10-24staging: comedi: adl_pci9118: tidy up pci9118_ai_setup_dma()H Hartley Sweeten1-36/+31
2015-10-24staging: comedi: adl_pci9118: rename interrupt_*() functionsH Hartley Sweeten1-6/+6
2015-10-24staging: comedi: adl_pci9118: rename move_block_from_dma()H Hartley Sweeten1-2/+2
2015-10-24staging: comedi: adl_pci9118: rename valid_samples_in_act_dma_buf()H Hartley Sweeten1-4/+4
2015-10-24staging: comedi: adl_pci9118: rename interrupt_pci9118_ai_mode4_switch()H Hartley Sweeten1-7/+5
2015-10-24staging: comedi: adl_pci9118: remove PCI9118_CHANLENH Hartley Sweeten1-6/+1
2015-10-24staging: comedi: adl_pci9118: remove unused definesH Hartley Sweeten1-3/+0
2015-10-24staging: comedi: adl_pci9118: tidy up check_channel_list()H Hartley Sweeten1-53/+51
2015-10-24staging: comedi: adl_pci9118: remove unnecessary check in check_channel_list()H Hartley Sweeten1-5/+0
2015-10-24staging: comedi: adl_pci9118: TRIG_INT is not vaild for scan_begin_srcH Hartley Sweeten1-3/+0
2015-10-12staging: comedi: adl_pci9118: rename Compute_and_setup_dma()H Hartley Sweeten1-3/+3
2015-10-12staging: comedi: adl_pci9118: prefer using the BIT macroH Hartley Sweeten1-29/+29
2015-04-03staging: comedi: adl_pci9118: remove #include "comedi_fc.h"Ian Abbott1-31/+34
2015-03-20staging: comedi: adl_pci9118: include new "comedi_pci.h" headerIan Abbott1-2/+1
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten1-1/+0
2015-03-06staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten1-1/+1
2015-03-01staging: comedi: adl_pci9118: convert driver to use the comedi_8254 moduleH Hartley Sweeten1-65/+28
2015-01-25staging: comedi: drivers: remove inappropriate COMEDI_CB_EOA eventsH Hartley Sweeten1-2/+2
2014-12-02staging: comedi: adl_pci9118: eliminate DMA buffer defragmentation stepIan Abbott1-21/+46
2014-12-02staging: comedi: adl_pci9118: try and avoid unnecessary DMA restartIan Abbott1-7/+71
2014-12-02staging: comedi: adl_pci9118: simplify interrupt_pci9118_ai_dma() a bitIan Abbott1-14/+10
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten1-1/+0
2014-11-26staging: comedi: adl_pci9118: use comedi_bytes_to_samples()H Hartley Sweeten1-3/+1
2014-11-26staging: comedi: adl_pci9118: absorb move_block_from_dma()H Hartley Sweeten1-17/+7
2014-11-26staging: comedi: adl_pci9118: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-18/+4
2014-11-03staging: comedi: adl_pci9118: use sample manipulation helpersH Hartley Sweeten1-1/+2
2014-11-03staging: comedi: drivers: move comedi_async 'cur_chan' tracking into the coreH Hartley Sweeten1-6/+2
2014-11-03staging: comedi: drivers do not need to reset the async->cur_chanH Hartley Sweeten1-2/+0
2014-10-29staging: comedi: adl_pci9118: use comedi_buf_write_samples()H Hartley Sweeten1-12/+7
2014-10-20staging: comedi: adl_pci9118: use comedi_handle_events()H Hartley Sweeten1-1/+1
2014-09-19staging: comedi: adl_pci9118: use dma_alloc_coherent()Ian Abbott1-10/+10
2014-09-19staging: comedi: adl_pci9118: don't overallocate DMA bufferIan Abbott1-7/+7
2014-09-19staging: comedi: adl_pci9118: don't allocate 2nd DMA buffer on failureIan Abbott1-10/+10
2014-09-11staging: comedi: adl_pci9118: replace comedi_board() callsIan Abbott1-1/+1
2014-09-11staging: comedi: adl_pci9118: move pci9118_ai_cmdtest()H Hartley Sweeten1-162/+162
2014-09-11staging: comedi: adl_pci9118: absorb DMA and non-DMA helpersH Hartley Sweeten1-84/+43
2014-09-11staging: comedi: adl_pci9118: clarify async command startH Hartley Sweeten1-21/+13
2014-09-11staging: comedi: adl_pci9118: introduce pci9118_ai_cmd_start()H Hartley Sweeten1-25/+18
2014-09-11staging: comedi: adl_pci9118: enable DMA in common code pathH Hartley Sweeten1-8/+7
2014-09-11staging: comedi: adl_pci9118: tidy up 'ai_cfg' in pci9118_ai_docmd_dma()H Hartley Sweeten1-9/+3
2014-09-11staging: comedi: adl_pci9118: clarify acquisition mode (ai_do) determinationH Hartley Sweeten1-48/+31
2014-09-11staging: comedi: adl_pci9118: TRIG_INT is not a valid scan_begin_srcH Hartley Sweeten1-2/+1
2014-09-11staging: comedi: adl_pci9118: remove sanity checks in pci9118_calc_divisors()H Hartley Sweeten1-9/+0
2014-09-11staging: comedi: adl_pci9118: tidy up pci9118_set_chanlist()H Hartley Sweeten1-24/+24
2014-09-11staging: comedi: adl_pci9118: absorb pci9118_ai_set_range_aref()H Hartley Sweeten1-25/+16