summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2013-01-21dw_dmac: allocate dma descriptors from DMA_COHERENT memoryAndy Shevchenko
2013-01-20dma: sh/shdma-base.c: remove unnecessary null pointer checkCong Ding
2013-01-20dma: remove unnecessary null pointer check in mmp_pdma.cCong Ding
2013-01-20dma: edma: fix slave config dependency on directionMatt Porter
2013-01-13pl080.h: moved from arm/include/asm/hardware to include/linux/amba/Alessandro Rubini
2013-01-12dma: dw_dmac: clear suspend bit during terminationHeikki Krogerus
2013-01-12dw_dmac: backlink to dw_dma in dw_dma_chan is superfluousAndy Shevchenko
2013-01-12dw_dmac: make usage of dw_dma_slave optionalAndy Shevchenko
2013-01-12dw_dmac: store direction in the custom channel structureAndy Shevchenko
2013-01-12dw_dmac: call .probe after we have a device in placeAndy Shevchenko
2013-01-12dma: ste_dma40: reuse is_slave_direction helperAndy Shevchenko
2013-01-12dma: ipu_idmac: reuse is_slave_direction helperAndy Shevchenko
2013-01-12dma: ep93xx_dma: reuse is_slave_direction helperAndy Shevchenko
2013-01-12dma: dw_dmac: check direction properly in dw_dma_cyclic_prepAndy Shevchenko
2013-01-12dma: at_hdmac: check direction properly for cyclic transfersAndy Shevchenko
2013-01-09dma: dw_dmac: add dwc_chan_pause and dwc_chan_resumeAndy Shevchenko
2013-01-09dw_dmac: update tx_node_active in dwc_do_single_blockAndy Shevchenko
2013-01-09dw_dmac: remove redundant checkAndy Shevchenko
2013-01-09dw_dmac: check for mapping errorsAndy Shevchenko
2013-01-09dw_dmac: absence of pdata isn't critical when autocfg is setAndy Shevchenko
2013-01-08dma: mxs-dma: Fix build warnings with W=1Fabio Estevam
2013-01-08dma: tegra: add support for Tegra114 SoCLaxman Dewangan
2013-01-08dma: tegra: add support for channel wise pauseLaxman Dewangan
2013-01-08dma: ipu: Drop unused spinlockJean Delvare
2013-01-08dca: check against empty dca_domains list before unregister providerMaciej Sosnowski
2013-01-08ioat: remove chanerr mask setting for IOAT v3.xDave Jiang
2013-01-08ioat: Add alignment workaround for IVB platformsDave Jiang
2013-01-08dmaengine: add cpu_relax() to busy-loop in dma_sync_wait()Bartlomiej Zolnierkiewicz
2013-01-08dmaengine: remove dma_async_memcpy_pending() macroBartlomiej Zolnierkiewicz
2013-01-08ioat3: add missing DMA unmap to ioat_xor_val_self_test()Bartlomiej Zolnierkiewicz
2013-01-08dmaengine/dmatest: terminate transfers only in case of errorsShiraz Hashim
2013-01-08dma: sh: Don't use ENODEV for failing slave lookupGuennadi Liakhovetski
2013-01-08dmatest: Fix NULL pointer dereference on ioatJon Mason
2013-01-08DMA: PL330: Use devm_* functionsSachin Kamat
2013-01-08dmaengine: sirf: enable the driver support new SiRFmarco SoCBarry Song
2013-01-08of: dma: fix protection of DMA controller data stored by DMA helpersJon Hunter
2013-01-08of: dma: fix potential deadlock when requesting a slave channelJon Hunter
2013-01-08carma-fpga: pass correct flags to ->device_prep_dma_memcpy()Bartlomiej Zolnierkiewicz
2013-01-08mtd: fsmc_nand: add missing DMA unmap to dma_xfer()Bartlomiej Zolnierkiewicz
2013-01-08ioat: add missing DMA unmap to ioat_dma_self_test()Bartlomiej Zolnierkiewicz
2013-01-08dma: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches
2013-01-08dmatest: adjust invalid module parameters for number of source buffersAkinobu Mita
2013-01-08dma: amba-pl08x: use vchan_dma_desc_free_listAkinobu Mita
2013-01-08dw_dmac: introduce to_dw_desc() macroAndy Shevchenko
2013-01-08dw_dmac: change dev_crit to dev_WARN in dwc_handle_errorAndy Shevchenko
2013-01-08dw_dmac: don't call platform_get_drvdata twiceAndy Shevchenko
2013-01-08dw_dmac: change dev_printk() to corresponding macrosAndy Shevchenko
2013-01-08dmaengine: dw_dmac: amend description and indentationHeikki Krogerus
2013-01-08dmaengine: dw_dmac: remove CLK dependencyHeikki Krogerus
2013-01-08dmaengine: dw_dmac: Enhance device tree supportViresh Kumar