Age | Commit message (Expand) | Author | Files | Lines |
2013-09-13 | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 1 | -1/+0 |
2013-09-11 | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 38 | -636/+2941 |
2013-09-10 | Merge tag 'dmaengine-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 5 | -229/+115 |
2013-09-10 | Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -9/+14 |
2013-09-09 | dma: mv_xor: Fix incorrect error path | Sachin Kamat | 1 | -4/+2 |
2013-09-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -21/+5 |
2013-09-04 | dma: edma: Remove limits on number of slots | Joel Fernandes | 1 | -6/+0 |
2013-09-04 | dma: edma: Leave linked to Null slot instead of DUMMY slot | Joel Fernandes | 1 | -3/+8 |
2013-09-04 | dma: edma: Find missed events and issue them | Joel Fernandes | 1 | -1/+49 |
2013-09-04 | dma: edma: Write out and handle MAX_NR_SG at a given time | Joel Fernandes | 1 | -26/+51 |
2013-09-04 | dma: edma: Setup parameters to DMA MAX_NR_SG at a time | Joel Fernandes | 1 | -3/+15 |
2013-09-04 | Merge branch 'topic/api_caps' into for-linus | Vinod Koul | 1 | -7/+8 |
2013-09-04 | coh901318: don't open-code simple_read_from_buffer() | Al Viro | 1 | -21/+5 |
2013-09-03 | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -10/+16 |
2013-09-03 | Merge tag 'usb-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 3 | -0/+1068 |
2013-09-03 | dmaengine: pl330: use dma_set_max_seg_size to set the sg limit | Vinod Koul | 1 | -7/+8 |
2013-09-02 | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -1/+1 |
2013-09-02 | Merge branch 'topic/sh' into for-linus | Vinod Koul | 9 | -118/+232 |
2013-09-02 | Merge branch 'topic/of' into for-linus | Vinod Koul | 2 | -6/+7 |
2013-09-02 | Merge branch 'topic/api_caps' into for-linus | Vinod Koul | 1 | -0/+27 |
2013-09-02 | dma: replace devm_request_and_ioremap by devm_ioremap_resource | Julia Lawall | 1 | -5/+5 |
2013-09-02 | dma: ste_dma40: Fix potential null pointer dereference | Sachin Kamat | 1 | -0/+3 |
2013-09-02 | dma: ste_dma40: Remove duplicate const | Sachin Kamat | 1 | -1/+1 |
2013-09-02 | dma: imx-dma: Remove redundant NULL check | Sachin Kamat | 1 | -4/+2 |
2013-09-02 | dma: dmagengine: fix function names in comments | Daniel Mack | 1 | -2/+2 |
2013-09-02 | dma: add driver for R-Car HPB-DMAC | Max Filippov | 3 | -0/+662 |
2013-09-02 | dma: k3dma: use devm_ioremap_resource() instead of devm_request_and_ioremap() | Jingoo Han | 1 | -3/+3 |
2013-09-02 | dma: imx-sdma: Staticize sdma_driver_data structures | Fabio Estevam | 1 | -6/+6 |
2013-09-02 | pch_dma: Add MODULE_DEVICE_TABLE | Ben Hutchings | 1 | -0/+1 |
2013-09-02 | dmaengine: PL08x: Add cyclic transfer support | Alban Bedel | 1 | -29/+118 |
2013-09-02 | dmaengine: PL08x: Fix reading the byte count in cctl | Alban Bedel | 1 | -0/+4 |
2013-09-02 | dmaengine: PL08x: Add support for different maximum transfer size | Tomasz Figa | 1 | -1/+7 |
2013-09-02 | dmaengine: PL08x: Add support for PL080S variant | Tomasz Figa | 1 | -27/+118 |
2013-09-02 | dmaengine: PL08x: Move LLI dumping code into separate function | Tomasz Figa | 1 | -17/+24 |
2013-09-02 | dmaengine: PL08x: Rework LLI handling to be less fragile | Tomasz Figa | 1 | -65/+82 |
2013-09-02 | dmaengine: PL08x: Add support for different offset of CONFIG register | Tomasz Figa | 1 | -12/+18 |
2013-09-02 | dmaengine: PL08x: Refactor pl08x_getbytes_chan() to lower indentation | Tomasz Figa | 1 | -24/+29 |
2013-08-29 | dma: cppi41: off by one in desc_to_chan() | Dan Carpenter | 1 | -1/+1 |
2013-08-28 | dma: pl330: Fix handling of TERMINATE_ALL while processing completed descriptors | Lars-Peter Clausen | 1 | -72/+39 |
2013-08-28 | dmaengine: Add hisilicon k3 DMA engine driver | Zhangfei Gao | 3 | -0/+847 |
2013-08-27 | dma: cpp41: enable pm_runtime during init | Sebastian Andrzej Siewior | 1 | -0/+11 |
2013-08-27 | dma: cpp41: make it compile with CONFIG_BUG=n | Sebastian Andrzej Siewior | 1 | -1/+1 |
2013-08-27 | DMA: shdma: fix a bad merge - remove free_irq() | Guennadi Liakhovetski | 1 | -5/+0 |
2013-08-27 | dma: sh: remove unnecessary platform_set_drvdata() | Jingoo Han | 2 | -5/+0 |
2013-08-27 | DMA: shdma: add r8a73a4 DMAC data to the device ID table | Guennadi Liakhovetski | 5 | -0/+92 |
2013-08-27 | DMA: shdma: add a header with common for ARM SoCs defines | Guennadi Liakhovetski | 1 | -0/+51 |
2013-08-27 | DMA: shdma: remove private and unused defines from a global header | Guennadi Liakhovetski | 1 | -0/+9 |
2013-08-27 | DMA: shdma: switch DT mode to use configuration data from a match table | Guennadi Liakhovetski | 6 | -21/+33 |
2013-08-27 | DMA: shdma: make a pointer const | Guennadi Liakhovetski | 2 | -6/+6 |
2013-08-27 | DMA: sudmac: fix compiler warning | Guennadi Liakhovetski | 1 | -2/+0 |