aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/daqboard2000.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman1-787/+0
2020-07-25staging: comedi: Replace HTTP links with HTTPS onesAlexander A. Klimov1-2/+2
2019-07-25staging: comedi: daqboard2000: Remove function db2k_initialize_dac()Nishka Dasgupta1-6/+1
2018-06-17staging: comedi: drivers: daqboard2000: make bool bit-field unsigned int bit-fields.Giulio Benetti1-1/+1
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2017-01-10staging: comedi: daqboard2000: use pci_id_table 'driver_data'Ian Abbott1-30/+16
2017-01-10staging: comedi: daqboard2000: change COMEDI device namesIan Abbott1-2/+2
2017-01-10staging: comedi: daqboard2000: support 4 AO channelsIan Abbott1-2/+4
2017-01-10staging: comedi: daqboard2000: use designated initializersIan Abbott1-2/+8
2017-01-10staging: comedi: daqboard2000: use shorter, consistent prefixIan Abbott1-114/+100
2017-01-10staging: comedi: daqboard2000: remove unused 'card' memberIan Abbott1-3/+0
2017-01-10staging: comedi: daqboard2000: check CPLD status before writing firmware dataIan Abbott1-7/+34
2017-01-10staging: comedi: daqboard2000: check result of FPGA programmingIan Abbott1-0/+19
2017-01-10staging: comedi: daqboard2000: change daqboard2000_write_cpld() return valueIan Abbott1-5/+4
2017-01-10staging: comedi: daqboard2000: replace daqboard2000_poll_cpld()Ian Abbott1-15/+18
2017-01-10staging: comedi: daqboard2000: check firmware lengthIan Abbott1-5/+20
2017-01-10staging: comedi: daqboard2000: use type 'u16' for CPLD data and statusIan Abbott1-4/+4
2017-01-10staging: comedi: daqboard2000: define macros for CPLD registersIan Abbott1-10/+13
2017-01-10staging: comedi: daqboard2000: use macros from "plx9080.h"Ian Abbott1-24/+24
2016-08-21staging: comedi: daqboard2000: bug fix board type matching codeIan Abbott1-1/+1
2016-06-17staging: comedi: daqboard2000: prefer usleep_range()Ian Abbott1-2/+2
2016-06-17staging: comedi: daqboard2000: rename CamelCase functionsIan Abbott1-39/+41
2016-06-17staging: comedi: daqboard2000: rename reference DACs register macrosIan Abbott1-4/+5
2016-06-17staging: comedi: daqboard2000: rename trigger control register macrosIan Abbott1-12/+12
2016-06-17staging: comedi: daqboard2000: redo DAC status macros and fix busyIan Abbott1-15/+13
2016-06-17staging: comedi: daqboard2000: redo DAC control register macrosIan Abbott1-14/+7
2016-06-17staging: comedi: daqboard2000: rename acq status register macrosIan Abbott1-19/+20
2016-06-17staging: comedi: daqboard2000: rename acquisition control register macrosIan Abbott1-27/+23
2016-06-17staging: comedi: daqboard2000: rename register offset macrosIan Abbott1-51/+61
2016-06-17staging: comedi: daqboard2000: rename serial EEPROM register macrosIan Abbott1-13/+13
2016-06-17staging: comedi: daqboard2000: add blank line after struct declarationIan Abbott1-0/+1
2016-06-17staging: comedi: daqboard2000: CHECK: spaces preferred around that '*'Ian Abbott1-4/+4
2016-06-17staging: comedi: daqboard2000: use usual block comment styleIan Abbott1-2/+4
2016-06-17staging: comedi: daqboard2000: remove commented out codeIan Abbott1-8/+2
2016-05-19scripts/spelling.txt: add "fimware" misspellingKees Cook1-1/+1
2015-10-24staging: comedi: Fix return flowCristina Moraru1-6/+2
2015-05-10staging: comedi: daqboard2000: Use preferred comment styleArno Tiemersma1-98/+98
2015-04-30Staging: comedi: fix code indent coding style issues in daqboard2000.cGbenga Adalumo1-28/+28
2015-04-30Staging: comedi: daqboard2000.c fixed trailing whitespaceAndrei Maresu1-1/+1
2015-03-20staging: comedi: daqboard2000: include new "comedi_pci.h" headerIan Abbott1-2/+1
2015-03-06staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten1-1/+1
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten1-1/+0
2014-08-30staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten1-9/+3
2014-08-30staging: comedi: daqboard2000: use comedi_subdevice 'readback'H Hartley Sweeten1-23/+12
2014-08-30staging: comedi: daqboard2000: remove #if 0'ed out code in ao (*insn_write)H Hartley Sweeten1-16/+0
2014-08-16staging: comedi: daqboard2000: tidy up daqboard2000_8255_cb()H Hartley Sweeten1-6/+4
2014-08-16staging: comedi: 8255: add a comedi_device param to the (*io) callbackH Hartley Sweeten1-1/+2
2014-07-30staging: comedi: daqboard2000: use the comedi_device 'mmio' memberH Hartley Sweeten1-45/+31
2014-07-16staging: comedi: daqboard2000: checkpatch.pl cleanup (space before tab)H Hartley Sweeten1-4/+4