| Commit message (Expand) | Author | Age | Files | Lines |
* | dmaengine: dw-edma: eDMA: Add sync read before starting the DMA transfer in r... | Kory Maincent | 2024-03-06 | 1 | -0/+17 |
* | dmaengine: dw-edma: HDMA: Add sync read before starting the DMA transfer in r... | Kory Maincent | 2024-03-06 | 1 | -0/+17 |
* | dmaengine: dw-edma: Add HDMA remote interrupt configuration | Kory Maincent | 2024-03-06 | 1 | -0/+2 |
* | dmaengine: dw-edma: HDMA_V0_REMOTEL_STOP_INT_EN typo fix | Kory Maincent | 2024-03-06 | 1 | -1/+1 |
* | dmaengine: dw-edma: Fix wrong interrupt bit set for HDMA | Kory Maincent | 2024-03-06 | 1 | -1/+1 |
* | dmaengine: dw-edma: Fix the ch_count hdma callback | Kory Maincent | 2024-03-06 | 1 | -12/+6 |
* | dmaengine: dw-edma: increase size of 'name' in debugfs code | Vinod Koul | 2024-03-01 | 2 | -4/+4 |
* | dmaengine: dw-edma: Add HDMA DebugFS support | Cai Huoqing | 2023-05-24 | 4 | -1/+196 |
* | dmaengine: dw-edma: Add support for native HDMA | Cai Huoqing | 2023-05-24 | 5 | -3/+448 |
* | dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract contr... | Cai Huoqing | 2023-05-24 | 4 | -82/+157 |
* | dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_ops | Cai Huoqing | 2023-05-24 | 1 | -2/+2 |
* | dmaengine: dw-edma: Fix to enable to issue dma request on DMA processing | Shunsuke Mie | 2023-04-12 | 1 | -2/+5 |
* | dmaengine: dw-edma: Fix to change for continuous transfer | Shunsuke Mie | 2023-04-12 | 1 | -9/+11 |
* | dmaengine: dw-edma: remove unused readq_ch and writeq_ch functions | Tom Rix | 2023-03-31 | 1 | -56/+0 |
* | dmaengine: dw-edma: Depend on DW_EDMA instead of selecting it | Serge Semin | 2023-02-22 | 1 | -1/+4 |
* | dmaengine: dw-edma: Add mem-mapped LL-entries support | Serge Semin | 2023-02-22 | 2 | -41/+60 |
* | dmaengine: dw-edma: Skip cleanup procedure if no private data found | Serge Semin | 2023-02-10 | 1 | -0/+4 |
* | dmaengine: dw-edma: Replace chip ID number with device name | Serge Semin | 2023-02-10 | 3 | -3/+3 |
* | dmaengine: dw-edma: Drop DT-region allocation | Serge Semin | 2023-02-10 | 1 | -17/+4 |
* | dmaengine: dw-edma: Use non-atomic io-64 methods | Serge Semin | 2023-02-10 | 1 | -26/+6 |
* | dmaengine: dw-edma: Fix readq_ch() return value truncation | Serge Semin | 2023-02-10 | 1 | -1/+1 |
* | dmaengine: dw-edma: Use DMA engine device debugfs subdirectory | Serge Semin | 2023-02-10 | 6 | -29/+4 |
* | dmaengine: dw-edma: Join read/write channels into a single device | Serge Semin | 2023-02-10 | 2 | -60/+61 |
* | dmaengine: dw-edma: Move eDMA data pointer to debugfs node descriptor | Serge Semin | 2023-02-10 | 1 | -125/+119 |
* | dmaengine: dw-edma: Simplify debugfs context CSRs init procedure | Serge Semin | 2023-01-27 | 1 | -46/+38 |
* | dmaengine: dw-edma: Rename debugfs dentry variables to 'dent' | Serge Semin | 2023-01-27 | 1 | -23/+23 |
* | dmaengine: dw-edma: Convert debugfs descs to being heap-allocated | Serge Semin | 2023-01-27 | 1 | -3/+12 |
* | dmaengine: dw-edma: Add dw_edma prefix to debugfs nodes descriptor | Serge Semin | 2023-01-27 | 1 | -9/+9 |
* | dmaengine: dw-edma: Stop checking debugfs_create_*() return value | Serge Semin | 2023-01-27 | 1 | -15/+5 |
* | dmaengine: dw-edma: Drop unnecessary debugfs reg casts | Serge Semin | 2023-01-27 | 1 | -3/+4 |
* | dmaengine: dw-edma: Drop chancnt initialization | Serge Semin | 2023-01-27 | 1 | -1/+0 |
* | dmaengine: dw-edma: Add PCI bus address getter to the remote EP glue driver | Serge Semin | 2023-01-27 | 1 | -0/+15 |
* | dmaengine: dw-edma: Add CPU to PCI bus address translation | Serge Semin | 2023-01-27 | 1 | -1/+17 |
* | dmaengine: dw-edma: Fix invalid interleaved xfers semantics | Serge Semin | 2023-01-27 | 1 | -11/+7 |
* | dmaengine: dw-edma: Don't permit non-inc interleaved xfers | Serge Semin | 2023-01-27 | 1 | -6/+6 |
* | dmaengine: dw-edma: Fix missing src/dst address of interleaved xfers | Serge Semin | 2023-01-27 | 1 | -0/+4 |
* | dmaengine: dw-edma: Convert ll/dt phys address to PCI bus/DMA address | Serge Semin | 2023-01-27 | 1 | -4/+4 |
* | dmaengine: dw-edma: Release requested IRQs on failure | Serge Semin | 2023-01-27 | 1 | -4/+10 |
* | dmaengine: dw-edma: Remove runtime PM support | Manivannan Sadhasivam | 2022-09-29 | 1 | -12/+0 |
* | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-08-04 | 7 | -168/+158 |
|\ |
|
| * | dmaengine: dw-edma: Add support for chip-specific flags | Frank Li | 2022-06-23 | 1 | -3/+6 |
| * | dmaengine: dw-edma: Fix eDMA Rd/Wr-channels and DMA-direction semantics | Serge Semin | 2022-06-23 | 1 | -1/+1 |
| * | dmaengine: dw-edma: Drop dma_slave_config.direction field usage | Serge Semin | 2022-06-23 | 1 | -15/+34 |
| * | dmaengine: dw-edma: Rename wr(rd)_ch_cnt to ll_wr(rd)_cnt in struct dw_edma_chip | Frank Li | 2022-06-23 | 2 | -8/+8 |
| * | dmaengine: dw-edma: Change rg_region to reg_base in struct dw_edma_chip | Frank Li | 2022-06-23 | 3 | -5/+5 |
| * | dmaengine: dw-edma: Detach the private data and chip info structures | Frank Li | 2022-06-23 | 7 | -148/+117 |
| * | dmaengine: dw-edma: Remove unused irq field in struct dw_edma_chip | Frank Li | 2022-06-16 | 1 | -1/+0 |
* | | dmaengine: dw-edma: remove a macro conditional with similar branches | Vladimir Zapolskiy | 2022-06-10 | 1 | -8/+0 |
|/ |
|
* | dmaengine: dw-edma: Fix inconsistent indenting | Jiapeng Chong | 2022-04-20 | 1 | -9/+10 |
* | dmaengine: dw-edma: Fix unaligned 64bit access | Herve Codina | 2022-04-12 | 1 | -2/+5 |