summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2013-06-24dmaengine: ste_dma40: Declare memcpy config as staticFabio Baltieri
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-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
2013-05-23dmaengine: ste_dma40: Also report the number of logical channelsLee Jones
2013-05-23dmaengine: ste_dma40: Move rev error-check up to revision acquisitionLee Jones
2013-05-23dmaengine: ste_dma40: Remove 'always true' checkingLee Jones
2013-05-23dmaengine: ste_dma40: Calculate number of logical channels from physical onesLee Jones
2013-05-23dmaengine: ste_dma40: Remove home-brew MAX() macroLee Jones
2013-05-23dmaengine: ste_dma40: Amalgamate DMA source and destination channel numbersLee Jones
2013-05-23dmaengine: ste_dma40: Rectify incorrect configuration validation checkingLee Jones
2013-05-23dmaengine: ste_dma40: Move default memcpy configs into the driverLee Jones
2013-05-23dmaengine: ste_dma40: Fix up static memcpy event linesLinus Walleij
2013-05-23dmaengine: ste_dma40: Assign memcpy channels in the driverLee Jones
2013-05-09Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2013-05-06Merge branch 'late/dt' into next/dt2Arnd Bergmann
2013-05-02dma: tegra: implement suspend/resume callbacksLaxman Dewangan
2013-05-02Merge branch 'topic/of' into for-linusVinod Koul
2013-05-02dma:of: Use a mutex to protect the of_dma_listLars-Peter Clausen
2013-05-02dma: of: Fix of_node reference leakLars-Peter Clausen
2013-05-02dmaengine: sirf: move driver init from module_init to subsys_initcallBarry Song
2013-04-30sudmac: add support for SUDMACShimoda, Yoshihiro
2013-04-30dma: sh: add KconfigShimoda, Yoshihiro
2013-04-30at_hdmac: move to generic DMA bindingLudovic Desroches
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-18dmaengine: at_hdmac: fix race condition in atc_advance_work()Ludovic Desroches
2013-04-16ioatdma: ioat3_alloc_sed can be staticFengguang Wu
2013-04-15ioatdma: Adding write back descriptor error status support for ioatdma 3.3Dave Jiang
2013-04-15ioatdma: S1200 platforms ioatdma channel 2 and 3 falsely advertise RAID capDave Jiang
2013-04-15ioatdma: Adding support for 16 src PQ ops and super extended descriptorsDave Jiang
2013-04-15ioatdma: Removing hw bug workaround for CB3.x .2 and earlierDave Jiang
2013-04-15dw_dmac: add ACPI supportAndy Shevchenko
2013-04-15dmaengine: call acpi_dma_request_slave_channel as wellAndy Shevchenko
2013-04-15dma: acpi-dma: introduce ACPI DMA helpersAndy Shevchenko
2013-04-15dma: of: Remove unnecessary list_empty checkLars-Peter Clausen