summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-17staging: dgnc: implement proper error handling in dgnc_start()Alexey Khoroshilov1-4/+24
2015-01-17Staging: octeon-usb: Fixed a typoGustavo A. R. Silva1-1/+1
2015-01-17Staging: octeon: Fixed a typoGustavo A. R. Silva1-1/+1
2015-01-17Staging: octeon: Add blank lines after declarationsJamie Lawler1-0/+2
2015-01-17staging: gdm724x: fix line limit coding style issue in gdm_lte.cNing Zhou1-1/+2
2015-01-17Staging: gdm724x: fix space before comma coding style issue in gdm_mux.cRobert Nachlinger1-1/+1
2015-01-17Staging: vt6655: Checkpatch fix: c99 comment headingsEmrys Bayliss1-61/+61
2015-01-17Staging: vt6655: comment headings formattingEmrys Bayliss1-78/+15
2015-01-17Staging: vt6655: Checkpatch fix: lines longer than 80 columnsEmrys Bayliss1-13/+26
2015-01-17Staging: vt6655: Checkpatch fix: c99 comments after statementsEmrys Bayliss1-13/+13
2015-01-17Staging: vt6655: comment after statement formattingEmrys Bayliss1-12/+12
2015-01-17Staging: vt6655: Checkpatch fix: empty c99 commentsEmrys Bayliss1-177/+177
2015-01-17Staging: vt6655: Checkpatch fix: unnecessary whitespaceEmrys Bayliss1-6/+6
2015-01-17Staging: comedi: kcomedilib: Fixed a typoGustavo A. R. Silva1-1/+1
2015-01-17staging: comedi: pcl812: use common function to setup dmaH Hartley Sweeten1-33/+19
2015-01-17staging: comedi: pcl812: simplify the dma->size calculationsH Hartley Sweeten1-53/+28
2015-01-17staging: comedi: pcl816: use common function to setup dmaH Hartley Sweeten1-32/+11
2015-01-17staging: comedi: pcl816: simplify the dma->size calculationsH Hartley Sweeten1-36/+28
2015-01-17staging: comedi: pcl818: use common function to setup dmaH Hartley Sweeten1-35/+13
2015-01-17staging: comedi: pcl818: simplify the dma->size calculationsH Hartley Sweeten1-31/+27
2015-01-17staging: comedi: ni_labpc_isadma: use comedi_isdma moduleH Hartley Sweeten5-89/+31
2015-01-17staging: comedi: ni_at_a2150: remove depends on ISA_DMA_API limitationH Hartley Sweeten2-110/+48
2015-01-17staging: comedi: dt282x: remove depends on ISA_DMA_API limitationH Hartley Sweeten2-116/+58
2015-01-17staging: comedi: das1800: remove depends on ISA_DMA_API limitationH Hartley Sweeten2-124/+56
2015-01-17staging: comedi: das16: remove depends on ISA_DMA_API limitationH Hartley Sweeten2-131/+44
2015-01-17staging: comedi: pcl812: remove depends on ISA_DMA_API limitationH Hartley Sweeten2-132/+69
2015-01-17staging: comedi: pcl816: remove depends on ISA_DMA_API limitationH Hartley Sweeten2-140/+70
2015-01-17staging: comedi: pcl818: remove depends on ISA_DMA_API limitationH Hartley Sweeten2-94/+40
2015-01-17staging: comedi: comedi_isadma: introduce helper module for ISA DMAH Hartley Sweeten4-0/+382
2015-01-17staging: comedi: das1800: tidy up das1800_ai_transfer_size()H Hartley Sweeten1-26/+19
2015-01-17staging: comedi: das1800: remove hard coded 'sample_size'H Hartley Sweeten1-7/+8
2015-01-17staging: comedi: ni_labpc_isadma: introduce labpc_isadma_program()H Hartley Sweeten1-19/+18
2015-01-17staging: comedi: ni_labpc_isadma: move dma programming out of labpc_drain_dma()H Hartley Sweeten1-9/+9
2015-01-17staging: comedi: ni_labpc_isadma: tidy up labpc_drain_dma()H Hartley Sweeten1-24/+24
2015-01-17staging: comedi: ni_labpc_isadma: introduce labpc_isadma_disable()H Hartley Sweeten1-17/+24
2015-01-17staging: comedi: ni_labpc_isadma: convert 'dma_buffer_size' to a defineH Hartley Sweeten1-5/+5
2015-01-17staging: comedi: ni_labpc_isadma: remove hard coded samples sizeH Hartley Sweeten1-4/+7
2015-01-17staging: comedi: ni_at_a2150: introduce a2150_isadma_disable()H Hartley Sweeten1-19/+23
2015-01-17staging: comedi: ni_at_a2150: introduce a2150_isadma_program()H Hartley Sweeten1-15/+21
2015-01-17staging: comedi: pcl812: introduce pcl812_isadma_disable()H Hartley Sweeten1-2/+11
2015-01-17staging: comedi: pcl812: introduce pcl812_isadma_program()H Hartley Sweeten1-24/+25
2015-01-17staging: comedi: das16: introduce das16_isadma_disable()H Hartley Sweeten1-13/+20
2015-01-17staging: comedi: das16: introduce das16_isadma_program()H Hartley Sweeten1-16/+19
2015-01-17staging: comedi: das16: move dma transfer 'size' to dma descriptorH Hartley Sweeten1-6/+7
2015-01-17staging: comedi: das1800: introduce das1800_isadma_disable()H Hartley Sweeten1-22/+18
2015-01-17staging: comedi: das1800: introduce das1800_isadma_program()H Hartley Sweeten1-27/+21
2015-01-17staging: comedi: das1800: move dma transfer 'size' to dma descriptorH Hartley Sweeten1-7/+10
2015-01-17staging: comedi: das1800: pass dma descriptor to das1800_flush_dma_channel()H Hartley Sweeten1-9/+9
2015-01-17staging: comedi: dt282x: introduce dt282x_isadma_disable()H Hartley Sweeten1-4/+14
2015-01-17staging: comedi: dt282x: introduce dt282x_isadma_program()H Hartley Sweeten1-18/+18