aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/comedi/drivers/amplc_dio200_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-30staging: comedi: amplc_dio200_common: document spinlock definitionH Hartley Sweeten1-1/+1
2016-03-30staging: comedi: amplc_dio200_common: Prefer 'unsigned int' to bare use of 'unsigned'H Hartley Sweeten1-5/+5
2015-05-31staging: comedi: amplc_dio200_common.c: fix up brace styleIan Abbott1-6/+11
2015-05-31staging: comedi: amplc_dio200_common.c: reformat copyright commentIan Abbott1-19/+19
2015-04-30staging: comedi: wrap COMEDI_SRF_FREE_SPRIV usageIan Abbott1-3/+3
2015-04-03staging: comedi: amplc_dio200_common: remove #include "comedi_fc.h"Ian Abbott1-14/+14
2015-03-01staging: comedi: amplc_dio200_common: convert driver to use the comedi_8254 moduleH Hartley Sweeten1-201/+94
2015-03-01staging: comedi: amplc_dio200_common: remove 'spinlock' from struct dio200_subdev_8254H Hartley Sweeten1-18/+5
2015-03-01staging: comedi: amplc_dio200_common: remove unnecessary 'counter_number' checksH Hartley Sweeten1-8/+0
2015-03-01staging: comedi: amplc_dio200_common: remove 'which' from struct dio200_subdev_8254H Hartley Sweeten1-5/+2
2015-03-01staging: comedi: amplc_dio200_common: remove 'gat_sce_ofs' from struct dio200_subdev_8254H Hartley Sweeten1-7/+2
2015-03-01staging: comedi: amplc_dio200_common: remove 'clk_sce_ofs' from struct dio200_subdev_8254H Hartley Sweeten1-3/+1
2015-03-01staging: comedi: amplc_dio200_common: introduce DIO200_GAT_SEL() macroH Hartley Sweeten1-4/+2
2015-03-01staging: comedi: amplc_dio200_common: introduce DIO200_CLK_SEL() macroH Hartley Sweeten1-4/+2
2014-11-05staging: comedi: amplc_dio200_common: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-11/+3
2014-10-29staging: comedi: amplc_dio200_common: use comedi_buf_write_samples()H Hartley Sweeten1-9/+3
2014-10-20staging: comedi: amplc_dio200_common: use comedi_handle_events()H Hartley Sweeten1-8/+2
2014-09-11staging: comedi: amplc_dio200_common: replace comedi_board() callsIan Abbott1-15/+15
2014-09-11staging: comedi: amplc_dio200_common: return void from dio200_start_intr()H Hartley Sweeten1-14/+4
2014-09-11staging: comedi: amplc_dio200_common: 'stopcount' is always 'stop_arg'H Hartley Sweeten1-6/+2
2014-09-11staging: comedi: amplc_dio200_common: remove "empty acquisition" async commandH Hartley Sweeten1-28/+14
2014-08-16staging: comedi: 8255: provide common defines for registersH Hartley Sweeten1-21/+14
2014-08-16staging: comedi: amplc_dio200: remove dio200_common_detach()H Hartley Sweeten1-9/+0
2014-08-16staging: comedi: amplc_dio200: absorb dio200_subdev_timer_init()H Hartley Sweeten1-15/+6
2014-08-16staging: comedi: amplc_dio200.h: remove boardinfo 'mainshift'H Hartley Sweeten1-4/+8
2014-08-16staging: comedi: amplc_dio200.h: rename 'has_enhancements' in boardinfoH Hartley Sweeten1-2/+2
2014-08-16staging: comedi: amplc_dio200.h: remove unnecessary function comment descriptionsH Hartley Sweeten1-166/+59
2014-08-16staging: comedi: amplc_dio200.h: remove struct dio200_layout definitionH Hartley Sweeten1-55/+41
2014-08-16staging: comedi: amplc_dio200: remove private dataH Hartley Sweeten1-18/+6
2014-07-30staging: comedi: amplc_dio200: use the comedi_device 'mmio' memberH Hartley Sweeten1-16/+14
2014-07-30staging: comedi: amplc_dio200_common: remove some tests from amplc_dio200_common_detach()Ian Abbott1-5/+0
2014-07-30staging: comedi: amplc_dio200_common: prevent extra free_irq()Ian Abbott1-1/+3
2014-07-17staging: comedi: amplc_dio_common: remove use of comedi_error()H Hartley Sweeten1-1/+1
2014-07-16staging: comedi: amplc_dio200_common: checkpatch.pl cleanup (else after return)H Hartley Sweeten1-4/+4
2014-05-28staging: comedi: amplc_dio200_common: use comedi_cmd pointerH Hartley Sweeten1-4/+3
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott1-1/+1
2014-05-23staging: comedi: amplc_dio200_common: remove 'continuous' from subdevice private dataH Hartley Sweeten1-13/+5
2014-05-03staging: comedi: amplc_dio200_common: correct bound on counter modeIan Abbott1-1/+1
2014-04-22staging: comedi: amplc_dio200_common: fix the cmd->start_arg useH Hartley Sweeten1-18/+9
2014-02-07staging: comedi: drivers: remove final 'attach' messagesH Hartley Sweeten1-1/+1
2013-11-10staging: comedi: change bool assignment to trueTeodora Baluta1-1/+1
2013-09-17staging: comedi: drivers: use comedi_dio_update_state() for complex casesH Hartley Sweeten1-14/+17
2013-09-17staging: comedi: initialize subdevice s->io_bits in postconfigH Hartley Sweeten1-2/+0
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten1-25/+17
2013-08-12Revert "staging: comedi: drivers: use comedi_dio_insn_config() for complex cases"Greg Kroah-Hartman1-17/+25
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten1-25/+17
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-1/+0
2013-06-24staging: comedi: have comedi_set_spriv() allocate the memoryH Hartley Sweeten1-6/+3
2013-06-17staging: comedi: drivers: let core handle freeing s->privateH Hartley Sweeten1-20/+5