aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/rtd520.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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: drivers: re-do PLX PCI 9080 INTCSR register valuesIan Abbott1-1/+2
2016-06-17staging: comedi: drivers: rename PLX PCI 9080 register offsetsIan Abbott1-2/+2
2016-06-17staging:comedi:Use unsigned int instead of unsignedNikita Eshkeev1-5/+5
2016-03-10staging: comedi: rtd520: Prefer using macro DIV_ROUND_UPBhaktipriya Shridhar1-3/+2
2015-09-29staging: comedi: rtd520: hook up 8254 timer/counter subdeviceH Hartley Sweeten1-21/+91
2015-09-29staging: comedi: rtd520: use DIV_ROUND_CLOSEST and DIV_ROUND_UP macrosH Hartley Sweeten1-2/+2
2015-09-29staging: comedi: rtd520: tidy up block commentsH Hartley Sweeten1-32/+36
2015-09-29staging: comedi: rtd520: remove unnecessary function desc. block commentsH Hartley Sweeten1-30/+0
2015-09-29staging: comedi: rtd520: fix rtd_ao_winsn()H Hartley Sweeten1-18/+19
2015-09-29staging: comedi: rtd520: convert DAC register defines to macrosH Hartley Sweeten1-21/+12
2015-09-29staging: comedi: rtd520: remove unnecessary comments from rtd_ao_winsn()H Hartley Sweeten1-4/+0
2015-09-29staging: comedi: rtd520: move constants to right side of comparisonsH Hartley Sweeten1-7/+7
2015-09-29staging: comedi: rtd520: rename rtd520BoardsH Hartley Sweeten1-3/+3
2015-09-29staging: comedi: rtd529: usleep_range is preferred over udelayH Hartley Sweeten1-2/+2
2015-09-29staging: comedi: rtd520: fix logical continuationsH Hartley Sweeten1-4/+3
2015-09-29staging: comedi: rtd520: prefer using the BIT macroH Hartley Sweeten1-27/+27
2015-04-03staging: comedi: rtd520: remove #include "comedi_fc.h"Ian Abbott1-35/+37
2015-03-20staging: comedi: rtd520: include new "comedi_pci.h" headerIan Abbott1-2/+1
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-2/+2
2015-03-01staging: comedi: rtd520: remove unnecessary interrupt disableH Hartley Sweeten1-5/+1
2015-02-26staging: comedi: rewrite the right hand side of an assignmentAya Mahfouz1-2/+2
2015-02-07staging: comedi: drivers: rtd520: Removed variables that is never usedRickard Strandqvist1-4/+0
2015-01-25comedi: rtd520: if condition with no effect - if identical to elseNicholas Mc Guire1-4/+2
2015-01-09staging: comedi: rtd520: rewrite "Devices:" lineIan Abbott1-4/+2
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten1-1/+0
2014-11-03staging: comedi: drivers: move comedi_async 'cur_chan' tracking into the coreH Hartley Sweeten1-3/+0
2014-11-03staging: comedi: rtd520: remove private data 'chan_is_bipolar' memberH Hartley Sweeten1-9/+9
2014-11-03staging: comedi: rtd520: fix ai_read_n() async->cur_chan useH Hartley Sweeten1-1/+6
2014-10-29staging: comedi: rtd520: use comedi_buf_write_samples()H Hartley Sweeten1-1/+1
2014-10-20staging: comedi: rtd520: use comedi_handle_events()H Hartley Sweeten1-49/+6
2014-10-20staging: comedi: rtd520: clear FIFO when canceling async commandH Hartley Sweeten1-0/+1
2014-09-11staging: comedi: rtd520: prevent "empty acquisition" async commandH Hartley Sweeten1-5/+3
2014-09-11staging: comedi: rtd520: replace comedi_board() callsIan Abbott1-1/+1
2014-09-08staging: comedi: rtd520: use CMDF_ROUND_...Ian Abbott1-14/+14
2014-09-08staging: comedi: rtd520: use CMDF_WAKE_EOSIan Abbott1-1/+1
2014-08-30staging: comedi: rtd520: use comedi_subdevice 'readback'H Hartley Sweeten1-20/+6
2014-07-30staging: comedi: rtd520: use the comedi_device 'mmio' memberH Hartley Sweeten1-104/+91
2014-07-21staging: comedi: drivers: cleanup cmd->flags useH Hartley Sweeten1-6/+6
2014-05-28staging: comedi: rtd520: use comedi_fc helpers to validate timer argsH Hartley Sweeten1-19/+13
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott1-2/+2
2014-04-22staging: comedi: drivers: properly validate cmd->scan_end_argH Hartley Sweeten1-0/+2
2014-04-22staging: comedi: drivers: core validates chanlist_len maxH Hartley Sweeten1-4/+0
2014-02-14staging: comedi: rtd520: use comedi_timeout()H Hartley Sweeten1-46/+38
2014-02-07staging: comedi: drivers: remove final 'attach' messagesH Hartley Sweeten1-2/+0
2013-12-06staging: comedi: rtd520: use dev->read_subdevH Hartley Sweeten1-1/+1
2013-12-03staging: comedi: rtd520: remove commented out printk debugH Hartley Sweeten1-3/+0
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1