aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-04Merge tag 'dmaengine-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds1-0/+11
2022-07-21dmaengine: dw-axi-dmac: ignore interrupt if no descriptorBen Dooks1-0/+6
2022-07-21dmaengine: dw-axi-dmac: do not print NULL LLI during errorBen Dooks1-0/+5
2022-07-01dmaengine: dw-axi-dmac: Fix RMW on channel suspend registerEmil Renner Berthing1-3/+5
2022-03-11dmaengine: dw-axi-dmac: cleanup commentsTom Rix1-4/+4
2021-11-22dmaengine: dw-axi-dmac: Fix uninitialized variable in axi_chan_block_xfer_start()Tim Gardner1-2/+2
2021-10-28dmaengine: dw-axi-dmac: Simplify assignment in dma_chan_pause()Geert Uytterhoeven1-3/+2
2021-10-18dmaengine: dw-axi-dmac: set coherent maskPandith N1-0/+4
2021-10-18dmaengine: dw-axi-dmac: Hardware handshake configurationPandith N1-0/+4
2021-10-18dmaengine: dw-axi-dmac: support DMAX_NUM_CHANNELS > 8Pandith N1-30/+75
2021-08-02dmaengine: dw-axi-dmac: Burst length settingsPandith N1-1/+2
2021-08-02dmaengine: dw-axi-dmac: support parallel memory <--> peripheral transfersPandith N1-0/+4
2021-08-02dmaengine: dw-axi-dmac: Remove free slot check algorithm in dw_axi_dma_set_hw_channelPandith N1-30/+19
2021-02-08dmaengine: dw-axi-dmac: remove redundant null check on descColin Ian King1-4/+0
2021-02-01dmaengine: dw-axi-dmac: Virtually split the linked-listSia Jee Heng1-20/+91
2021-02-01dmaengine: dw-axi-dmac: Set constraint to the Max segment sizeSia Jee Heng1-0/+8
2021-02-01dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA BYTE and HALFWORD registersSia Jee Heng1-0/+26
2021-02-01dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA handshakeSia Jee Heng1-0/+50
2021-02-01dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA supportSia Jee Heng1-0/+8
2021-02-01dmaengine: dw-axi-dmac: Support burst residue granularitySia Jee Heng1-7/+36
2021-02-01dmaengine: dw-axi-dmac: Support of_dma_controller_register()Sia Jee Heng1-0/+26
2021-02-01dmaegine: dw-axi-dmac: Support device_prep_dma_cyclic()Sia Jee Heng1-7/+104
2021-02-01dmaengine: dw-axi-dmac: Support device_prep_slave_sgSia Jee Heng1-0/+154
2021-02-01dmaengine: dw-axi-dmac: Add device_config operationSia Jee Heng1-0/+11
2021-02-01dmaengine: dw-axi-dmac: Add device_synchronize() callbackSia Jee Heng1-0/+8
2021-02-01dmaengine: dw-axi-dmac: move dma_pool_create() to alloc_chan_resources()Sia Jee Heng1-11/+13
2021-02-01dmaengine: dw-axi-dmac: simplify descriptor managementSia Jee Heng1-69/+95
2020-11-24dmaengine: dw-axi-dmac: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski1-1/+1
2019-12-26dmaengine: virt-dma: Add missing lockingSascha Hauer1-6/+2
2019-05-21dmaengine: dw-axi-dmac: fix null dereference when pointer first is nullColin Ian King1-1/+2
2018-08-29dmaengine: dw-axi-dmac: use dmaenginem_async_device_register to simplify the codeHuang Shijie1-3/+1
2018-03-27dmaengine: dw-axi-dmac: fix spelling mistake: "catched" -> "caught"Colin Ian King1-1/+1
2018-03-19dmaengine: Introduce DW AXI DMAC driverEugeniy Paltsev1-0/+1008