aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/das800.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman1-744/+0
2021-03-22staging: comedi: das800: fix request_irq() warnTong Zhang1-1/+1
2021-03-10staging: comedi: das800: Fix endian problem for AI command dataIan Abbott1-1/+1
2020-07-25staging: comedi: das: 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
2016-06-17Staging: comedi: fix comment issue fixed for das800.cRavishankar Karkala Mallikarjunayya1-51/+51
2016-06-17staging:comedi:Use unsigned int instead of unsignedNikita Eshkeev1-2/+2
2015-06-18staging: comedi: das800: rename 'thisboard' variablesH Hartley Sweeten1-18/+18
2015-06-18staging: comedi: das800: cleanup das800_probe()H Hartley Sweeten1-25/+30
2015-04-03staging: comedi: das800: remove #include "comedi_fc.h"Ian Abbott1-18/+20
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten1-4/+0
2015-03-01staging: comedi: das800: convert driver to use the comedi_8254 moduleH Hartley Sweeten1-25/+13
2015-01-25staging: comedi: drivers: remove inappropriate COMEDI_CB_EOA eventsH Hartley Sweeten1-1/+1
2014-11-05staging: comedi: das800: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-19/+12
2014-11-03staging: comedi: drivers: digital output subdevices do not need SDF_READABLEH Hartley Sweeten1-1/+1
2014-10-29staging: comedi: das800: use comedi_buf_write_samples()H Hartley Sweeten1-3/+2
2014-10-20staging: comedi: das800: use comedi_handle_events()H Hartley Sweeten1-2/+2
2014-09-11staging: comedi: das800: replace comedi_board() callsIan Abbott1-5/+5
2014-07-21staging: comedi: drivers: remove unnecessary *_SIZE definesH Hartley Sweeten1-2/+1
2014-05-28staging: comedi: das800: remove 'forever' from private dataH Hartley Sweeten1-10/+9
2014-05-28staging: comedi: das800: add a local var for the comedi_cmd pointerH Hartley Sweeten1-7/+8
2014-05-28staging: comedi: das800: use comedi_fc helpers to validate timer argsH Hartley Sweeten1-6/+4
2014-05-03staging: comedi: das800: clarify 8254 timer programmingH Hartley Sweeten1-14/+7
2014-05-03staging: comedi: remove duplicate pointer assignments in attach functionsChristian Engelmayer1-1/+1
2014-04-22staging: comedi: das800: factor out chanlist checking from (*do_cmdtest)H Hartley Sweeten1-21/+31
2014-03-17staging: comedi: drivers should not clear the async->eventsH Hartley Sweeten1-1/+0
2014-03-17staging: comedi: das800: use cfc_handle_events()H Hartley Sweeten1-5/+2
2014-02-14staging: comedi: das800: trigger sources are validated in (*do_cmdtest)H Hartley Sweeten1-14/+3
2014-02-14staging: comedi: das800: use comedi_timeout()H Hartley Sweeten1-8/+10
2013-09-26staging: comedi: 8253.h: tidy up the i8253_cascade_ns_to_timer*() usersH Hartley Sweeten1-6/+4
2013-09-17staging: comedi: drivers: use comedi_dio_update_state() for simple casesH Hartley Sweeten1-5/+1
2013-07-23staging: comedi: drivers do not need <linux/ioport.h>H Hartley Sweeten1-1/+0
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten1-0/+1
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten1-2/+1
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-6/+0
2013-04-23staging: comedi: das800: cleanup the cio-das802/16 fifo commentsH Hartley Sweeten1-2/+2
2013-04-23staging: comedi: das800: rename CamelCase vars in das800_ai_do_cmd()H Hartley Sweeten1-9/+6
2013-04-23staging: comedi: das800: tidy up the private dataH Hartley Sweeten1-5/+5
2013-04-23staging: comedi: das800: tidy up das800_interrupt()H Hartley Sweeten1-48/+37
2013-04-23staging: comedi: das800: tidy up das800_ai_insn_read()H Hartley Sweeten1-28/+35
2013-04-23staging: comedi: das800: tidy up das800_di_insn_bits()H Hartley Sweeten1-6/+1
2013-04-23staging: comedi: das800: tidy up das800_do_insn_bits()H Hartley Sweeten1-11/+12
2013-04-23staging: comedi: das800: remove extra divisor calculation callH Hartley Sweeten1-5/+0
2013-04-23staging: comedi: das800: rename {enable,disable}_das800H Hartley Sweeten1-10/+8
2013-04-23staging: comedi: das800: tidy up subdevice initH Hartley Sweeten1-26/+29
2013-04-23staging: comedi: das800: allow attaching without interrupt supportH Hartley Sweeten1-14/+6
2013-04-23staging: comedi: das800: interrupts are required for async command supportH Hartley Sweeten1-16/+13
2013-04-23staging: comedi: das800: tidy up das800_ai_do_cmdtest()H Hartley Sweeten1-16/+18
2013-04-23staging: comedi: das800: remove 'volatile' on private data variablesH Hartley Sweeten1-5/+5