Age | Commit message (Expand) | Author | Files | Lines |
2017-09-08 | Merge tag 'dmaengine-4.14-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 32 | -1157/+1605 |
2017-09-06 | Merge branch 'topic/dmatest' into for-linus | Vinod Koul | 9 | -781/+141 |
2017-09-06 | Merge branch 'topic/qcom' into for-linus | Vinod Koul | 5 | -16/+61 |
2017-09-06 | Merge branch 'topic/ppc4xx' into for-linus | Vinod Koul | 1 | -13/+10 |
2017-09-06 | Merge branch 'topic/of' into for-linus | Vinod Koul | 2 | -12/+10 |
2017-09-06 | Merge branch 'topic/k3dma' into for-linus | Vinod Koul | 1 | -8/+4 |
2017-09-06 | Merge branch 'topic/ioat' into for-linus | Vinod Koul | 4 | -4/+53 |
2017-09-06 | Merge branch 'topic/bcm' into for-linus | Vinod Koul | 1 | -249/+295 |
2017-09-06 | Merge branch 'topic/altera' into for-linus | Vinod Koul | 3 | -0/+934 |
2017-09-05 | dmaengine: sun6i: support V3s SoC variant | Icenowy Zheng | 1 | -0/+13 |
2017-09-05 | dmaengine: sun6i: make gate bit in sun8i's DMA engines a common quirk | Icenowy Zheng | 1 | -7/+13 |
2017-09-05 | dmaengine: xilinx_dma: Fix error code format specifier | Lars-Peter Clausen | 1 | -15/+15 |
2017-08-29 | dmaengine: altera: Use macros instead of structs to describe the registers | Stefan Roese | 1 | -45/+35 |
2017-08-28 | dmaengine: ti-dma-crossbar: Fix dra7 reserve function | Alexander Smirnov | 1 | -1/+1 |
2017-08-28 | dmaengine: pl330: constify amba_id | Arvind Yadav | 1 | -1/+1 |
2017-08-28 | dmaengine: pl08x: constify amba_id | Arvind Yadav | 1 | -1/+1 |
2017-08-28 | dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_COMPLETED | Anup Patel | 1 | -46/+17 |
2017-08-28 | dmaengine: bcm-sba-raid: Explicitly ACK mailbox message after sending | Anup Patel | 1 | -3/+7 |
2017-08-28 | dmaengine: bcm-sba-raid: Add debugfs support | Anup Patel | 1 | -0/+78 |
2017-08-28 | dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_RECEIVED | Anup Patel | 1 | -24/+2 |
2017-08-28 | dmaengine: bcm-sba-raid: Re-factor sba_process_deferred_requests() | Anup Patel | 1 | -62/+47 |
2017-08-28 | dmaengine: bcm-sba-raid: Pre-ack async tx descriptor | Anup Patel | 1 | -0/+1 |
2017-08-28 | dmaengine: bcm-sba-raid: Peek mbox when we have no free requests | Anup Patel | 1 | -5/+20 |
2017-08-28 | dmaengine: bcm-sba-raid: Alloc resources before registering DMA device | Anup Patel | 1 | -15/+15 |
2017-08-28 | dmaengine: bcm-sba-raid: Improve sba_issue_pending() run duration | Anup Patel | 1 | -109/+125 |
2017-08-28 | dmaengine: bcm-sba-raid: Increase number of free sba_request | Anup Patel | 1 | -12/+13 |
2017-08-28 | dmaengine: bcm-sba-raid: Allow arbitrary number free sba_request | Anup Patel | 1 | -16/+10 |
2017-08-28 | dmaengine: bcm-sba-raid: Remove reqs_free_count from sba_device | Anup Patel | 1 | -7/+1 |
2017-08-28 | dmaengine: bcm-sba-raid: Remove redundant resp_dma from sba_request | Anup Patel | 1 | -17/+17 |
2017-08-28 | dmaengine: bcm-sba-raid: Remove redundant next_count from sba_request | Anup Patel | 1 | -5/+1 |
2017-08-28 | dmaengine: bcm-sba-raid: Common flags for sba_request state and fence | Anup Patel | 1 | -28/+38 |
2017-08-28 | dmaengine: bcm-sba-raid: Reduce locking context in sba_alloc_request() | Anup Patel | 1 | -11/+11 |
2017-08-28 | dmaengine: bcm-sba-raid: Minor improvments in comments | Anup Patel | 1 | -3/+6 |
2017-08-28 | dmaengine: qcom: bam_dma: add command descriptor flag | Abhishek Sahu | 1 | -1/+5 |
2017-08-28 | dmaengine: remove BUG_ON while registering devices | Vinod Koul | 1 | -22/+79 |
2017-08-25 | dmaengine: rcar-dmac: initialize all data before registering IRQ handler | Kuninori Morimoto | 1 | -42/+43 |
2017-08-25 | dmaengine: k3dma: remove useless ON_WARN_ONCE() | Antonio Borneo | 1 | -2/+0 |
2017-08-25 | dmaengine: k3dma: fix double free of descriptor | Antonio Borneo | 1 | -5/+1 |
2017-08-25 | dmaengine: k3dma: fix non-cyclic mode | Antonio Borneo | 1 | -1/+3 |
2017-08-23 | dmaengine: ioatdma: Add intr_coalesce sysfs entry | Ujjal Singh | 3 | -3/+52 |
2017-08-22 | dmaengine: xgene-dma: remove unused xgene_dma_invalidate_buffer | Vinod Koul | 1 | -5/+0 |
2017-08-22 | dmaengine: altera: remove DMA_SG | Vinod Koul | 1 | -94/+0 |
2017-08-22 | dmaengine: remove DMA_SG as it is dead code in kernel | Dave Jiang | 9 | -737/+5 |
2017-08-21 | dmaengine: at_xdmac: Handle return value of clk_prepare_enable. | Arvind Yadav | 1 | -1/+4 |
2017-08-21 | dmaengine: at_xdmac: Fix compilation warning. | Arvind Yadav | 1 | -4/+4 |
2017-08-21 | dmaengine: ste_dma40: make stedma40_chan_cfg const | Bhumika Goyal | 1 | -2/+2 |
2017-08-21 | dmaengine: qcom_hidma: avoid freeing an uninitialized pointer | Anton Vasilyev | 1 | -1/+1 |
2017-08-09 | dmaengine: tegra210-adma: fix of_irq_get() error check | Sergei Shtylyov | 1 | -2/+2 |
2017-07-21 | dmaengine: ppc4xx: remove DRIVER_ATTR() usage | Greg Kroah-Hartman | 1 | -13/+10 |
2017-07-19 | dmaengine: bcm-scm-raid: statify functions | Vinod Koul | 1 | -3/+3 |