summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2017-03-14dmaengine: Fix array index out of bounds warning in __get_unmap_pool()Matthias Kaehlcke-0/+2
2017-03-06dmaengine: bcm2835: Fix cyclic DMA period splittingMatthias Reichl-1/+4
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar-0/+1
2017-02-22Merge tag 'tty-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-2/+15
2017-02-22Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-21/+7
2017-02-21Merge tag 'dmaengine-4.11-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-116/+309
2017-02-21Merge branch 'topic/zx' into for-linusVinod Koul-5/+7
2017-02-21Merge branch 'topic/stm32-dma' into for-linusVinod Koul-34/+61
2017-02-21Merge branch 'topic/ste' into for-linusVinod Koul-2/+5
2017-02-21Merge branch 'topic/intel' into for-linusVinod Koul-67/+223
2017-02-14dmaengine: rcar-dmac: Widen DMA mask to 40 bitsGeert Uytterhoeven-0/+1
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel-78/+133
2017-02-09usb: musb: dsps: Manage CPPI 4.1 DMA interrupt in DSPSAlexandre Bailon-21/+7
2017-02-05dmaengine: sun6i: allow build on ARM64 platforms (sun50i)Icenowy Zheng-1/+1
2017-01-30Merge branch 'iommu/iommu-priv' of git://git.kernel.org/pub/scm/linux/kernel/...Joerg Roedel-2/+3
2017-01-25dmaengine: pl330: fix double lockIago Abal-13/+6
2017-01-25dmaengine: zx: fix build warningJun Nie-1/+1
2017-01-25dmaengine: dw: we do support Merrifield SoC in PCI modeAndy Shevchenko-0/+15
2017-01-25dmaengine: dw: add support of iDMA 32-bit hardwareAndy Shevchenko-9/+92
2017-01-25dmaengine: dw: introduce register mappings for iDMA 32-bitAndy Shevchenko-3/+49
2017-01-25dmaengine: dw: introduce block2bytes() and bytes2block()Andy Shevchenko-23/+35
2017-01-25dmaengine: dw: extract dwc_chan_pause() for future useAndy Shevchenko-5/+9
2017-01-25dmaengine: dw: replace convert_burst() with one linerAndy Shevchenko-18/+11
2017-01-25dmaengine: dw: register IRQ and DMA pool with instance IDAndy Shevchenko-2/+8
2017-01-25dmaengine: dw: Fix data corruption in large device to memory transfersJarkko Nikula-11/+9
2017-01-25dmaengine: cppi41: Clean up pointless warningsTony Lindgren-8/+5
2017-01-25dmaengine: cppi41: Fix oops in cppi41_runtime_resumeTony Lindgren-15/+25
2017-01-25dmaengine: cppi41: Fix runtime PM timeouts with USB mass storageTony Lindgren-0/+16
2017-01-19dmaengine: pl330: Make sure microcode is privilegedMitchel Humpherys-2/+3
2017-01-19serial: 8250_mid: handle interrupt correctly in DMA caseAndy Shevchenko-2/+15
2017-01-14dmaengine: ste_dma40: indicate granularity on channelsLinus Walleij-0/+1
2017-01-14dmaengine: ste_dma40: indicate directions on channelsLinus Walleij-2/+4
2017-01-13dmaengine: rcar-dmac: unmap slave resource when channel is freedNiklas Söderlund-0/+8
2017-01-10dmaengine: omap-dma: Fix the port_window supportPeter Ujfalusi-15/+16
2017-01-10dmaengine: stm32-dma: Add error messages if xlate failsM'boumba Cedric Madianga-9/+15
2017-01-10dmaengine: iota: ioat_alloc_chan_resources should not perform sleeping alloca...Krister Johansen-2/+2
2017-01-10dmaengine: dw: pci: remove LPE Audio DMA IDAndy Shevchenko-2/+1
2017-01-03dmaengine: stm32-dma: Add max_burst supportM'boumba Cedric Madianga-0/+2
2017-01-03dmaengine: stm32-dma: Add synchronization supportM'boumba Cedric Madianga-0/+8
2017-01-03dmaengine: stm32-dma: Fix residue computation issue in cyclic modeM'boumba Cedric Madianga-13/+26
2017-01-03dmaengine: stm32-dma: Rework starting transfer managementM'boumba Cedric Madianga-11/+9
2017-01-03dmaengine: stm32-dma: Fix typo in KconfigM'boumba Cedric Madianga-1/+1
2017-01-03dmaengine: pl330: Fix runtime PM support for terminated transfersMarek Szyprowski-0/+11
2017-01-03dmaengine: omap-dma: Fix dynamic lch_map allocationPeter Ujfalusi-9/+21
2017-01-02dmaengine: zx: fix residue calculationShawn Guo-1/+2
2017-01-02dmaengine: zx: set DMA_CYCLIC cap_mask bitShawn Guo-0/+1
2017-01-02dmaengine: zx: rename zx296702_dma.c to zx_dma.cShawn Guo-3/+3
2017-01-02dmaengine: ipu: Make sure the interrupt routine checks all interrupts.Magnus Lilja-1/+1
2017-01-02dmaengine: ti-dma-crossbar: Add some 'of_node_put()' in error path.Christophe JAILLET-0/+2
2017-01-02dmaengine: Convert ID allocation to an IDAMatthew Wilcox-10/+11