aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2013-07-05dma: at_hdmac: remove unnecessary platform_set_drvdata()Jingoo Han
2013-07-05dma: mxs-dma: Staticize mxs_dma_xlateFabio Estevam
2013-07-05dma: use platform_{get,set}_drvdata()Jingoo Han
2013-07-05DMA: AT91: Get residual bytes in dma bufferElen Song
2013-07-05DMA: AT91: Get transfer widthElen Song
2013-07-05dmaengine: at_hdmac/trivial: rearrange CFG register bits assignmentNicolas Ferre
2013-07-05dmaengine: at_hdmac: extend hardware handshaking interface identificationNicolas Ferre
2013-07-05dmaengine: at_hdmac/trivial: correct typo in commentNicolas Ferre
2013-07-05DMA: imx-dma: imxdma->dev used uninitializedMarkus Pargmann
2013-07-05dma: imx-dma: Add oftree supportMarkus Pargmann
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-07-03drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz
2013-07-03drivers/dma/pl330.c: fix locking in pl330_free_chan_resources()Bartlomiej Zolnierkiewicz
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-07-02Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-06-28Merge branch 'pm-assorted'Rafael J. Wysocki
2013-06-25Merge tag 'ux500-dma40-for-arm-soc-3' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson
2013-06-24Merge tag 'davinci-for-v3.11/soc-2' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann
2013-06-24dmaengine: ste_dma40: Declare memcpy config as staticFabio Baltieri
2013-06-24dmaengine: edma: enable build for AM33XXMatt Porter
2013-06-20Merge tag 'davinci-for-v3.11/soc-v2' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann
2013-06-20Merge tag 'u300-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann
2013-06-18ARM: davinci: move private EDMA API to arm/commonMatt Porter
2013-06-17dma: coh901318: add devicetree supportLinus Walleij
2013-06-14Merge tag 'ux500-dma40-for-arm-soc-2' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson
2013-06-12Merge tag 's3c24xx-driver-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson
2013-06-12dma: of: Remove check on always true conditionLars-Peter Clausen
2013-06-12dma: of: Remove restriction that #dma-cells can't be 0Lars-Peter Clausen
2013-06-08dmatest: do not allow to interrupt ongoing testsAndy Shevchenko
2013-06-04dmaengine: ste_dma40: fix error return code in d40_probe()Wei Yongjun
2013-06-04dmaengine: ste_dma40: Fetch disabled channels from DTLee Jones
2013-06-04dmaengine: ste_dma40: Fetch the number of physical channels from DTLee Jones
2013-06-04dmaengine: ste_dma40: Allow memcpy channels to be configured from DTLee Jones
2013-06-04dmaengine: ste_dma40_ll: Replace meaningless register set with commentLee Jones
2013-06-04dmaengine: ste_dma40: Convert data_width from register bit format to valueLee Jones
2013-06-04dmaengine: ste_dma40_ll: Use the BIT macro to replace ugly '(1 << x)'sLee Jones
2013-06-04dmaengine: ste_dma40: Replace ST-E's home-brew DMA direction defs with generi...Lee Jones
2013-06-04dmaengine: ste_dma40: Use the BIT macro to replace ugly '(1 << x)'sLee Jones
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki
2013-05-27Merge tag 'ux500-dma40-for-arm-soc' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson
2013-05-27dmaengine: ste_dma40: fix pm runtime ref countingRabin Vincent
2013-05-25Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-05-23dmaengine: ste_dma40: Remove redundant address fetching functionLee Jones
2013-05-23dmaengine: ste_dma40: Only use addresses passed as configuration informationLee Jones
2013-05-23dmaengine: ste_dma40: Don't configure runtime configurable setup during allocateLee Jones
2013-05-23dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg()Lee Jones
2013-05-23dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmaskingLee Jones
2013-05-23dmaengine: ste_dma40: Supply full Device Tree parsing supportLee Jones
2013-05-23dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabledLee Jones
2013-05-23dmaengine: ste_dma40: Allocate plat_data on declarationLee Jones