summaryrefslogtreecommitdiff
path: root/drivers/dma/dw-axi-dmac
AgeCommit message (Expand)Author
2023-10-16dmaengine: dw-axi-dmac: Add support DMAX_NUM_CHANNELS > 16Sergey Khimich
2023-09-28dmaengine: dw-axi-dmac: dw-axi-dmac-platform: Convert to platform remove call...Uwe Kleine-König
2023-08-01dmaengine: Explicitly include correct DT includesRob Herring
2023-05-24dmaengine: dw-axi-dmac: Don't set chancntJisheng Zhang
2023-04-12dmaengine: dw-axi-dmac: Increase polling time to DMA transmission completion ...Walker Chen
2023-04-12dmaengine: dw-axi-dmac: Add support for StarFive JH7110 DMAWalker Chen
2023-02-24Merge tag 'dmaengine-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-16dmaengine: dw-axi-dmac: Do not dereference NULL structureKees Cook
2023-01-18dmaengine: drivers: Use devm_platform_ioremap_resource()Tudor Ambarus
2023-01-18Add exception protection processing for vd in axi_chan_handle_err functionShawn.Shao
2022-08-04Merge tag 'dmaengine-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-07-21dmaengine: dw-axi-dmac: ignore interrupt if no descriptorBen Dooks
2022-07-21dmaengine: dw-axi-dmac: do not print NULL LLI during errorBen Dooks
2022-07-01dmaengine: dw-axi-dmac: Fix RMW on channel suspend registerEmil Renner Berthing
2022-03-11dmaengine: dw-axi-dmac: cleanup commentsTom Rix
2021-11-22dmaengine: dw-axi-dmac: Fix uninitialized variable in axi_chan_block_xfer_sta...Tim Gardner
2021-10-28dmaengine: dw-axi-dmac: Simplify assignment in dma_chan_pause()Geert Uytterhoeven
2021-10-18dmaengine: dw-axi-dmac: set coherent maskPandith N
2021-10-18dmaengine: dw-axi-dmac: Hardware handshake configurationPandith N
2021-10-18dmaengine: dw-axi-dmac: support DMAX_NUM_CHANNELS > 8Pandith N
2021-08-02dmaengine: dw-axi-dmac: Burst length settingsPandith N
2021-08-02dmaengine: dw-axi-dmac: support parallel memory <--> peripheral transfersPandith N
2021-08-02dmaengine: dw-axi-dmac: Remove free slot check algorithm in dw_axi_dma_set_hw...Pandith N
2021-02-08dmaengine: dw-axi-dmac: remove redundant null check on descColin Ian King
2021-02-01dmaengine: dw-axi-dmac: Virtually split the linked-listSia Jee Heng
2021-02-01dmaengine: dw-axi-dmac: Set constraint to the Max segment sizeSia Jee Heng
2021-02-01dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA BYTE and HALFWORD registersSia Jee Heng
2021-02-01dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA handshakeSia Jee Heng
2021-02-01dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA supportSia Jee Heng
2021-02-01dmaengine: dw-axi-dmac: Add Intel KeemBay DMA register fieldsSia Jee Heng
2021-02-01dmaengine: dw-axi-dmac: Support burst residue granularitySia Jee Heng
2021-02-01dmaengine: dw-axi-dmac: Support of_dma_controller_register()Sia Jee Heng
2021-02-01dmaegine: dw-axi-dmac: Support device_prep_dma_cyclic()Sia Jee Heng
2021-02-01dmaengine: dw-axi-dmac: Support device_prep_slave_sgSia Jee Heng
2021-02-01dmaengine: dw-axi-dmac: Add device_config operationSia Jee Heng
2021-02-01dmaengine: dw-axi-dmac: Add device_synchronize() callbackSia Jee Heng
2021-02-01dmaengine: dw-axi-dmac: move dma_pool_create() to alloc_chan_resources()Sia Jee Heng
2021-02-01dmaengine: dw-axi-dmac: simplify descriptor managementSia Jee Heng
2020-11-24dmaengine: dw-axi-dmac: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski
2019-12-26dmaengine: virt-dma: Add missing lockingSascha Hauer
2019-06-08Merge tag 'dmaengine-fix-5.2-rc4' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds
2019-05-21dmaengine: dw-axi-dmac: fix null dereference when pointer first is nullColin Ian King
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-01-08dmaengine: dw-axi-dmac: Fix trivia typoAndy Shevchenko
2018-08-29dmaengine: dw-axi-dmac: use dmaenginem_async_device_register to simplify the ...Huang Shijie
2018-03-27dmaengine: dw-axi-dmac: fix spelling mistake: "catched" -> "caught"Colin Ian King
2018-03-19dmaengine: Introduce DW AXI DMAC driverEugeniy Paltsev