summaryrefslogtreecommitdiffstats
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2013-03-25staging: comedi: s626: remove MC_DISABLE macroH Hartley Sweeten1-7/+13
2013-03-25staging: comedi: s626: remove MC_ENABLE macroH Hartley Sweeten1-34/+43
2013-03-25staging: comedi: s626: #ifdef out a block of unused codeH Hartley Sweeten1-21/+31
2013-03-25staging: comedi: s626: cleanup comedi_lrange tableH Hartley Sweeten1-4/+5
2013-03-25staging: comedi: s626: factor counter interrupt handling from s626_irq_handler()H Hartley Sweeten1-69/+75
2013-03-25staging: comedi: s626: factor eos interrupt handling from s626_irq_handler()H Hartley Sweeten1-44/+59
2013-03-25staging: comedi: s626: use a local var for the s->async in s626_irq_handler()H Hartley Sweeten1-5/+6
2013-03-25staging: comedi: s626: cleanup "subdevice" and "cmd" in s626_irq_handler()H Hartley Sweeten1-10/+2
2013-03-25staging: comedi: s626: factor dio interrupt handling from s626_irq_handler()H Hartley Sweeten1-68/+68
2013-03-25staging: comedi: s626: simplify dio register accessH Hartley Sweeten2-147/+41
2013-03-25staging: comedi: ni_labpc: fix labpc_eeprom_insn_read()H Hartley Sweeten1-2/+5
2013-03-25staging: comedi: ni_labpc: return bool from labpc_use_continuous_mode()H Hartley Sweeten1-9/+6
2013-03-25staging: comedi: ni_labpc: cleanup trigger setting in labpc_ai_cmd()H Hartley Sweeten1-26/+9
2013-03-25staging: comedi: ni_labpc: remove board attach noiseH Hartley Sweeten1-9/+3
2013-03-25staging: comedi: ni_labpc: dma requires an interruptH Hartley Sweeten1-1/+1
2013-03-25staging: comedi: ni_labpc: allow board to attach without dmaH Hartley Sweeten1-21/+14
2013-03-25staging: comedi: ni_labpc: allow board to attach without interruptH Hartley Sweeten1-8/+4
2013-03-25staging: comedi: ni_labpc: return error from labpc_counter_set_mode()H Hartley Sweeten1-14/+18
2013-03-25staging: comedi: ni_labpc: cleanup labpc_counter_load() usageH Hartley Sweeten1-18/+18
2013-03-25staging: comedi: ni_labpc: introduce labpc_counter_set_mode()H Hartley Sweeten1-17/+27
2013-03-25staging: comedi: ni_labpc: remove inline from labpc_counter_load()H Hartley Sweeten1-4/+4
2013-03-25staging: comedi: ni_labpc: move a couple of the #define'sH Hartley Sweeten1-5/+2
2013-03-25staging: comedi: ni_labpc: clean up register mapH Hartley Sweeten1-231/+186
2013-03-25staging: comedi: ni_labpc: clean up multi-line commentsH Hartley Sweeten1-71/+64
2013-03-25staging: comedi: ni_labpc: fix a > 80 char line issueH Hartley Sweeten1-1/+2
2013-03-25staging: comedi: ni_labpc: introduce labpc_ai_wait_for_data()H Hartley Sweeten1-15/+26
2013-03-25staging: comedi: ni_labpc: introduce labpc_read_adc_fifo()H Hartley Sweeten1-11/+13
2013-03-25staging: comedi: ni_labpc: introduce labpc_setup_cmd6_reg()H Hartley Sweeten1-51/+53
2013-03-25staging: comedi: ni_labpc:use labpc_cancel() to remove some common codeH Hartley Sweeten1-33/+19
2013-03-25staging: comedi: ni_labpc: introduce labpc_ai_set_chan_and_gain()H Hartley Sweeten1-17/+22
2013-03-25staging: comedi: ni_labpc: cleanup local var declarations in labpc_ai_insn_re...H Hartley Sweeten1-8/+8
2013-03-25staging: comedi: ni_labpc: cleanup local var declarations in labpc_ai_cmd()H Hartley Sweeten1-13/+10
2013-03-25staging: comedi: ni_labpc: remove unnecessary test of dev->irqH Hartley Sweeten1-5/+0
2013-03-25staging: comedi: ni_labpc: move declaration of local var 'irq_flags'H Hartley Sweeten1-3/+2
2013-03-25staging: comedi: ni_labpc: remove DRV_NAMEH Hartley Sweeten1-4/+2
2013-03-25staging: comedi: ni_labpc: use dev->board_name instead of DRV_NAMEH Hartley Sweeten1-6/+6
2013-03-25staging: comedi: ni_labpc: move declaration of local var 'dma_flags'H Hartley Sweeten1-4/+3
2013-03-25staging: comedi: ni_labpc: tidy up subdevice initH Hartley Sweeten1-30/+27
2013-03-25staging: comedi: ni_labpc: fix 8255 dio subdevice initH Hartley Sweeten1-9/+6
2013-03-25staging: comedi: ni_labpc: fix command support with analog input subdeviceH Hartley Sweeten1-12/+14
2013-03-25staging: comedi: ni_labpc: rename subdevice (*insn_{read, write}) functionsH Hartley Sweeten1-23/+31
2013-03-25staging: comedi: ni_labpc: introduce labpc_range_is_unipolar()H Hartley Sweeten3-22/+15
2013-03-25staging: comedi: ni_labpc: rename boardinfo 'memory_mapped_io'H Hartley Sweeten2-5/+5
2013-03-25staging: comedi: ni_labpc: rename local var 'thisboard'H Hartley Sweeten1-41/+41
2013-03-25staging: comedi: ni_labpc: tidy up range table declarationsH Hartley Sweeten1-113/+50
2013-03-25staging: comedi: ni_labpc: rename some of the private data variablesH Hartley Sweeten2-158/+146
2013-03-25staging: comedi: ni_labpc: remove 'volatile' from private dataH Hartley Sweeten1-9/+9
2013-03-25staging: comedi: ni_labpc: cleanup the boardinfoH Hartley Sweeten1-42/+40
2013-03-25staging: comedi: ni_labpc: remove "dummy" pci boardinfo entryH Hartley Sweeten1-5/+0
2013-03-25staging: comedi: ni_labpc: remove boardinfo data that is set to '0'H Hartley Sweeten1-5/+0