aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-17staging: comedi: pcl816: introduce pcl816_isadma_disable()H Hartley Sweeten1-1/+10
2015-01-17staging: comedi: pcl816: introduce pcl816_isadma_program()H Hartley Sweeten1-15/+18
2015-01-17staging: comedi: pcl818: introduce pcl818_isadma_disable()H Hartley Sweeten1-3/+12
2015-01-17staging: comedi: pcl818: introduce pcl818_isadma_program()H Hartley Sweeten1-15/+18
2015-01-17staging: comedi: das16: board is not a PCI deviceH Hartley Sweeten1-5/+4
2015-01-17staging: comedi: das16: introduce das16_free_dma()H Hartley Sweeten1-14/+19
2015-01-17staging: comedi: das16 introduce das16_alloc_dma()H Hartley Sweeten1-34/+38
2015-01-17staging: comedi: das16: introduce struct das16_dma_descH Hartley Sweeten1-22/+26
2015-01-17staging: comedi: dt282x: remove VIRT_TO_BUS dependancyH Hartley Sweeten2-6/+9
2015-01-17staging: comedi: dt282x: introduce struct dt282x_dma_descH Hartley Sweeten1-58/+53
2015-01-17staging: comedi: dt282x: introduce dt282x_alloc_dma()H Hartley Sweeten1-44/+40
2015-01-17staging: comedi: pcl812: remove VIRT_TO_BUS dependancyH Hartley Sweeten2-12/+10
2015-01-17staging: comedi: pcl812: introduce struct pcl812_dma_descH Hartley Sweeten1-50/+50
2015-01-17staging: comedi: pcl812: introduce pcl812_free_dma()H Hartley Sweeten1-10/+17
2015-01-17staging: comedi: pcl812: introduce pcl812_alloc_dma()H Hartley Sweeten1-25/+32
2015-01-17staging: comedi: pcl816: fix short DMA transactionsH Hartley Sweeten1-16/+18
2015-01-17staging: comedi: pcl816: remove VIRT_TO_BUS dependancyH Hartley Sweeten2-12/+10
2015-01-17staging: comedi: pcl816: introduce struct pcl816_dma_descH Hartley Sweeten1-23/+28
2015-01-17staging: comedi: pcl816: introduce pcl816_free_dma()H Hartley Sweeten1-8/+17
2015-01-17staging: comedi: pcl816: introduce pcl816_alloc_dma()H Hartley Sweeten1-35/+56
2015-01-17staging: comedi: pcl818: fix pcl818_handle_dma() for short DMA transactionH Hartley Sweeten1-17/+17
2015-01-17staging: comedi: pcl818: remove VIRT_TO_BUS dependancyH Hartley Sweeten2-14/+13