summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/amplc_pci224.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman2017-11-281-10/+0Star
* staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-281-0/+1
* staging: comedi: amplc_pci224: convert CLK_CONFIG() macro to functionIan Abbott2017-04-081-4/+9
* staging: comedi: amplc_pci224: remove 'inline' from pci224_gat_config()Ian Abbott2017-04-081-2/+1Star
* staging: comedi: amplc_pci224: Convert macro GAT_CONFIG to static inline func...simran singhal2017-03-131-4/+8
* staging: comedi: amplc_pci224: Prefer using the BIT macroH Hartley Sweeten2016-03-311-33/+38
* staging: comedi: use kmalloc_array instead of kmallocGeliang Tang2015-12-221-4/+7
* staging: comedi: amplc_pci224: rename 'thisboard' variablesH Hartley Sweeten2015-06-191-21/+21
* staging: comedi: amplc_pci224: remove #include "comedi_fc.h"Ian Abbott2015-04-031-20/+20
* staging: comedi: amplc_pci224: include new "comedi_pci.h" headerIan Abbott2015-03-201-2/+1Star
* staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten2015-03-071-3/+0Star
* staging: comedi: amplc_pci224: (!foo) preferred over (foo == NULL)H Hartley Sweeten2015-03-071-1/+1
* staging: comedi: amplc_pci224: convert driver to use the comedi_8254 moduleH Hartley Sweeten2015-03-021-21/+13Star
* staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten2014-11-271-1/+0Star
* staging: comedi: amplc_pci224: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten2014-11-071-31/+12Star
* staging: comedi: amplc_pci224: use comedi_buf_read_samples()H Hartley Sweeten2014-10-291-4/+3Star
* staging: comedi: amplc_pci224: use comedi_bytes_per_scan()H Hartley Sweeten2014-10-201-1/+1
* staging: comedi: amplc_pci224: use comedi_handle_events()H Hartley Sweeten2014-10-201-2/+2
* staging: comedi: amplc_pci224: remove "empty acquisition" async commandH Hartley Sweeten2014-09-111-15/+10Star
* staging: comedi: amplc_pci224: replace comedi_board() callsIan Abbott2014-09-111-4/+4
* staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten2014-08-301-3/+1Star
* staging: comedi: amplc_pci224: use comedi_subdevice 'readback'H Hartley Sweeten2014-08-301-55/+18Star
* staging: comedi: amplc_pci224: no need to comedi_set_hw_dev() hereIan Abbott2014-08-161-2/+0Star
* staging: comedi: amplc_pci224: absorb pci224_attach_common()Ian Abbott2014-08-161-34/+22Star
* staging: comedi: amplc_pci224: remove PCI_DEVICE_ID_... macrosIan Abbott2014-08-161-9/+2Star
* staging: comedi: amplc_pci224: put board indices in PCI driver_dataIan Abbott2014-08-161-34/+18Star
* staging: comedi: amplc_pci224: no need to manipulate PCI ref countIan Abbott2014-08-161-10/+0Star
* staging: comedi: amplc_pci224: remove "legacy" attach mechanismIan Abbott2014-08-161-76/+6Star
* staging: comedi: amplc_pci224: remove options to select output rangesIan Abbott2014-08-161-137/+106Star
* staging: comedi: amplc_pci224: no need for '&function'Ian Abbott2014-08-161-7/+6Star
* staging: comedi: amplc_pci224: reduce leading whitespace in a few placesIan Abbott2014-08-161-28/+25Star
* staging: comedi: amplc_pci224: remove some unnecessary parenthesesIan Abbott2014-08-161-13/+12Star
* staging: comedi: amplc_pci224: omit '!= 0' from logical expressionsIan Abbott2014-08-161-8/+8
* staging: comedi: amplc_pci224: set a more descriptive MODULE_DESCRIPTION()Ian Abbott2014-08-161-1/+1
* staging: comedi: amplc_pci224: add whitespace to pci224_boards[]Ian Abbott2014-08-161-16/+16
* staging: comedi: amplc_pci224: fix spinlock_t definition without commentIan Abbott2014-08-161-1/+1
* staging: comedi: amplc_pci224: multiple assignments should be avoidedIan Abbott2014-08-161-2/+3
* staging: comedi: amplc_pci224: blank lines aren't necessary before a close br...Ian Abbott2014-08-161-6/+0Star
* staging: comedi: amplc_pci224: fix checkpatch line over 80 charactersIan Abbott2014-08-161-1/+2
* staging: comedi: amplc_pci224: reformat some commentsIan Abbott2014-08-161-105/+109
* staging: comedi: drivers: remove unnecessary DRIVER_NAME definesH Hartley Sweeten2014-07-211-12/+9Star
* staging: comedi: drivers: remove unnecessary *_SIZE definesH Hartley Sweeten2014-07-211-2/+0Star
* staging: comedi: amplc_pci224: checkpatch.pl cleanup (else after return)H Hartley Sweeten2014-07-161-2/+1Star
* staging: comedi: amplc_pci224: use cfc_bytes_per_scan()H Hartley Sweeten2014-05-281-9/+2Star
* staging: comedi: amplc_pci224: use comedi_cmd pointerH Hartley Sweeten2014-05-281-2/+2
* staging: comedi: pass subdevice to comedi_buf_read_n_available()Ian Abbott2014-05-231-1/+1
* staging: comedi: amplc_pci224: use comedi_fc helpers to validate timer argsH Hartley Sweeten2014-05-231-15/+13Star
* staging: comedi: amplc_pci244: clarify 8254 timer programmingH Hartley Sweeten2014-05-041-4/+5
* staging: comedi: amplc_pci224: remove 'ai_stop_continuous' from private dataH Hartley Sweeten2014-05-041-15/+6Star
* staging: comedi: amplc_pci224: only calc the pacer divisors onceH Hartley Sweeten2014-04-261-8/+0Star