summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/rtd520.c
AgeCommit message (Expand)Author
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman
2016-06-17staging: comedi: drivers: re-do PLX PCI 9080 INTCSR register valuesIan Abbott
2016-06-17staging: comedi: drivers: rename PLX PCI 9080 register offsetsIan Abbott
2016-06-17staging:comedi:Use unsigned int instead of unsignedNikita Eshkeev
2016-03-10staging: comedi: rtd520: Prefer using macro DIV_ROUND_UPBhaktipriya Shridhar
2015-09-29staging: comedi: rtd520: hook up 8254 timer/counter subdeviceH Hartley Sweeten
2015-09-29staging: comedi: rtd520: use DIV_ROUND_CLOSEST and DIV_ROUND_UP macrosH Hartley Sweeten
2015-09-29staging: comedi: rtd520: tidy up block commentsH Hartley Sweeten
2015-09-29staging: comedi: rtd520: remove unnecessary function desc. block commentsH Hartley Sweeten
2015-09-29staging: comedi: rtd520: fix rtd_ao_winsn()H Hartley Sweeten
2015-09-29staging: comedi: rtd520: convert DAC register defines to macrosH Hartley Sweeten
2015-09-29staging: comedi: rtd520: remove unnecessary comments from rtd_ao_winsn()H Hartley Sweeten
2015-09-29staging: comedi: rtd520: move constants to right side of comparisonsH Hartley Sweeten
2015-09-29staging: comedi: rtd520: rename rtd520BoardsH Hartley Sweeten
2015-09-29staging: comedi: rtd529: usleep_range is preferred over udelayH Hartley Sweeten
2015-09-29staging: comedi: rtd520: fix logical continuationsH Hartley Sweeten
2015-09-29staging: comedi: rtd520: prefer using the BIT macroH Hartley Sweeten
2015-04-03staging: comedi: rtd520: remove #include "comedi_fc.h"Ian Abbott
2015-03-20staging: comedi: rtd520: include new "comedi_pci.h" headerIan Abbott
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten
2015-03-06staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten
2015-03-01staging: comedi: rtd520: remove unnecessary interrupt disableH Hartley Sweeten
2015-02-26staging: comedi: rewrite the right hand side of an assignmentAya Mahfouz
2015-02-07staging: comedi: drivers: rtd520: Removed variables that is never usedRickard Strandqvist
2015-01-25comedi: rtd520: if condition with no effect - if identical to elseNicholas Mc Guire
2015-01-09staging: comedi: rtd520: rewrite "Devices:" lineIan Abbott
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten
2014-11-03staging: comedi: drivers: move comedi_async 'cur_chan' tracking into the coreH Hartley Sweeten
2014-11-03staging: comedi: rtd520: remove private data 'chan_is_bipolar' memberH Hartley Sweeten
2014-11-03staging: comedi: rtd520: fix ai_read_n() async->cur_chan useH Hartley Sweeten
2014-10-29staging: comedi: rtd520: use comedi_buf_write_samples()H Hartley Sweeten
2014-10-20staging: comedi: rtd520: use comedi_handle_events()H Hartley Sweeten
2014-10-20staging: comedi: rtd520: clear FIFO when canceling async commandH Hartley Sweeten
2014-09-11staging: comedi: rtd520: prevent "empty acquisition" async commandH Hartley Sweeten
2014-09-11staging: comedi: rtd520: replace comedi_board() callsIan Abbott
2014-09-08staging: comedi: rtd520: use CMDF_ROUND_...Ian Abbott
2014-09-08staging: comedi: rtd520: use CMDF_WAKE_EOSIan Abbott
2014-08-30staging: comedi: rtd520: use comedi_subdevice 'readback'H Hartley Sweeten
2014-07-30staging: comedi: rtd520: use the comedi_device 'mmio' memberH Hartley Sweeten
2014-07-21staging: comedi: drivers: cleanup cmd->flags useH Hartley Sweeten
2014-05-28staging: comedi: rtd520: use comedi_fc helpers to validate timer argsH Hartley Sweeten
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott
2014-04-22staging: comedi: drivers: properly validate cmd->scan_end_argH Hartley Sweeten
2014-04-22staging: comedi: drivers: core validates chanlist_len maxH Hartley Sweeten
2014-02-14staging: comedi: rtd520: use comedi_timeout()H Hartley Sweeten
2014-02-07staging: comedi: drivers: remove final 'attach' messagesH Hartley Sweeten
2013-12-06staging: comedi: rtd520: use dev->read_subdevH Hartley Sweeten
2013-12-03staging: comedi: rtd520: remove commented out printk debugH Hartley Sweeten
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han