Age | Commit message (Expand) | Author | Files | Lines |
2017-07-08 | Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 21 | -378/+2824 |
2017-07-07 | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -17/+7 |
2017-07-06 | Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 3 | -375/+14 |
2017-07-04 | Merge branch 'topic/rcar' into for-linus | Vinod Koul | 1 | -6/+21 |
2017-07-04 | Merge branch 'topic/pl330' into for-linus | Vinod Koul | 1 | -76/+66 |
2017-07-04 | Merge branch 'topic/pl08x' into for-linus | Vinod Koul | 2 | -217/+759 |
2017-07-04 | Merge branch 'topic/mxs' into for-linus | Vinod Koul | 2 | -4/+3 |
2017-07-04 | Merge branch 'topic/mv_xor' into for-linus | Vinod Koul | 1 | -56/+91 |
2017-07-04 | Merge branch 'topic/dw' into for-linus | Vinod Koul | 4 | -376/+19 |
2017-07-04 | Merge branch 'topic/bcm' into for-linus | Vinod Koul | 3 | -0/+1801 |
2017-07-03 | Merge tag 'asoc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broon... | Takashi Iwai | 5 | -71/+85 |
2017-07-03 | dmaengine: qcom_hidma: correct API violation for submit | Sinan Kaya | 2 | -3/+13 |
2017-07-03 | dmaengine: zynqmp_dma: Remove max len check in zynqmp_dma_prep_memcpy | Stefan Roese | 1 | -3/+0 |
2017-06-30 | dmaengine: tegra-apb: Really fix runtime-pm usage | Jon Hunter | 1 | -40/+10 |
2017-06-29 | dmaengine: fsl_raid: make of_device_ids const. | Arvind Yadav | 1 | -1/+1 |
2017-06-26 | dmaengine: qcom_hidma: allow ACPI/DT parameters to be overridden | Sinan Kaya | 2 | -3/+51 |
2017-06-22 | dmaengine: fsldma: set BWC, DAHTS and SAHTS values correctly | Thomas Breitung | 2 | -1/+8 |
2017-06-20 | dmaengine: ioat: don't use DMA_ERROR_CODE | Christoph Hellwig | 1 | -17/+7 |
2017-06-20 | dmaengine: omap-dma: port_window support correction for both direction | Peter Ujfalusi | 1 | -24/+15 |
2017-06-17 | dmaengine: Kconfig: Simplify the help text for MXS_DMA | Fabio Estevam | 1 | -2/+1 |
2017-06-17 | dmaengine: pl330: Delete unused functions | Matthias Kaehlcke | 1 | -67/+0 |
2017-06-15 | dmaengine: Replace WARN_TAINT_ONCE() with pr_warn_once() | Prarit Bhargava | 1 | -4/+4 |
2017-06-15 | dmaengine: Kconfig: Extend the dependency for MXS_DMA | Fabio Estevam | 1 | -1/+1 |
2017-06-15 | dmaengine: mxs: Use %zu for printing a size_t variable | Fabio Estevam | 1 | -1/+1 |
2017-06-02 | dmaengine: pl330: fix warning in pl330_remove | Jean-Philippe Brucker | 1 | -1/+2 |
2017-06-01 | dmaengine: ste_dma40: Cleanup scatterlist layering violations | Logan Gunthorpe | 1 | -4/+1 |
2017-06-01 | dmaengine: imx-dma: cleanup scatterlist layering violations | Logan Gunthorpe | 1 | -5/+2 |
2017-05-30 | dmaengine: imx-sdma: Fix compilation warning. | Arvind Yadav | 1 | -2/+2 |
2017-05-30 | dmaengine: imx-sdma: Handle return value of clk_prepare_enable | Arvind Yadav | 1 | -5/+18 |
2017-05-30 | rcar-dmac: fixup descriptor pointer for descriptor mode | Kuninori Morimoto | 1 | -0/+3 |
2017-05-30 | dmaengine: pl330: Add IOMMU support to slave tranfers | Robin Murphy | 1 | -9/+66 |
2017-05-24 | dmaengine: DW DMAC: Handle return value of clk_prepare_enable | Arvind Yadav | 1 | -1/+5 |
2017-05-24 | dmaengine: ep93xx: Don't drain the transfers in terminate_all() | Alexander Sverdlin | 1 | -4/+33 |
2017-05-24 | dmaengine: ep93xx: Always start from BASE0 | Alexander Sverdlin | 1 | -0/+2 |
2017-05-24 | dmaengine: pl08x: Add support for Faraday Technology FTDMAC020 | Linus Walleij | 2 | -157/+616 |
2017-05-24 | dmaengine: pl08x: Make slave engine optional | Linus Walleij | 1 | -50/+78 |
2017-05-24 | ARM/dmaengine: pl08x: pass reasonable memcpy settings | Linus Walleij | 1 | -38/+93 |
2017-05-19 | dmaengine: rcar-dmac: wait for ISR to finish before freeing resources | Niklas Söderlund | 1 | -1/+5 |
2017-05-19 | dmaengine: rcar-dmac: implement device_synchronize() | Niklas Söderlund | 1 | -0/+8 |
2017-05-19 | dmaengine: rcar-dmac: store channel IRQ in struct rcar_dmac_chan | Niklas Söderlund | 1 | -5/+8 |
2017-05-19 | dmaengine: bcm-scm-raid: remove redundant null check on req | Colin Ian King | 1 | -1/+1 |
2017-05-19 | dmaengine: bcm-sba-raid: fix Kconfig dependencies | Arnd Bergmann | 1 | -1/+2 |
2017-05-16 | dmaengine: Add Broadcom SBA RAID driver | Anup Patel | 3 | -0/+1800 |
2017-05-16 | dmaengine: usb-dmac: Fix DMAOR AE bit definition | Hiroyuki Yokoyama | 1 | -1/+1 |
2017-05-15 | dmaengine: dw: Remove AVR32 bits from the driver | Andy Shevchenko | 3 | -375/+14 |
2017-05-14 | dmaengine: mv_xor_v2: add support for suspend/resume | Hanna Hawa | 1 | -0/+23 |
2017-05-14 | dmaengine: mv_xor_v2: remove unnecessary write to DESQ_STOP register | Hanna Hawa | 1 | -3/+0 |
2017-05-14 | dmaengine: mv_xor_v2: implement proper interrupt coalescing | Hanna Hawa | 1 | -0/+36 |
2017-05-14 | dmaengine: mv_xor_v2: set DMA mask to 40 bits | Thomas Petazzoni | 1 | -0/+4 |
2017-05-14 | dmaengine: mv_xor_v2: remove interrupt coalescing | Thomas Petazzoni | 1 | -25/+0 |