aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/dmm32at.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman1-616/+0
2021-03-10staging: comedi: dmm32at: Fix endian problem for AI command dataIan Abbott1-1/+1
2020-07-25staging: comedi: Replace HTTP links with HTTPS onesAlexander A. Klimov1-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-02-12staging: comedi: dmm32at: usleep_range is preferred over udelaySaber Rezvani1-2/+2
2016-06-17Staging: comedi: dmm32at: fix BIT macro issue.Ravishankar Karkala Mallikarjunayya1-48/+50
2015-07-14Staging: comedi: dmm32at: Simplify a trivial if-return sequenceAbdul Hussain1-5/+1
2015-04-03staging: comedi: dmm32at: remove #include "comedi_fc.h"Ian Abbott1-14/+14
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten1-1/+0
2015-03-06staging: comedi: drivers/*.c: fix common misspellingsH Hartley Sweeten1-2/+2
2015-01-09staging: comedi: dmm32at: rewrite "Devices:" lineIan Abbott1-1/+1
2015-01-09staging: comedi: dmm32at: fix style issuesDavid Decotigny1-1/+1
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten1-1/+0
2014-11-26staging: comedi: dmm32at: update the MODULE_DESCRIPTIONH Hartley Sweeten1-1/+1
2014-11-26staging: comedi: dmm32at: tidy up multi-line commentsH Hartley Sweeten1-31/+34
2014-11-26staging: comedi: dmm32at: rename DMM32AT_AIRBACKH Hartley Sweeten1-5/+10
2014-11-26staging: comedi: dmm32at: rename DMM32AT_AICONFH Hartley Sweeten1-8/+11
2014-11-26staging: comedi: dmm32at: rename DMM32AT_CNTRDIOH Hartley Sweeten1-7/+10
2014-11-26staging: comedi: dmm32at: rename DMM32AT_INTCLOCKH Hartley Sweeten1-13/+15
2014-11-26staging: comedi: dmm32at: rename DMM32AT_AISTATH Hartley Sweeten1-8/+15
2014-11-26staging: comedi: dmm32at: rename DMM32AT_CNTRLH Hartley Sweeten1-13/+12
2014-11-26staging: comedi: dmm32at: rename DMM32AT_FIFOSTATH Hartley Sweeten1-3/+11
2014-11-26staging: comedi: dmm32at: rename DMM32AT_FIFOCNTRLH Hartley Sweeten1-9/+8
2014-11-26staging: comedi: dmm32at: define the FIFO Depth registerH Hartley Sweeten1-0/+1
2014-11-26staging: comedi: dmm32at: rename DMM32AT_DACMSB_CHANH Hartley Sweeten1-2/+2
2014-11-26staging: comedi: dmm32at: rename DMM32AT_DACSTATH Hartley Sweeten1-6/+9
2014-11-26staging: comedi: dmm32at: rename DMM32AT_DAC[LM]SBH Hartley Sweeten1-6/+5
2014-11-26staging: comedi: dmm32at: rename DMM32AT_AI{LOW,HIGH}H Hartley Sweeten1-8/+8
2014-11-26staging: comedi: dmm32at: rename DMM32AT_AUXDOUTH Hartley Sweeten1-1/+4
2014-11-26staging: comedi: dmm32at: rename DMM32AT_AI[LM]SBH Hartley Sweeten1-4/+4
2014-11-26staging: comedi: dmm32at: rename DMM32AT_CONVH Hartley Sweeten1-3/+3
2014-11-26staging: comedi: dmm32at: use 8255 module for Digital I/O subdeviceH Hartley Sweeten1-111/+12
2014-11-26staging: comedi: dmm32at: introduce dmm32at_ai_set_chanspec()H Hartley Sweeten1-33/+20
2014-11-26staging: comedi: dmm32at: remove unused members of the private dataH Hartley Sweeten1-2/+0
2014-11-26staging: comedi: dmm32at: remove dmm32at_ns_to_timer()H Hartley Sweeten1-11/+1
2014-11-26staging: comedi: dmm32at: tidy up cmd->convert_{src, arg} validationH Hartley Sweeten1-27/+13
2014-11-26staging: comedi: dmm32at: tidy up cmd->scan_begin_{src, arg} validationH Hartley Sweeten1-27/+9
2014-11-26staging: comedi: dmm32at: tidy up subdevice initializationH Hartley Sweeten1-30/+28
2014-11-26staging: comedi: dmm32at: introduce dmm32at_reset()H Hartley Sweeten1-28/+36
2014-11-26staging: comedi: dmm32at: tidy up dmm32at_ai_rinsn()H Hartley Sweeten1-21/+12
2014-11-26staging: comedi: dmm32at: introduce dmm32_ai_get_sample()H Hartley Sweeten1-24/+16
2014-11-26staging: comedi: dmm32at: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-23/+6
2014-11-26staging: comedi: dmm32at: make AI (*cancel) actually cancel async commandH Hartley Sweeten1-5/+2
2014-10-29staging: comedi: dmm32at: use comedi_buf_write_samples()H Hartley Sweeten1-1/+1
2014-10-20staging: comedi: dmm32at: use comedi_handle_events()H Hartley Sweeten1-2/+1
2014-08-30staging: comedi: dmm32at: use comedi_subdevice 'readback'H Hartley Sweeten1-25/+8
2014-08-30staging: comedi: dmm32at: cleanup dmm32at_ao_winsn()H Hartley Sweeten1-24/+20
2014-07-21staging: comedi: drivers: remove unnecessary *_{IO, MEM}SIZE definesH Hartley Sweeten1-4/+1
2014-07-21staging: comedi: drivers: cleanup cmd->flags useH Hartley Sweeten1-3/+3