Commit Graph

615 Commits (bf161e85fb153c0dd5a95faca73fd6a9d237c389)

Author SHA1 Message Date
Anatolij Gustschin a646bd7f08 dma: ipu_idmac: do not lose valid received data in the irq handler 14 years ago
Shawn Guo 341b9419a8 dmaengine: imx-sdma: fix up param for the last BD in sdma_prep_slave_sg() 14 years ago
Shawn Guo 1e9cebb42d dmaengine: imx-sdma: correct sdmac->status in sdma_handle_channel_loop() 14 years ago
Shawn Guo 8a9659114c dmaengine: imx-sdma: return sdmac->status in sdma_tx_status() 14 years ago
Shawn Guo 4b2ce9ddb3 dmaengine: imx-sdma: set sdmac->status to DMA_ERROR in err_out of sdma_prep_slave_sg() 14 years ago
Shawn Guo 1797c33f0e dmaengine: imx-sdma: remove IMX_DMA_SG_LOOP handling in sdma_prep_slave_sg() 14 years ago
Sascha Hauer f8a356ff96 dmaengine i.MX dma: initialize dma capabilities outside channel loop 14 years ago
Sascha Hauer 97a43dfe84 dmaengine i.MX DMA: do not initialize chan_id field 14 years ago
Sascha Hauer d07102a1bb dmaengine i.MX dma: check sg entries for valid addresses and lengths 14 years ago
Sascha Hauer 1e070a6099 dmaengine i.MX dma: set maximum segment size for our device 14 years ago
Sascha Hauer 23889c6352 dmaengine i.MX SDMA: reserve channel 0 by not registering it 14 years ago
Sascha Hauer 7214a8b14f dmaengine i.MX SDMA: initialize dma capabilities outside channel loop 14 years ago
Sascha Hauer 7a0e9b2557 dmaengine i.MX SDMA: do not initialize chan_id field 14 years ago
Sascha Hauer 1fa81c270d dmaengine i.MX sdma: check sg entries for valid addresses and lengths 14 years ago
Sascha Hauer b9b3f82f94 dmaengine i.MX sdma: set maximum segment size for our device 14 years ago
Russell King - ARM Linux 8179661694 DMA: PL08x: fix channel pausing to timeout rather than lockup 14 years ago
Russell King - ARM Linux fb526210b2 DMA: PL08x: fix infinite wait when terminating transfers 14 years ago
Shawn Guo d718f4ebdd dmaengine: imx-sdma: fix inconsistent naming in sdma_assign_cookie() 14 years ago
Shawn Guo 939fd4f077 dmaengine: imx-sdma: propagate error in sdma_probe() instead of returning 0 14 years ago
Sascha Hauer 6866fd3b72 dmaengine i.MX SDMA: Fix firmware loading 14 years ago
Russell King - ARM Linux 94ae85220a ARM: PL08x: cleanup comments 14 years ago
Wei Yongquan 0261f74163 Update CONFIG_MD_RAID6_PQ to CONFIG_RAID6_PQ in drivers/dma/iop-adma.c 14 years ago
Nicolas Ferre dda36f9821 dmaengine: at_hdmac: fix race while monitoring channel status 14 years ago
Nicolas Ferre 568f7f0c2e dmaengine: at_hdmac: flags located in first descriptor 14 years ago
Eric Xu 93d0bec2be dmaengine: at_hdmac: use subsys_initcall instead of module_init 14 years ago
Nicolas Ferre 58344f25cf dmaengine: at_hdmac: no need set ACK in new descriptor 14 years ago
Nicolas Ferre ebcf9b80f9 dmaengine: at_hdmac: trivial add precision to unmapping comment 14 years ago
Nicolas Ferre 0f70e8cea3 dmaengine: at_hdmac: use dma_address to program DMA hardware 14 years ago
Tomoya MORINAGA 2cdf2455a6 pch_dma: support new device ML7213 IOH 14 years ago
Guennadi Liakhovetski 661382fe19 dma: shdma: don't register the global die notifier multiple times 14 years ago
Russell King - ARM Linux b7f7586592 ARM: PL08x: prevent dma_set_runtime_config() reconfiguring memcpy channels 14 years ago
Russell King - ARM Linux f0fd944625 ARM: PL08x: allow dma_set_runtime_config() to return errors 14 years ago
Russell King - ARM Linux c370e594ef ARM: PL08x: fix locking between prepare function and submit function 14 years ago
Russell King - ARM Linux 8087aacda0 ARM: PL08x: introduce 'phychan_hold' to hold on to physical channels 14 years ago
Russell King - ARM Linux 501e67e82d ARM: PL08x: put txd's on the pending list in pl08x_tx_submit() 14 years ago
Russell King - ARM Linux 15c17232fb ARM: PL08x: rename 'desc_list' as 'pend_list' 14 years ago
Russell King - ARM Linux 3d992e1a6f ARM: PL08x: implement unmapping of memcpy buffers 14 years ago
Russell King - ARM Linux c04287948e ARM: PL08x: store prep_* flags in async_tx structure 14 years ago
Russell King - ARM Linux d7244e9a27 ARM: PL08x: shrink srcbus/dstbus in txd structure 14 years ago
Russell King - ARM Linux 542361f8e3 ARM: PL08x: don't manipulate txd->srcbus or txd->dstbus during LLI fill 14 years ago
Russell King - ARM Linux 5f638b4f31 ARM: PL08x: fix fill_bytes calculation 14 years ago
Russell King - ARM Linux d6cf7b597f ARM: PL08x: use min() to calculate target_len 14 years ago
Russell King - ARM Linux b61be8d728 ARM: PL08x: ensure pl08x_pre_boundary() works for any value of addr 14 years ago
Russell King - ARM Linux 0059005f2c ARM: PL08x: make pl08x_fill_lli_for_desc() return void 14 years ago
Russell King - ARM Linux 858c21c0f3 ARM: PL08x: move callback outside spinlock'd region 14 years ago
Russell King - ARM Linux 30749cb4a4 ARM: PL08x: allow AHB master port selection to be configured 14 years ago
Russell King - ARM Linux c7da9a56d6 ARM: PL08x: move AHB master port selection into prep_* functions 14 years ago
Russell King - ARM Linux 1cae78f120 ARM: PL08x: move cctl increment and protection setup to prep_slave_sg 14 years ago
Russell King - ARM Linux 70b5ed6b6d ARM: PL08x: move default cctl into txd structure 14 years ago
Russell King - ARM Linux 09b3c32333 ARM: PL08x: assign ccfg DMA request signal in prep_phy_channel() 14 years ago