summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/adl_pci9118.c
AgeCommit message (Expand)Author
2014-09-11staging: comedi: adl_pci9118: rename setup_channel_list()H Hartley Sweeten
2014-09-11staging: comedi: adl_pci9118: remove unused parameters from setup_channel_list()H Hartley Sweeten
2014-09-11staging: comedi: adl_pci9118: merge pci9118_exttrg_{add,del}()H Hartley Sweeten
2014-09-11staging: comedi: adl_pci9118: exttrg source is always EXTTRG_AIH Hartley Sweeten
2014-09-11staging: comedi: adl_pci9118: fix interrupt_pci9118_ai_mode4_switch()H Hartley Sweeten
2014-09-11staging: comedi: adl_pci9118: change type of pci9118_dmabuf 'virt' memberH Hartley Sweeten
2014-09-11staging: comedi: adl_pci9118: introduce struct pci9118_dmabufH Hartley Sweeten
2014-09-11staging: comedi: adl_pci9118: remove 'dmabuf_used_size' from private dataH Hartley Sweeten
2014-09-11staging: comedi: adl_pci9118: convert private data true/false flags to bit-fi...H Hartley Sweeten
2014-09-11staging: comedi: adl_pci9118: remove 'dmabuf_panic_size' from private dataH Hartley Sweeten
2014-09-11staging: comedi: adl_pci9118: remove PCI9118_PARANOIDCHECK codeH Hartley Sweeten
2014-09-11staging: comedi: adl_pci9118: do cfc_handle_events() at end of interruptH Hartley Sweeten
2014-09-11staging: comedi: adl_pci9118: handle hardware errors in interrupt handlerH Hartley Sweeten
2014-09-11staging: comedi: adl_pci9118: handle error detection in main interrupt handlerH Hartley Sweeten
2014-09-11staging: comedi: adl_pci9118: handle master/target abort in main interrupt ha...H Hartley Sweeten
2014-09-11staging: comedi: adl_pci9118: don't ignore hardware errorsH Hartley Sweeten
2014-09-11staging: comedi: adl_pci9118: always try to use interrupt and DMAH Hartley Sweeten
2014-09-11staging: comedi: adl_pci9118: DMA requires an interruptH Hartley Sweeten
2014-09-11staging: comedi: adl_pci9118: factor out DMA alloc/freeH Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: move analog input (*insn_read) functionH Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: tidy up some wordy commentsH Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: no need to reset ai FIFO after (*insn_read)H Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: introduce pci9118_amcc_setup_dma()H Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: introduce pci9118_amcc_dma_ena()H Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: introduce pci9118_amcc_int_ena()H Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: rename 'IntControlReg'H Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: rename 'AdControlReg'H Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: rename 'AdFunctionReg'H Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: fix ai range/aref programmingH Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: ai (*insn_read) does not use interruptsH Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: cleanup and simplify pci9118_reset()H Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: move analog output (*insn_write) functionH Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: use comedi_subdevice 'readback'H Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: move digitial input (*insn_bits) functionH Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: don't reset digital outputsH Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: move digitial output (*insn_bits) functionH Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: tidy up the interrupt control/status bit definesH Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: tidy up the interrupt control/status registerH Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: introduce pci9118_ai_reset_fifo()H Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: tidy up the ai config register bit definesH Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: rename PCI9118_ADFUNC defineH Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: rename PCI9118_SCANMOD defineH Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: rename PCI9118_BURST defineH Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: rename PCI9118_GAIN defineH Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: introduce pci9118_ai_start_conv()H Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: clarify the digital I/O registerH Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: tidy up the ai control register bit definesH Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: rename PCI9118_ADCNTRL defineH Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: tidy up the ai status register bit definesH Hartley Sweeten
2014-09-08staging: comedi: adl_pci9118: rename PCI9118_ADSTAT defineH Hartley Sweeten