Age | Commit message (Expand) | Author | Files | Lines |
2019-10-14 | dmaengine: imx-sdma: fix size check for sdma script_number | Robin Gong | 1 | -0/+8 |
2019-08-08 | dmaengine: imx-sdma: Remove call to memset after dma_alloc_coherent | Fuqian Huang | 1 | -4/+0 |
2019-07-17 | Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -7/+2 |
2019-07-05 | dmaengine: imx-sdma: remove BD_INTR for channel0 | Robin Gong | 1 | -2/+2 |
2019-07-05 | dmaengine: imx-sdma: fix use-after-free on probe error path | Sven Van Asbroeck | 1 | -21/+27 |
2019-05-27 | dmaengine: imx-sdma: Let the core do the device node validation | Baolin Wang | 1 | -7/+2 |
2019-04-26 | dmaengine: imx-sdma: Only check ratio on parts that support 1:1 | Angus Ainslie (Purism) | 1 | -1/+14 |
2019-03-14 | Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -12/+37 |
2019-03-12 | Merge branch 'topic/imx' into for-linus | Vinod Koul | 1 | -7/+15 |
2019-02-25 | dmaengine: imx-sdma: fix consistent dma test failures | Angus Ainslie (Purism) | 1 | -0/+1 |
2019-02-25 | dmaengine: imx-sdma: add a test for imx8mq multi sdma devices | Angus Ainslie (Purism) | 1 | -0/+6 |
2019-02-25 | dmaengine: imx-sdma: add clock ratio 1:1 check | Angus Ainslie (Purism) | 1 | -4/+14 |
2019-01-20 | dmaengine: imx-sdma: pass ->dev to dma_alloc_coherent() API | Andy Duan | 1 | -7/+8 |
2019-01-08 | dmaengine: imx-sdma: refine to load context only once | Robin Gong | 1 | -0/+7 |
2019-01-08 | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 1 | -4/+4 |
2019-01-02 | Merge tag 'dmaengine-4.21-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -20/+40 |
2018-12-31 | Merge branch 'topic/imx' into for-linus | Vinod Koul | 1 | -3/+1 |
2018-12-05 | dmaengine: imx-sdma: use GFP_NOWAIT for dma descriptor allocations | Lucas Stach | 1 | -1/+1 |
2018-12-05 | dmaengine: imx-sdma: implement channel termination via worker | Lucas Stach | 1 | -13/+38 |
2018-12-05 | Revert "dmaengine: imx-sdma: alloclate bd memory from dma pool" | Lucas Stach | 1 | -12/+6 |
2018-12-05 | Revert "dmaengine: imx-sdma: Use GFP_NOWAIT for dma allocations" | Lucas Stach | 1 | -2/+2 |
2018-11-24 | dmaengine: imx-sdma: remove dma_slave_config direction usage and leave sdma_e... | Vinod Koul | 1 | -17/+39 |
2018-11-24 | dmaengine: imx-sdma: Use a single line for dma_alloc_coherent() | Fabio Estevam | 1 | -3/+1 |
2018-07-30 | dmaengine: imx-sdma: add memcpy interface | Robin Gong | 1 | -3/+90 |
2018-07-30 | dmaengine: imx-sdma: add SDMA_BD_MAX_CNT to replace '0xffff' | Robin Gong | 1 | -5/+6 |
2018-07-06 | dmaengine: imx-sdma: add missing structure description | Robin Gong | 1 | -28/+57 |
2018-07-02 | dmaengine: imx-sdma: remove unused variable | Vinod Koul | 1 | -5/+2 |
2018-07-02 | dmaengine: imx-sdma: Use GFP_NOWAIT for dma allocations | Vinod Koul | 1 | -2/+2 |
2018-07-02 | dmaengine: imx-sdma: Fix some typos | Vinod Koul | 1 | -3/+3 |
2018-07-02 | dmaengine: imx-sdma: alloclate bd memory from dma pool | Robin Gong | 1 | -6/+12 |
2018-07-02 | dmaengine: imx-sdma: add sdma_transfer_init to decrease code overlap | Robin Gong | 1 | -46/+37 |
2018-07-02 | dmaengine: imx-sdma: remove the maximum limitation for bd numbers | Robin Gong | 1 | -14/+0 |
2018-07-02 | dmaengine: imx-sdma: remove useless 'lock' and 'enabled' in 'struct sdma_chan... | Robin Gong | 1 | -23/+0 |
2018-07-02 | dmaengine: imx-sdma: add virt-dma support | Robin Gong | 1 | -93/+170 |
2018-07-02 | dmaengine: imx-sdma: factor out a struct sdma_desc from struct sdma_channel | Sascha Hauer | 1 | -54/+83 |
2018-05-23 | dmaengine: imx-sdma: Switch to SPDX identifier | Fabio Estevam | 1 | -18/+11 |
2018-03-05 | dmaengine: imx-sdma: fix pagefault when channel is disabled during interrupt | Thierry Bultel | 1 | -0/+21 |
2017-12-22 | dmaengine: imx-sdma: Add MODULE_FIRMWARE | Nicolas Chauvet | 1 | -0/+6 |
2017-09-21 | dmaengine: imx-sdma: Correct src_addr_widths and directions | Nicolin Chen | 1 | -3/+11 |
2017-05-30 | dmaengine: imx-sdma: Fix compilation warning. | Arvind Yadav | 1 | -2/+2 |
2017-05-30 | dmaengine: imx-sdma: Handle return value of clk_prepare_enable | Arvind Yadav | 1 | -5/+18 |
2017-03-27 | dmaengine: imx-sdma: add 1ms delay to ensure SDMA channel is stopped | Jiada Wang | 1 | -1/+16 |
2017-03-14 | dmaengine: imx-sdma: advertise correct residue granularity | Lucas Stach | 1 | -1/+1 |
2016-11-25 | dmaengine: imx-sdma - correct the dma transfer residue calculation | Nandor Han | 1 | -4/+9 |
2016-10-07 | Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -5/+30 |
2016-10-03 | Merge branch 'topic/imx' into for-linus | Vinod Koul | 1 | -1/+27 |
2016-08-31 | dmaengine: imx-sdma - update the residue calculation for cyclic channels | Nandor Han | 1 | -2/+18 |
2016-08-31 | dmaengine: imx-sdma - reduce transfer latency for DMA cyclic clients | Nandor Han | 1 | -20/+16 |
2016-08-31 | dmaengine: imx-sdma: Add i.MX7 support | Fabio Estevam | 1 | -0/+26 |
2016-08-10 | dmaengine: imx-sdma: (trivial) fix a typo | Martin Kaiser | 1 | -1/+1 |