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