summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/amplc_pci224.c
AgeCommit message (Expand)Author
2016-03-30staging: comedi: amplc_pci224: Prefer using the BIT macroH Hartley Sweeten
2015-12-21staging: comedi: use kmalloc_array instead of kmallocGeliang Tang
2015-06-18staging: comedi: amplc_pci224: rename 'thisboard' variablesH Hartley Sweeten
2015-04-03staging: comedi: amplc_pci224: remove #include "comedi_fc.h"Ian Abbott
2015-03-20staging: comedi: amplc_pci224: include new "comedi_pci.h" headerIan Abbott
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten
2015-03-06staging: comedi: amplc_pci224: (!foo) preferred over (foo == NULL)H Hartley Sweeten
2015-03-01staging: comedi: amplc_pci224: 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_pci224: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten
2014-10-29staging: comedi: amplc_pci224: use comedi_buf_read_samples()H Hartley Sweeten
2014-10-20staging: comedi: amplc_pci224: use comedi_bytes_per_scan()H Hartley Sweeten
2014-10-20staging: comedi: amplc_pci224: use comedi_handle_events()H Hartley Sweeten
2014-09-11staging: comedi: amplc_pci224: remove "empty acquisition" async commandH Hartley Sweeten
2014-09-11staging: comedi: amplc_pci224: replace comedi_board() callsIan Abbott
2014-08-30staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten
2014-08-30staging: comedi: amplc_pci224: use comedi_subdevice 'readback'H Hartley Sweeten
2014-08-16staging: comedi: amplc_pci224: no need to comedi_set_hw_dev() hereIan Abbott
2014-08-16staging: comedi: amplc_pci224: absorb pci224_attach_common()Ian Abbott
2014-08-16staging: comedi: amplc_pci224: remove PCI_DEVICE_ID_... macrosIan Abbott
2014-08-16staging: comedi: amplc_pci224: put board indices in PCI driver_dataIan Abbott
2014-08-16staging: comedi: amplc_pci224: no need to manipulate PCI ref countIan Abbott
2014-08-16staging: comedi: amplc_pci224: remove "legacy" attach mechanismIan Abbott
2014-08-16staging: comedi: amplc_pci224: remove options to select output rangesIan Abbott
2014-08-16staging: comedi: amplc_pci224: no need for '&function'Ian Abbott
2014-08-16staging: comedi: amplc_pci224: reduce leading whitespace in a few placesIan Abbott
2014-08-16staging: comedi: amplc_pci224: remove some unnecessary parenthesesIan Abbott
2014-08-16staging: comedi: amplc_pci224: omit '!= 0' from logical expressionsIan Abbott
2014-08-16staging: comedi: amplc_pci224: set a more descriptive MODULE_DESCRIPTION()Ian Abbott
2014-08-16staging: comedi: amplc_pci224: add whitespace to pci224_boards[]Ian Abbott
2014-08-16staging: comedi: amplc_pci224: fix spinlock_t definition without commentIan Abbott
2014-08-16staging: comedi: amplc_pci224: multiple assignments should be avoidedIan Abbott
2014-08-16staging: comedi: amplc_pci224: blank lines aren't necessary before a close br...Ian Abbott
2014-08-16staging: comedi: amplc_pci224: fix checkpatch line over 80 charactersIan Abbott
2014-08-16staging: comedi: amplc_pci224: reformat some commentsIan Abbott
2014-07-21staging: comedi: drivers: remove unnecessary DRIVER_NAME definesH Hartley Sweeten
2014-07-21staging: comedi: drivers: remove unnecessary *_SIZE definesH Hartley Sweeten
2014-07-16staging: comedi: amplc_pci224: checkpatch.pl cleanup (else after return)H Hartley Sweeten
2014-05-28staging: comedi: amplc_pci224: use cfc_bytes_per_scan()H Hartley Sweeten
2014-05-28staging: comedi: amplc_pci224: use comedi_cmd pointerH Hartley Sweeten
2014-05-23staging: comedi: pass subdevice to comedi_buf_read_n_available()Ian Abbott
2014-05-23staging: comedi: amplc_pci224: use comedi_fc helpers to validate timer argsH Hartley Sweeten
2014-05-03staging: comedi: amplc_pci244: clarify 8254 timer programmingH Hartley Sweeten
2014-05-03staging: comedi: amplc_pci224: remove 'ai_stop_continuous' from private dataH Hartley Sweeten
2014-04-25staging: comedi: amplc_pci224: only calc the pacer divisors onceH Hartley Sweeten
2014-04-25staging: comedi: amplc_pci224: always cascade the 8254 timersH Hartley Sweeten
2014-04-25staging: comedi: amplc_pci224: factor out the 'start pacer' codeH Hartley Sweeten
2014-04-25staging: comedi: amplc_pci224: remove pci224_cascade_ns_to_timer()H Hartley Sweeten
2014-04-22staging: comedi: amplc_pci224: fix the ao cmd->start_arg useH Hartley Sweeten
2014-04-22staging: comedi: amplc_pci224: factor out chanlist checking from (*do_cmdtest)H Hartley Sweeten