aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/amplc_pci230.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten1-1/+0
2014-11-07staging: comedi: amplc_pci230: use comedi_async 'scans_done' to detect AI EOAH Hartley Sweeten1-36/+17
2014-11-07staging: comedi: amplc_pci230: use comedi_async 'scans_done' to detect AO EOAH Hartley Sweeten1-39/+18
2014-11-03staging: comedi: amplc_pci230: remove private data 'ai_scan_pos'H Hartley Sweeten1-11/+4
2014-10-29staging: comedi: amplc_pci230: use comedi_buf_write_samples()H Hartley Sweeten1-9/+5
2014-10-29staging: comedi: amplc_pci230: use comedi_buf_read_samples()H Hartley Sweeten1-9/+8
2014-10-29staging: comedi: comedidev.h: clarify async->event error/cancel detectionH Hartley Sweeten1-8/+2
2014-10-20staging: comedi: amplc_pci230: use comedi_bytes_per_scan()H Hartley Sweeten1-1/+1
2014-10-20staging: comedi: amplc_pci230: use comedi_handle_events()H Hartley Sweeten1-31/+17
2014-10-20staging: comedi: drivers: Replace "the the " with "the"Tapasweni Pathak1-1/+1
2014-09-11staging: comedi: amplc_pci230: 'ai_scan_count' is always 'stop_arg'H Hartley Sweeten1-5/+1
2014-09-11staging: comedi: amplc_pci230: remove analog input "empty acquisition" async commandH Hartley Sweeten1-8/+3
2014-09-11staging: comedi: amplc_pci230: 'ao_scan_count' is always 'stop_arg'H Hartley Sweeten1-5/+1
2014-09-11staging: comedi: amplc_pci230: remove analog output "empty acquisition" async commandH Hartley Sweeten1-8/+4
2014-09-11staging: comedi: amplc_pci230: replace comedi_board() callsIan Abbott1-5/+5
2014-09-08staging: comedi: amplc_pci230: use CMDF_ROUND_...Ian Abbott1-6/+6
2014-09-08staging: comedi: amplc_pci230: use CMDF_WAKE_EOSIan Abbott1-1/+1
2014-09-02staging: comedi: amplc_pci230: simplify interrupt enable handlingIan Abbott1-22/+10
2014-09-02staging: comedi: amplc_pci230: change pci230_handle_ao_fifo() return typeIan Abbott1-8/+10
2014-09-02staging: comedi: amplc_pci230: reduce indentation in pci230_ai_start()Ian Abbott1-117/+112
2014-09-02staging: comedi: amplc_pci230: reduce indentation in pci230_ai_inttrig_convert()Ian Abbott1-29/+25
2014-09-02staging: comedi: amplc_pci230: reduce indentation in pci230_ao_start()Ian Abbott1-59/+54
2014-09-02staging: comedi: amplc_pci230: reduce indentation in pci230_ao_inttrig_scan_begin()Ian Abbott1-19/+16
2014-09-02staging: comedi: amplc_pci230: rewrite shared resource handlingIan Abbott1-67/+32
2014-09-02staging: comedi: amplc_pci230: replace `state` member with bitfieldsIan Abbott1-14/+13
2014-09-02staging: comedi: amplc_pci230: make `intr_running` a bitfieldIan Abbott1-3/+3
2014-09-02staging: comedi: amplc_pci230: use comedi_range_is_bipolar()Ian Abbott1-16/+10
2014-09-02staging: comedi: amplc_pci230: add `pci230_` prefix to functionsIan Abbott1-20/+21
2014-09-02staging: comedi: amplc_pci230: rename pci230_ai_rinsn()Ian Abbott1-4/+4
2014-09-02staging: comedi: amplc_pci230: remove 'inline'Ian Abbott1-13/+11
2014-09-02staging: comedi: amplc_pci230: simplify pci230_ai_read()Ian Abbott1-6/+3
2014-09-02staging: comedi: amplc_pci230: simplify pci230_ao_mangle_datum()Ian Abbott1-7/+6
2014-09-02staging: comedi: amplc_pci230: shrink struct pci230_boardIan Abbott1-6/+6
2014-09-02staging: comedi: amplc_pci230: remove ao_chans memberIan Abbott1-7/+4
2014-09-02staging: comedi: amplc_pci230: remove ai_chans memberIan Abbott1-6/+1
2014-09-02staging: comedi: amplc_pci230: absorb pci230_alloc_private()Ian Abbott1-20/+8
2014-09-02staging: comedi: amplc_pci230: no need to comedi_set_hw_dev() hereIan Abbott1-2/+0
2014-09-02staging: comedi: amplc_pci230: absorb pci230_attach_common()Ian Abbott1-27/+21
2014-09-02staging: comedi: amplc_pci230: set detach handler to comedi_pci_detach()Ian Abbott1-6/+1
2014-09-02staging: comedi: amplc_pci230: no need to manipulate PCI ref countIan Abbott1-11/+0
2014-09-02staging: comedi: amplc_pci230: remove "legacy" attach mechanismIan Abbott1-83/+9
2014-09-02staging: comedi: amplc_pci230: collapse some 'else { if' chainsIan Abbott1-33/+22
2014-09-02staging: comedi: amplc_pci230: remove some unnecessary parenthesesIan Abbott1-39/+36
2014-09-02staging: comedi: amplc_pci230: don't use multiple blank linesIan Abbott1-3/+0
2014-09-02staging: comedi: amplc_pci230: update MODULE_DESCRIPTION()Ian Abbott1-1/+1
2014-08-30staging: comedi: amplc_pci230: fix a precedence bugDan Carpenter1-1/+1
2014-08-30staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten1-3/+1
2014-08-30staging: comedi: amplc_pci230: use comedi_subdevice 'readback'H Hartley Sweeten1-50/+24
2014-08-16staging: comedi: 8255: refactor how the (*io) function worksH Hartley Sweeten1-2/+1
2014-08-16staging: comedi: amplc_pci230: refactor iobase addressesH Hartley Sweeten1-84/+77