aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/amplc_pci230.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-17staging: comedi: drivers: amplc_pci230: make bool bit-field unsigned int bit-fields.Giulio Benetti1-6/+6
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2017-04-08staging: comedi: amplc_pci230: convert CLK_CONFIG() macro to functionIan Abbott1-3/+6
2017-04-08staging: comedi: amplc_pci230: remove 'inline' from pci230_gat_config()Ian Abbott1-2/+1
2016-03-30staging: comedi: amplc_pci230: Prefer kernel type 'u64' over 'uint64_t'H Hartley Sweeten1-5/+5
2016-03-30staging: comedi: amplc_pci230: Prefer using the BIT macroH Hartley Sweeten1-67/+74
2016-03-28staging: comedi: amplc_pci230: Convert macro GAT_CONFIG to static inline functionBhaktipriya Shridhar1-16/+22
2016-03-10staging: comedi: drivers: amplc_pci230: Prefer using macro DIV_ROUND_UPBhaktipriya Shridhar1-1/+1
2016-02-20staging: comedi: drivers: Use DIV_ROUND_CLOSESTAmitoj Kaur Chawla1-1/+1
2015-10-16Staging: comedi: Remove unnecessary cast on void pointerShraddha Barke1-1/+1
2015-06-18staging: comedi: amplc_pci230: rename 'thisboard' variablesH Hartley Sweeten1-22/+22
2015-06-17staging: comedi: amplc_pci230: rename 'todo' variableHari Prasath Gujulan Elango1-4/+4
2015-04-03staging: comedi: amplc_pci230: remove #include "comedi_fc.h"Ian Abbott1-37/+39
2015-03-20staging: comedi: amplc_pci230: include new "comedi_pci.h" headerIan Abbott1-2/+1
2015-03-06staging: comedi: amplc_pci230: (!foo) preferred over (foo == NULL)H Hartley Sweeten1-1/+1
2015-03-01staging: comedi: amplc_pci230: convert driver to use the comedi_8254 moduleH Hartley Sweeten1-27/+20
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