summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw-axi-dmac
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: dw-axi-dmac: Add support DMAX_NUM_CHANNELS > 16Sergey Khimich2023-10-162-42/+120
* dmaengine: dw-axi-dmac: dw-axi-dmac-platform: Convert to platform remove call...Uwe Kleine-König2023-09-281-4/+2
* dmaengine: Explicitly include correct DT includesRob Herring2023-08-011-1/+0
* dmaengine: dw-axi-dmac: Don't set chancntJisheng Zhang2023-05-241-1/+0
* dmaengine: dw-axi-dmac: Increase polling time to DMA transmission completion ...Walker Chen2023-04-121-1/+1
* dmaengine: dw-axi-dmac: Add support for StarFive JH7110 DMAWalker Chen2023-04-122-5/+34
* Merge tag 'dmaengine-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-5/+1
|\
| * dmaengine: dw-axi-dmac: Do not dereference NULL structureKees Cook2023-02-161-2/+0
| * dmaengine: drivers: Use devm_platform_ioremap_resource()Tudor Ambarus2023-01-181-3/+1
* | Add exception protection processing for vd in axi_chan_handle_err functionShawn.Shao2023-01-181-0/+6
|/
* Merge tag 'dmaengine-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-041-0/+11
|\
| * dmaengine: dw-axi-dmac: ignore interrupt if no descriptorBen Dooks2022-07-211-0/+6
| * dmaengine: dw-axi-dmac: do not print NULL LLI during errorBen Dooks2022-07-211-0/+5
* | dmaengine: dw-axi-dmac: Fix RMW on channel suspend registerEmil Renner Berthing2022-07-011-3/+5
|/
* dmaengine: dw-axi-dmac: cleanup commentsTom Rix2022-03-112-5/+5
* dmaengine: dw-axi-dmac: Fix uninitialized variable in axi_chan_block_xfer_sta...Tim Gardner2021-11-221-2/+2
* dmaengine: dw-axi-dmac: Simplify assignment in dma_chan_pause()Geert Uytterhoeven2021-10-281-3/+2
* dmaengine: dw-axi-dmac: set coherent maskPandith N2021-10-181-0/+4
* dmaengine: dw-axi-dmac: Hardware handshake configurationPandith N2021-10-181-0/+4
* dmaengine: dw-axi-dmac: support DMAX_NUM_CHANNELS > 8Pandith N2021-10-182-31/+109
* dmaengine: dw-axi-dmac: Burst length settingsPandith N2021-08-021-1/+2
* dmaengine: dw-axi-dmac: support parallel memory <--> peripheral transfersPandith N2021-08-022-0/+6
* dmaengine: dw-axi-dmac: Remove free slot check algorithm in dw_axi_dma_set_hw...Pandith N2021-08-022-30/+21
* dmaengine: dw-axi-dmac: remove redundant null check on descColin Ian King2021-02-081-4/+0
* dmaengine: dw-axi-dmac: Virtually split the linked-listSia Jee Heng2021-02-012-20/+92
* dmaengine: dw-axi-dmac: Set constraint to the Max segment sizeSia Jee Heng2021-02-012-0/+9
* dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA BYTE and HALFWORD registersSia Jee Heng2021-02-011-0/+26
* dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA handshakeSia Jee Heng2021-02-011-0/+50
* dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA supportSia Jee Heng2021-02-011-0/+8
* dmaengine: dw-axi-dmac: Add Intel KeemBay DMA register fieldsSia Jee Heng2021-02-011-0/+14
* dmaengine: dw-axi-dmac: Support burst residue granularitySia Jee Heng2021-02-012-7/+38
* dmaengine: dw-axi-dmac: Support of_dma_controller_register()Sia Jee Heng2021-02-012-0/+27
* dmaegine: dw-axi-dmac: Support device_prep_dma_cyclic()Sia Jee Heng2021-02-012-7/+106
* dmaengine: dw-axi-dmac: Support device_prep_slave_sgSia Jee Heng2021-02-012-0/+155
* dmaengine: dw-axi-dmac: Add device_config operationSia Jee Heng2021-02-012-0/+12
* dmaengine: dw-axi-dmac: Add device_synchronize() callbackSia Jee Heng2021-02-011-0/+8
* dmaengine: dw-axi-dmac: move dma_pool_create() to alloc_chan_resources()Sia Jee Heng2021-02-012-12/+14
* dmaengine: dw-axi-dmac: simplify descriptor managementSia Jee Heng2021-02-012-71/+102
* dmaengine: dw-axi-dmac: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski2020-11-241-1/+1
* dmaengine: virt-dma: Add missing lockingSascha Hauer2019-12-261-6/+2
* Merge tag 'dmaengine-fix-5.2-rc4' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2019-06-081-1/+2
|\
| * dmaengine: dw-axi-dmac: fix null dereference when pointer first is nullColin Ian King2019-05-211-1/+2
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* dmaengine: dw-axi-dmac: Fix trivia typoAndy Shevchenko2019-01-081-1/+1
* dmaengine: dw-axi-dmac: use dmaenginem_async_device_register to simplify the ...Huang Shijie2018-08-291-3/+1
* dmaengine: dw-axi-dmac: fix spelling mistake: "catched" -> "caught"Colin Ian King2018-03-271-1/+1
* dmaengine: Introduce DW AXI DMAC driverEugeniy Paltsev2018-03-193-0/+1343