summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/amplc_pci230.c
AgeCommit message (Expand)Author
2019-07-14staging: comedi: amplc_pci230: fix null pointer deref on interruptIan Abbott
2018-06-17staging: comedi: drivers: amplc_pci230: make bool bit-field unsigned int bit-...Giulio Benetti
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman
2017-04-08staging: comedi: amplc_pci230: convert CLK_CONFIG() macro to functionIan Abbott
2017-04-08staging: comedi: amplc_pci230: remove 'inline' from pci230_gat_config()Ian Abbott
2016-03-30staging: comedi: amplc_pci230: Prefer kernel type 'u64' over 'uint64_t'H Hartley Sweeten
2016-03-30staging: comedi: amplc_pci230: Prefer using the BIT macroH Hartley Sweeten
2016-03-28staging: comedi: amplc_pci230: Convert macro GAT_CONFIG to static inline func...Bhaktipriya Shridhar
2016-03-10staging: comedi: drivers: amplc_pci230: Prefer using macro DIV_ROUND_UPBhaktipriya Shridhar
2016-02-20staging: comedi: drivers: Use DIV_ROUND_CLOSESTAmitoj Kaur Chawla
2015-10-16Staging: comedi: Remove unnecessary cast on void pointerShraddha Barke
2015-06-18staging: comedi: amplc_pci230: rename 'thisboard' variablesH Hartley Sweeten
2015-06-17staging: comedi: amplc_pci230: rename 'todo' variableHari Prasath Gujulan Elango
2015-04-03staging: comedi: amplc_pci230: remove #include "comedi_fc.h"Ian Abbott
2015-03-20staging: comedi: amplc_pci230: include new "comedi_pci.h" headerIan Abbott
2015-03-06staging: comedi: amplc_pci230: (!foo) preferred over (foo == NULL)H Hartley Sweeten
2015-03-01staging: comedi: amplc_pci230: convert driver to use the comedi_8254 moduleH Hartley Sweeten
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten
2014-11-07staging: comedi: amplc_pci230: use comedi_async 'scans_done' to detect AI EOAH Hartley Sweeten
2014-11-07staging: comedi: amplc_pci230: use comedi_async 'scans_done' to detect AO EOAH Hartley Sweeten
2014-11-03staging: comedi: amplc_pci230: remove private data 'ai_scan_pos'H Hartley Sweeten
2014-10-29staging: comedi: amplc_pci230: use comedi_buf_write_samples()H Hartley Sweeten
2014-10-29staging: comedi: amplc_pci230: use comedi_buf_read_samples()H Hartley Sweeten
2014-10-29staging: comedi: comedidev.h: clarify async->event error/cancel detectionH Hartley Sweeten
2014-10-20staging: comedi: amplc_pci230: use comedi_bytes_per_scan()H Hartley Sweeten
2014-10-20staging: comedi: amplc_pci230: use comedi_handle_events()H Hartley Sweeten
2014-10-20staging: comedi: drivers: Replace "the the " with "the"Tapasweni Pathak
2014-09-11staging: comedi: amplc_pci230: 'ai_scan_count' is always 'stop_arg'H Hartley Sweeten
2014-09-11staging: comedi: amplc_pci230: remove analog input "empty acquisition" async ...H Hartley Sweeten
2014-09-11staging: comedi: amplc_pci230: 'ao_scan_count' is always 'stop_arg'H Hartley Sweeten
2014-09-11staging: comedi: amplc_pci230: remove analog output "empty acquisition" async...H Hartley Sweeten
2014-09-11staging: comedi: amplc_pci230: replace comedi_board() callsIan Abbott
2014-09-08staging: comedi: amplc_pci230: use CMDF_ROUND_...Ian Abbott
2014-09-08staging: comedi: amplc_pci230: use CMDF_WAKE_EOSIan Abbott
2014-09-02staging: comedi: amplc_pci230: simplify interrupt enable handlingIan Abbott
2014-09-02staging: comedi: amplc_pci230: change pci230_handle_ao_fifo() return typeIan Abbott
2014-09-02staging: comedi: amplc_pci230: reduce indentation in pci230_ai_start()Ian Abbott
2014-09-02staging: comedi: amplc_pci230: reduce indentation in pci230_ai_inttrig_convert()Ian Abbott
2014-09-02staging: comedi: amplc_pci230: reduce indentation in pci230_ao_start()Ian Abbott
2014-09-02staging: comedi: amplc_pci230: reduce indentation in pci230_ao_inttrig_scan_b...Ian Abbott
2014-09-02staging: comedi: amplc_pci230: rewrite shared resource handlingIan Abbott
2014-09-02staging: comedi: amplc_pci230: replace `state` member with bitfieldsIan Abbott
2014-09-02staging: comedi: amplc_pci230: make `intr_running` a bitfieldIan Abbott
2014-09-02staging: comedi: amplc_pci230: use comedi_range_is_bipolar()Ian Abbott
2014-09-02staging: comedi: amplc_pci230: add `pci230_` prefix to functionsIan Abbott
2014-09-02staging: comedi: amplc_pci230: rename pci230_ai_rinsn()Ian Abbott
2014-09-02staging: comedi: amplc_pci230: remove 'inline'Ian Abbott
2014-09-02staging: comedi: amplc_pci230: simplify pci230_ai_read()Ian Abbott
2014-09-02staging: comedi: amplc_pci230: simplify pci230_ao_mangle_datum()Ian Abbott