aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi
AgeCommit message (Expand)AuthorFilesLines
2014-06-26staging: comedi: s626: remove struct s626_enc_infoH Hartley Sweeten1-178/+156
2014-06-26staging: comedi: s626: tidy up s626_enc_insn_read()H Hartley Sweeten1-26/+17
2014-06-26staging: comedi: s626: remove 'my_event_bits' from encoder private dataH Hartley Sweeten1-21/+21
2014-06-26staging: comedi: s626: remove 'set_mode' callback from encoder private dataH Hartley Sweeten1-25/+23
2014-06-26staging: comedi: s626: remove 'get_mode' callback from encoder private dataH Hartley Sweeten1-19/+21
2014-06-26staging: comedi: s626: remove 'reset_cap_flags' callback from encoder private dataH Hartley Sweeten1-28/+17
2014-06-26staging: comedi: s626: remove 'pulse_index' callback from encoder private dataH Hartley Sweeten1-30/+22
2014-06-26staging: comedi: s626: remove 'get_int_src' callback from encoder private dataH Hartley Sweeten1-20/+10
2014-06-26staging: comedi: s626: remove 'set_int_src' callback from encoder private dataH Hartley Sweeten1-47/+31
2014-06-26staging: comedi: s626: remove 'get_load_trig' callback from encoder private dataH Hartley Sweeten1-20/+10
2014-06-26staging: comedi: s626: remove 'set_load_trig' callback from encoder private dataH Hartley Sweeten1-24/+19
2014-06-26staging: comedi: s626: remove 'get_enable' callback from encoder private dataH Hartley Sweeten1-19/+9
2014-06-26staging: comedi: s626: remove 'set_enable' callback from encoder private dataH Hartley Sweeten1-29/+20
2014-06-26staging: comedi: s626: remove my_latch_lsw from encoder private dataH Hartley Sweeten1-12/+5
2014-06-26staging: comedi: s626: define S626_LP_CNTR* registers based on channel numberH Hartley Sweeten2-19/+9
2014-06-26staging: comedi: s626: remove my_cr[ab] from encoder private dataH Hartley Sweeten1-49/+46
2014-06-26staging: comedi: s626: add comedi "chan" number to struct s626_enc_infoH Hartley Sweeten1-0/+8
2014-06-26staging: comedi: s626: define CRA/CRB registers based on channel numberH Hartley Sweeten2-19/+15
2014-06-26staging: comedi: addi_apci_1564: move apci1564_interrupt() into addi_apci_1564.cChase Southwood2-150/+153
2014-06-26staging: comedi: addi_apci_1564: add Change-of-State interrupt subdevice and required functionsChase Southwood2-62/+232
2014-06-26staging: comedi: addi_apci_1564: introduce apci1564_private structChase Southwood2-110/+118
2014-06-26staging: comedi: addi_apci_1564: remove unused static variablesChase Southwood1-6/+1
2014-06-26staging: comedi: addi_apci_1564: remove use of devpriv->b_OutputMemoryStatusChase Southwood1-5/+0
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
2014-06-26staging: comedi: dt282x: remove sanity checks of 's->async->prealloc_buf'H Hartley Sweeten1-10/+0
2014-06-26staging: comedi: dt282x: tidy up Digital I/O subdevice initH Hartley Sweeten1-8/+8
2014-06-26staging: comedi: dt282x: rename the prep_{ai,ao}_dma() functionsH Hartley Sweeten1-8/+8
2014-06-26staging: comedi: dt282x: remove unused chan_to_DAC() macroH Hartley Sweeten1-5/+0
2014-06-26staging: comedi: dt282x: convert private data flags to bit-fieldsH Hartley Sweeten1-6/+6
2014-06-26staging: comedi: dt282x: remove DT2821_SIZE defineH Hartley Sweeten1-3/+1
2014-06-26staging: comedi: dt282x: IRQ and DMA are needed for async command supportH Hartley Sweeten1-60/+52
2014-06-26staging: comedi: dt282x: remove 'volatile' on private data variablesH Hartley Sweeten1-7/+7
2014-06-26staging: comedi: dt282x: fix dt282x_ao_insn_write()H Hartley Sweeten1-18/+23
2014-06-26staging: comedi: dt282x: convert 'dabits' boardinfo to 'ao_maxdata'H Hartley Sweeten1-16/+15
2014-06-26staging: comedi: dt282x: convert 'adbits' boardinfo to 'ai_maxdata'H Hartley Sweeten1-40/+42
2014-06-26staging: comedi: dt282x: remove '= 0' boardinfoH Hartley Sweeten1-25/+0