summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/daqboard2000.c
AgeCommit message (Expand)Author
2019-07-25staging: comedi: daqboard2000: Remove function db2k_initialize_dac()Nishka Dasgupta
2018-06-17staging: comedi: drivers: daqboard2000: 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-01-10staging: comedi: daqboard2000: use pci_id_table 'driver_data'Ian Abbott
2017-01-10staging: comedi: daqboard2000: change COMEDI device namesIan Abbott
2017-01-10staging: comedi: daqboard2000: support 4 AO channelsIan Abbott
2017-01-10staging: comedi: daqboard2000: use designated initializersIan Abbott
2017-01-10staging: comedi: daqboard2000: use shorter, consistent prefixIan Abbott
2017-01-10staging: comedi: daqboard2000: remove unused 'card' memberIan Abbott
2017-01-10staging: comedi: daqboard2000: check CPLD status before writing firmware dataIan Abbott
2017-01-10staging: comedi: daqboard2000: check result of FPGA programmingIan Abbott
2017-01-10staging: comedi: daqboard2000: change daqboard2000_write_cpld() return valueIan Abbott
2017-01-10staging: comedi: daqboard2000: replace daqboard2000_poll_cpld()Ian Abbott
2017-01-10staging: comedi: daqboard2000: check firmware lengthIan Abbott
2017-01-10staging: comedi: daqboard2000: use type 'u16' for CPLD data and statusIan Abbott
2017-01-10staging: comedi: daqboard2000: define macros for CPLD registersIan Abbott
2017-01-10staging: comedi: daqboard2000: use macros from "plx9080.h"Ian Abbott
2016-08-21staging: comedi: daqboard2000: bug fix board type matching codeIan Abbott
2016-06-17staging: comedi: daqboard2000: prefer usleep_range()Ian Abbott
2016-06-17staging: comedi: daqboard2000: rename CamelCase functionsIan Abbott
2016-06-17staging: comedi: daqboard2000: rename reference DACs register macrosIan Abbott
2016-06-17staging: comedi: daqboard2000: rename trigger control register macrosIan Abbott
2016-06-17staging: comedi: daqboard2000: redo DAC status macros and fix busyIan Abbott
2016-06-17staging: comedi: daqboard2000: redo DAC control register macrosIan Abbott
2016-06-17staging: comedi: daqboard2000: rename acq status register macrosIan Abbott
2016-06-17staging: comedi: daqboard2000: rename acquisition control register macrosIan Abbott
2016-06-17staging: comedi: daqboard2000: rename register offset macrosIan Abbott
2016-06-17staging: comedi: daqboard2000: rename serial EEPROM register macrosIan Abbott
2016-06-17staging: comedi: daqboard2000: add blank line after struct declarationIan Abbott
2016-06-17staging: comedi: daqboard2000: CHECK: spaces preferred around that '*'Ian Abbott
2016-06-17staging: comedi: daqboard2000: use usual block comment styleIan Abbott
2016-06-17staging: comedi: daqboard2000: remove commented out codeIan Abbott
2016-05-19scripts/spelling.txt: add "fimware" misspellingKees Cook
2015-10-24staging: comedi: Fix return flowCristina Moraru
2015-05-10staging: comedi: daqboard2000: Use preferred comment styleArno Tiemersma
2015-04-30Staging: comedi: fix code indent coding style issues in daqboard2000.cGbenga Adalumo
2015-04-30Staging: comedi: daqboard2000.c fixed trailing whitespaceAndrei Maresu
2015-03-20staging: comedi: daqboard2000: include new "comedi_pci.h" headerIan Abbott
2015-03-06staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten
2014-08-30staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten
2014-08-30staging: comedi: daqboard2000: use comedi_subdevice 'readback'H Hartley Sweeten
2014-08-30staging: comedi: daqboard2000: remove #if 0'ed out code in ao (*insn_write)H Hartley Sweeten
2014-08-16staging: comedi: daqboard2000: tidy up daqboard2000_8255_cb()H Hartley Sweeten
2014-08-16staging: comedi: 8255: add a comedi_device param to the (*io) callbackH Hartley Sweeten
2014-07-30staging: comedi: daqboard2000: use the comedi_device 'mmio' memberH Hartley Sweeten
2014-07-16staging: comedi: daqboard2000: checkpatch.pl cleanup (space before tab)H Hartley Sweeten
2014-07-16staging: comedi: daqboard2000: checkpatch.pl cleanup (else after return)H Hartley Sweeten
2014-02-14staging: comedi: daqboard2000: use comedi_timeout()H Hartley Sweeten