Age | Commit message (Expand) | Author | Files | Lines |
2017-06-02 | dmaengine: pl330: fix warning in pl330_remove | Jean-Philippe Brucker | 1 | -1/+2 |
2017-05-30 | rcar-dmac: fixup descriptor pointer for descriptor mode | Kuninori Morimoto | 1 | -0/+3 |
2017-05-24 | dmaengine: ep93xx: Don't drain the transfers in terminate_all() | Alexander Sverdlin | 1 | -4/+33 |
2017-05-24 | dmaengine: ep93xx: Always start from BASE0 | Alexander Sverdlin | 1 | -0/+2 |
2017-05-16 | dmaengine: usb-dmac: Fix DMAOR AE bit definition | Hiroyuki Yokoyama | 1 | -1/+1 |
2017-05-14 | dmaengine: mv_xor_v2: set DMA mask to 40 bits | Thomas Petazzoni | 1 | -0/+4 |
2017-05-14 | dmaengine: mv_xor_v2: remove interrupt coalescing | Thomas Petazzoni | 1 | -25/+0 |
2017-05-14 | dmaengine: mv_xor_v2: fix tx_submit() implementation | Thomas Petazzoni | 1 | -17/+5 |
2017-05-14 | dmaengine: mv_xor_v2: enable XOR engine after its configuration | Hanna Hawa | 1 | -3/+3 |
2017-05-14 | dmaengine: mv_xor_v2: do not use descriptors not acked by async_tx | Thomas Petazzoni | 1 | -10/+22 |
2017-05-14 | dmaengine: mv_xor_v2: properly handle wrapping in the array of HW descriptors | Thomas Petazzoni | 1 | -10/+4 |
2017-05-14 | dmaengine: mv_xor_v2: handle mv_xor_v2_prep_sw_desc() error properly | Thomas Petazzoni | 1 | -0/+6 |
2017-05-10 | Merge tag 'dmaengine-4.12-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 15 | -190/+241 |
2017-05-04 | Merge branch 'topic/pl330' into for-linus | Vinod Koul | 1 | -34/+8 |
2017-05-04 | Merge branch 'topic/xilinx' into for-linus | Vinod Koul | 1 | -28/+35 |
2017-05-04 | Merge branch 'topic/qcom' into for-linus | Vinod Koul | 2 | -0/+21 |
2017-05-04 | Merge branch 'topic/pl08x' into for-linus | Vinod Koul | 1 | -9/+11 |
2017-05-04 | dmaengine: pl08x: remove lock documentation | Vinod Koul | 1 | -1/+0 |
2017-05-04 | dmaengine: pl08x: fix pl08x_dma_chan_state documentation | Vinod Koul | 1 | -1/+1 |
2017-05-04 | dmaengine: pl08x: Use the BIT() macro consistently | Linus Walleij | 1 | -5/+5 |
2017-05-04 | dmaengine: pl080: Fix some missing kerneldoc | Linus Walleij | 1 | -2/+5 |
2017-05-04 | Merge branch 'topic/cppi' into for-linus | Vinod Koul | 2 | -77/+97 |
2017-05-01 | dmaengine: dmatest: Add check for supported buffer count (sg_buffers) | Stefan Roese | 1 | -0/+7 |
2017-05-01 | dmaengine: dmatest: Select DMA_ENGINE_RAID as its needed for the slave_sg test | Stefan Roese | 1 | -0/+1 |
2017-04-26 | dmaengine: virt-dma: Convert to use list_for_each_entry_safe() | Andy Shevchenko | 1 | -6/+5 |
2017-04-24 | dmaengine: mv_xor: use offset_in_page() macro | Geliang Tang | 1 | -2/+2 |
2017-04-24 | dmaengine: dmatest: use offset_in_page() macro | Geliang Tang | 1 | -2/+2 |
2017-04-24 | dmaengine: sun4i: fix invalid argument | Marc Gonzalez | 1 | -1/+1 |
2017-04-24 | dmaengine: ioat: use setup_timer | Geliang Tang | 1 | -3/+1 |
2017-04-06 | dmaengine: cppi41: Fix an Oops happening in cppi41_dma_probe() | Alexandre Bailon | 1 | -3/+3 |
2017-03-28 | dmaengine: pl330: remove pdata based initialization | Marek Szyprowski | 1 | -34/+8 |
2017-03-27 | dmaengine: cppi: fix build error due to bad variable | Vinod Koul | 1 | -3/+3 |
2017-03-27 | dmaengine: imx-sdma: add 1ms delay to ensure SDMA channel is stopped | Jiada Wang | 1 | -1/+16 |
2017-03-27 | dmaengine: cppi41: use managed functions devm_*() | Andy Shevchenko | 1 | -39/+25 |
2017-03-27 | dmaengine: cppi41: fix cppi41_dma_tx_status() logic | Andy Shevchenko | 1 | -4/+2 |
2017-03-27 | dmaengine: qcom_hidma: pause the channel on shutdown | Sinan Kaya | 1 | -0/+15 |
2017-03-27 | dmaengine: qcom_hidma: disable/enable IRQs on pause/resume | Sinan Kaya | 1 | -0/+6 |
2017-03-27 | dmaengine: rcar-dmac: enable descriptor mode on 40bit | Kuninori Morimoto | 1 | -20/+32 |
2017-03-14 | dmaengine: xilinx: avoid memory corruption for device_prep_dma_memcpy() | Akinobu Mita | 1 | -12/+2 |
2017-03-14 | dmaengine: xilinx: fix device_terminate_all() callback for AXI CDMA | Akinobu Mita | 1 | -16/+33 |
2017-03-14 | dmaengine: Fix array index out of bounds warning in __get_unmap_pool() | Matthias Kaehlcke | 1 | -0/+2 |
2017-03-14 | dmaengine: imx-sdma: advertise correct residue granularity | Lucas Stach | 1 | -1/+1 |
2017-03-14 | dmaengine: mv_xor: remove redundant null check on cd | Colin Ian King | 1 | -5/+0 |
2017-03-07 | dmaengine: cppi41: Fix teardown warnings | Alexandre Bailon | 1 | -2/+2 |
2017-03-07 | dmaengine: cppi41: Add support of DA8xx to CPPI 4.1 | Alexandre Bailon | 2 | -3/+26 |
2017-03-07 | dmaengine: cppi41: Remove isr callback from glue layer | Alexandre Bailon | 1 | -3/+1 |
2017-03-07 | dmaengine: cppi41: init_sched(): Get number of channels from DT | Alexandre Bailon | 1 | -8/+12 |
2017-03-07 | dmaengine: cppi41: Move some constants to glue layer | Alexandre Bailon | 1 | -6/+14 |
2017-03-07 | dmaengine: cppi41: rename platform variables | Alexandre Bailon | 1 | -8/+9 |
2017-03-07 | dmaengine: cppi41: Remove usbss_mem | Alexandre Bailon | 1 | -8/+10 |