aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/adl_pci9118.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-11staging: comedi: adl_pci9118: rename setup_channel_list()H Hartley Sweeten1-12/+7
2014-09-11staging: comedi: adl_pci9118: remove unused parameters from setup_channel_list()H Hartley Sweeten1-10/+5
2014-09-11staging: comedi: adl_pci9118: merge pci9118_exttrg_{add,del}()H Hartley Sweeten1-20/+14
2014-09-11staging: comedi: adl_pci9118: exttrg source is always EXTTRG_AIH Hartley Sweeten1-27/+11
2014-09-11staging: comedi: adl_pci9118: fix interrupt_pci9118_ai_mode4_switch()H Hartley Sweeten1-6/+5
2014-09-11staging: comedi: adl_pci9118: change type of pci9118_dmabuf 'virt' memberH Hartley Sweeten1-7/+7
2014-09-11staging: comedi: adl_pci9118: introduce struct pci9118_dmabufH Hartley Sweeten1-48/+48
2014-09-11staging: comedi: adl_pci9118: remove 'dmabuf_used_size' from private dataH Hartley Sweeten1-3/+0
2014-09-11staging: comedi: adl_pci9118: convert private data true/false flags to bit-fieldsH Hartley Sweeten1-7/+7
2014-09-11staging: comedi: adl_pci9118: remove 'dmabuf_panic_size' from private dataH Hartley Sweeten1-17/+0
2014-09-11staging: comedi: adl_pci9118: remove PCI9118_PARANOIDCHECK codeH Hartley Sweeten1-39/+0
2014-09-11staging: comedi: adl_pci9118: do cfc_handle_events() at end of interruptH Hartley Sweeten1-17/+8
2014-09-11staging: comedi: adl_pci9118: handle hardware errors in interrupt handlerH Hartley Sweeten1-42/+27
2014-09-11staging: comedi: adl_pci9118: handle error detection in main interrupt handlerH Hartley Sweeten1-17/+7
2014-09-11staging: comedi: adl_pci9118: handle master/target abort in main interrupt handlerH Hartley Sweeten1-17/+16
2014-09-11staging: comedi: adl_pci9118: don't ignore hardware errorsH Hartley Sweeten1-15/+6
2014-09-11staging: comedi: adl_pci9118: always try to use interrupt and DMAH Hartley Sweeten1-18/+10