summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2013-09-09dma: mv_xor: Fix incorrect error pathSachin Kamat-4/+2
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-21/+5
2013-09-04dma: edma: Remove limits on number of slotsJoel Fernandes-6/+0
2013-09-04dma: edma: Leave linked to Null slot instead of DUMMY slotJoel Fernandes-3/+8
2013-09-04dma: edma: Find missed events and issue themJoel Fernandes-1/+49
2013-09-04dma: edma: Write out and handle MAX_NR_SG at a given timeJoel Fernandes-26/+51
2013-09-04dma: edma: Setup parameters to DMA MAX_NR_SG at a timeJoel Fernandes-3/+15
2013-09-04Merge branch 'topic/api_caps' into for-linusVinod Koul-7/+8
2013-09-03coh901318: don't open-code simple_read_from_buffer()Al Viro-21/+5
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-10/+16
2013-09-03Merge tag 'usb-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1068
2013-09-03dmaengine: pl330: use dma_set_max_seg_size to set the sg limitVinod Koul-7/+8
2013-09-02Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-1/+1
2013-09-02Merge branch 'topic/sh' into for-linusVinod Koul-118/+232
2013-09-02Merge branch 'topic/of' into for-linusVinod Koul-6/+7
2013-09-02Merge branch 'topic/api_caps' into for-linusVinod Koul-0/+27
2013-09-02dma: replace devm_request_and_ioremap by devm_ioremap_resourceJulia Lawall-5/+5
2013-09-02dma: ste_dma40: Fix potential null pointer dereferenceSachin Kamat-0/+3
2013-09-02dma: ste_dma40: Remove duplicate constSachin Kamat-1/+1
2013-09-02dma: imx-dma: Remove redundant NULL checkSachin Kamat-4/+2
2013-09-02dma: dmagengine: fix function names in commentsDaniel Mack-2/+2
2013-09-02dma: add driver for R-Car HPB-DMACMax Filippov-0/+662
2013-09-02dma: k3dma: use devm_ioremap_resource() instead of devm_request_and_ioremap()Jingoo Han-3/+3
2013-09-02dma: imx-sdma: Staticize sdma_driver_data structuresFabio Estevam-6/+6
2013-09-02pch_dma: Add MODULE_DEVICE_TABLEBen Hutchings-0/+1
2013-09-02dmaengine: PL08x: Add cyclic transfer supportAlban Bedel-29/+118
2013-09-02dmaengine: PL08x: Fix reading the byte count in cctlAlban Bedel-0/+4
2013-09-02dmaengine: PL08x: Add support for different maximum transfer sizeTomasz Figa-1/+7
2013-09-02dmaengine: PL08x: Add support for PL080S variantTomasz Figa-27/+118
2013-09-02dmaengine: PL08x: Move LLI dumping code into separate functionTomasz Figa-17/+24
2013-09-02dmaengine: PL08x: Rework LLI handling to be less fragileTomasz Figa-65/+82
2013-09-02dmaengine: PL08x: Add support for different offset of CONFIG registerTomasz Figa-12/+18
2013-09-02dmaengine: PL08x: Refactor pl08x_getbytes_chan() to lower indentationTomasz Figa-24/+29
2013-08-28dma: cppi41: off by one in desc_to_chan()Dan Carpenter-1/+1
2013-08-28dma: pl330: Fix handling of TERMINATE_ALL while processing completed descriptorsLars-Peter Clausen-72/+39
2013-08-28dmaengine: Add hisilicon k3 DMA engine driverZhangfei Gao-0/+847
2013-08-27dma: cpp41: enable pm_runtime during initSebastian Andrzej Siewior-0/+11
2013-08-27dma: cpp41: make it compile with CONFIG_BUG=nSebastian Andrzej Siewior-1/+1
2013-08-27DMA: shdma: fix a bad merge - remove free_irq()Guennadi Liakhovetski-5/+0
2013-08-27dma: sh: remove unnecessary platform_set_drvdata()Jingoo Han-5/+0
2013-08-27DMA: shdma: add r8a73a4 DMAC data to the device ID tableGuennadi Liakhovetski-0/+92
2013-08-27DMA: shdma: add a header with common for ARM SoCs definesGuennadi Liakhovetski-0/+51
2013-08-27DMA: shdma: remove private and unused defines from a global headerGuennadi Liakhovetski-0/+9
2013-08-27DMA: shdma: switch DT mode to use configuration data from a match tableGuennadi Liakhovetski-21/+33
2013-08-27DMA: shdma: make a pointer constGuennadi Liakhovetski-6/+6
2013-08-27DMA: sudmac: fix compiler warningGuennadi Liakhovetski-2/+0
2013-08-27DMA: shdma: switch to managed resource allocationGuennadi Liakhovetski-63/+15
2013-08-27DMA: shdma: support the new CHCLR register layoutGuennadi Liakhovetski-2/+12
2013-08-26dma: imx-sdma: Add ROM script addresses to driverSascha Hauer-1/+99
2013-08-26dma: imx-sdma: Use struct for driver dataSascha Hauer-30/+33