aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/dt282x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman1-1172/+0
2020-07-25staging: comedi: dt: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-03-11staging: comedi: dt282x: remove old unused codeDeepak R Varma1-29/+1
2019-07-01staging: comedi: dt282x: fix a null pointer deref on interruptIan Abbott1-1/+2
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-10-18staging: comedi: dt282x: fix IRQ assignment for dev->irq.Arvind Yadav1-0/+2
2016-03-28staging: comedi: dt282x: remove unnecessary commentH Hartley Sweeten1-14/+0
2016-03-28staging: comedi: dt282x: remove redundant comedi_check_trigger_arg_min()H Hartley Sweeten1-4/+0
2016-03-28staging: comedi: dt282x: refactor dt282x_ns_to_timer()H Hartley Sweeten1-12/+24
2016-03-28staging: comedi: dt282x: tidy up register bit definesH Hartley Sweeten1-32/+33
2016-03-10staging: comedi: dt282x: Prefer using macro DIV_ROUND_UPBhaktipriya Shridhar1-1/+1
2016-02-20staging: comedi: drivers: Use DIV_ROUND_CLOSESTAmitoj Kaur Chawla1-1/+1
2015-04-03staging: comedi: dt282x: remove #include "comedi_fc.h"Ian Abbott1-30/+31
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten1-1/+0
2015-03-06staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten1-1/+1
2015-02-07staging: comedi: dt282x: condition with no effect - if identical to elseNicholas Mc Guire1-8/+1
2015-01-17staging: comedi: dt282x: remove depends on ISA_DMA_API limitationH Hartley Sweeten1-115/+57
2015-01-17staging: comedi: dt282x: introduce dt282x_isadma_disable()H Hartley Sweeten1-4/+14
2015-01-17staging: comedi: dt282x: introduce dt282x_isadma_program()H Hartley Sweeten1-18/+18
2015-01-17staging: comedi: dt282x: remove VIRT_TO_BUS dependancyH Hartley Sweeten1-5/+8
2015-01-17staging: comedi: dt282x: introduce struct dt282x_dma_descH Hartley Sweeten1-58/+53
2015-01-17staging: comedi: dt282x: introduce dt282x_alloc_dma()H Hartley Sweeten1-44/+40
2015-01-09staging: comedi: dt282x: rewrite "Devices:" lineIan Abbott1-16/+6
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten1-1/+0
2014-11-03staging: comedi: remove use of 'bytes_per_sample()'H Hartley Sweeten1-2/+2
2014-10-29staging: comedi: dt282x: use comedi_buf_write_samples()H Hartley Sweeten1-10/+5
2014-10-29staging: comedi: dt282x: introduce dt282x_ao_setup_dma()H Hartley Sweeten1-21/+21
2014-10-20staging: comedi: dt282x: use comedi_handle_events()H Hartley Sweeten1-2/+2
2014-09-11staging: comedi: dt282x: prevent "empty acquisition" async commandsH Hartley Sweeten1-8/+6
2014-09-11staging: comedi: dt282x: replace comedi_board() callsIan Abbott1-2/+2
2014-09-08staging: comedi: dt282x: use CMDF_ROUND_...Ian Abbott1-4/+4
2014-08-30staging: comedi: dt282x: use comedi_subdevice 'readback'H Hartley Sweeten1-23/+8
2014-07-17staging: comedi: dt282x: remove use of comedi_error()H Hartley Sweeten1-4/+5
2014-07-16staging: comedi: dt282x: checkpatch.pl cleanup (else after return)H Hartley Sweeten1-4/+4
2014-06-26staging: comedi: dt282x: automatically handle D/A data formatH Hartley Sweeten1-16/+7
2014-06-26staging: comedi: dt282x: fix bug where DIO direction is reset to inputsH Hartley Sweeten1-4/+9
2014-06-26staging: comedi: dt282x: tidy up the register map and bit definesH Hartley Sweeten1-151/+151
2014-06-26staging: comedi: dt282x: avoid calculating the timer divisor multiple timesH Hartley Sweeten1-21/+20
2014-06-26staging: comedi: dt282x: update the MODULE_DESCRIPTIONH Hartley Sweeten1-1/+1
2014-06-26staging: comedi: dt282x: tidy up multi-line commentsH Hartley Sweeten1-51/+61
2014-06-26staging: comedi: dt282x: cleanup analog output range tableH Hartley Sweeten1-24/+22
2014-06-26staging: comedi: dt282x: fix Analog Input se/diff channel configurationH Hartley Sweeten1-1/+1
2014-06-26staging: comedi: dt282x: tidy up Analog Input subdevice initH Hartley Sweeten1-11/+12
2014-06-26staging: comedi: dt282x: tidy up Analog Output subdevice initH Hartley Sweeten1-14/+16
2014-06-26staging: comedi: dt282x: remove the 'opt_*' enumH Hartley Sweeten1-25/+18
2014-06-26staging: comedi: dt282x: factor board initialization out of (*attach)H Hartley Sweeten1-38/+24
2014-06-26staging: comedi: dt282x: fix dt282x_ao_insn_read()H Hartley Sweeten1-11/+9
2014-06-26staging: comedi: dt282x: tidy up dt282x_ai_dma_interrupt()H Hartley Sweeten1-14/+10
2014-06-26staging: comedi: dt282x: tidy up dt282x_ao_dma_interrupt()H Hartley Sweeten1-13/+9