aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/comedi/drivers/amplc_pci224.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-08staging: comedi: amplc_pci224: convert CLK_CONFIG() macro to functionIan Abbott1-4/+9
2017-04-08staging: comedi: amplc_pci224: remove 'inline' from pci224_gat_config()Ian Abbott1-2/+1
2017-03-14staging: comedi: amplc_pci224: Convert macro GAT_CONFIG to static inline functionsimran singhal1-4/+8
2016-03-30staging: comedi: amplc_pci224: Prefer using the BIT macroH Hartley Sweeten1-33/+38
2015-12-21staging: comedi: use kmalloc_array instead of kmallocGeliang Tang1-4/+7
2015-06-18staging: comedi: amplc_pci224: rename 'thisboard' variablesH Hartley Sweeten1-21/+21
2015-04-03staging: comedi: amplc_pci224: remove #include "comedi_fc.h"Ian Abbott1-20/+20
2015-03-20staging: comedi: amplc_pci224: include new "comedi_pci.h" headerIan Abbott1-2/+1
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten1-3/+0
2015-03-06staging: comedi: amplc_pci224: (!foo) preferred over (foo == NULL)H Hartley Sweeten1-1/+1
2015-03-01staging: comedi: amplc_pci224: convert driver to use the comedi_8254 moduleH Hartley Sweeten1-21/+13
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten1-1/+0
2014-11-07staging: comedi: amplc_pci224: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-31/+12
2014-10-29staging: comedi: amplc_pci224: use comedi_buf_read_samples()H Hartley Sweeten1-4/+3
2014-10-20staging: comedi: amplc_pci224: use comedi_bytes_per_scan()H Hartley Sweeten1-1/+1
2014-10-20staging: comedi: amplc_pci224: use comedi_handle_events()H Hartley Sweeten1-2/+2
2014-09-11staging: comedi: amplc_pci224: remove "empty acquisition" async commandH Hartley Sweeten1-15/+10
2014-09-11staging: comedi: amplc_pci224: replace comedi_board() callsIan Abbott1-4/+4
2014-08-30staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten1-3/+1
2014-08-30staging: comedi: amplc_pci224: use comedi_subdevice 'readback'H Hartley Sweeten1-55/+18
2014-08-16staging: comedi: amplc_pci224: no need to comedi_set_hw_dev() hereIan Abbott1-2/+0
2014-08-16staging: comedi: amplc_pci224: absorb pci224_attach_common()Ian Abbott1-34/+22
2014-08-16staging: comedi: amplc_pci224: remove PCI_DEVICE_ID_... macrosIan Abbott1-9/+2
2014-08-16staging: comedi: amplc_pci224: put board indices in PCI driver_dataIan Abbott1-34/+18
2014-08-16staging: comedi: amplc_pci224: no need to manipulate PCI ref countIan Abbott1-10/+0
2014-08-16staging: comedi: amplc_pci224: remove "legacy" attach mechanismIan Abbott1-76/+6
2014-08-16staging: comedi: amplc_pci224: remove options to select output rangesIan Abbott1-137/+106
2014-08-16staging: comedi: amplc_pci224: no need for '&function'Ian Abbott1-7/+6
2014-08-16staging: comedi: amplc_pci224: reduce leading whitespace in a few placesIan Abbott1-28/+25
2014-08-16staging: comedi: amplc_pci224: remove some unnecessary parenthesesIan Abbott1-13/+12
2014-08-16staging: comedi: amplc_pci224: omit '!= 0' from logical expressionsIan Abbott1-8/+8
2014-08-16staging: comedi: amplc_pci224: set a more descriptive MODULE_DESCRIPTION()Ian Abbott1-1/+1
2014-08-16staging: comedi: amplc_pci224: add whitespace to pci224_boards[]Ian Abbott1-16/+16
2014-08-16staging: comedi: amplc_pci224: fix spinlock_t definition without commentIan Abbott1-1/+1
2014-08-16staging: comedi: amplc_pci224: multiple assignments should be avoidedIan Abbott1-2/+3
2014-08-16staging: comedi: amplc_pci224: blank lines aren't necessary before a close brace '}'Ian Abbott1-6/+0
2014-08-16staging: comedi: amplc_pci224: fix checkpatch line over 80 charactersIan Abbott1-1/+2
2014-08-16staging: comedi: amplc_pci224: reformat some commentsIan Abbott1-105/+109
2014-07-21staging: comedi: drivers: remove unnecessary DRIVER_NAME definesH Hartley Sweeten1-12/+9
2014-07-21staging: comedi: drivers: remove unnecessary *_SIZE definesH Hartley Sweeten1-2/+0
2014-07-16staging: comedi: amplc_pci224: checkpatch.pl cleanup (else after return)H Hartley Sweeten1-2/+1
2014-05-28staging: comedi: amplc_pci224: use cfc_bytes_per_scan()H Hartley Sweeten1-9/+2
2014-05-28staging: comedi: amplc_pci224: use comedi_cmd pointerH Hartley Sweeten1-2/+2
2014-05-23staging: comedi: pass subdevice to comedi_buf_read_n_available()Ian Abbott1-1/+1
2014-05-23staging: comedi: amplc_pci224: use comedi_fc helpers to validate timer argsH Hartley Sweeten1-15/+13
2014-05-03staging: comedi: amplc_pci244: clarify 8254 timer programmingH Hartley Sweeten1-4/+5
2014-05-03staging: comedi: amplc_pci224: remove 'ai_stop_continuous' from private dataH Hartley Sweeten1-15/+6
2014-04-25staging: comedi: amplc_pci224: only calc the pacer divisors onceH Hartley Sweeten1-8/+0
2014-04-25staging: comedi: amplc_pci224: always cascade the 8254 timersH Hartley Sweeten1-98/+25
2014-04-25staging: comedi: amplc_pci224: factor out the 'start pacer' codeH Hartley Sweeten1-69/+73