summaryrefslogtreecommitdiff
path: root/drivers/dma/at_hdmac.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: at_hdmac: Convert driver to use virt-dmaTudor Ambarus2022-11-111-706/+402
* dmaengine: at_hdmac: Remove unused member of at_dma_chanTudor Ambarus2022-11-111-2/+0
* dmaengine: at_hdmac: Rename "chan_common" to "dma_chan"Tudor Ambarus2022-11-111-31/+31
* dmaengine: at_hdmac: Rename "dma_common" to "dma_device"Tudor Ambarus2022-11-111-46/+46
* dmaengine: at_hdmac: Use bitfield access macrosTudor Ambarus2022-11-111-210/+198
* dmaengine: at_hdmac: Keep register definitions and structures private to at_h...Tudor Ambarus2022-11-111-1/+468
* dmaengine: at_hdmac: Set include entries in alphabetic orderTudor Ambarus2022-11-111-3/+3
* dmaengine: at_hdmac: Use pm_ptr()Tudor Ambarus2022-11-111-2/+2
* dmaengine: at_hdmac: Use devm_clk_get()Tudor Ambarus2022-11-111-5/+2
* dmaengine: at_hdmac: Use devm_platform_ioremap_resourceTudor Ambarus2022-11-111-31/+6
* dmaengine: at_hdmac: Use devm_kzalloc() and struct_size()Tudor Ambarus2022-11-111-14/+9
* dmaengine: at_hdmac: Introduce atc_get_llis_residue()Tudor Ambarus2022-11-111-111/+110
* dmaengine: at_hdmac: s/atc_get_bytes_left/atc_get_residueTudor Ambarus2022-11-111-7/+4
* dmaengine: at_hdmac: Pass residue by address to avoid unnecessary implicit castsTudor Ambarus2022-11-111-24/+30
* dmaengine: at_hdmac: Remove superfluous castTudor Ambarus2022-11-111-1/+1
* dmaengine: at_hdmac: Return dma_cookie_status()'s ret code when txstate is NULLTudor Ambarus2022-11-111-7/+1
* dmaengine: at_hdmac: Do not print messages on console while holding the lockTudor Ambarus2022-11-111-2/+2
* dmaengine: at_hdmac: Check return code of dma_async_device_registerTudor Ambarus2022-11-081-1/+6
* dmaengine: at_hdmac: Fix impossible conditionTudor Ambarus2022-11-081-3/+4
* dmaengine: at_hdmac: Don't allow CPU to reorder channel enableTudor Ambarus2022-11-081-0/+2
* dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errorsTudor Ambarus2022-11-081-4/+0
* dmaengine: at_hdmac: Fix descriptor handling when issuing it to hardwareTudor Ambarus2022-11-081-4/+11
* dmaengine: at_hdmac: Fix concurrency over the active listTudor Ambarus2022-11-081-4/+6
* dmaengine: at_hdmac: Free the memset buf without holding the chan lockTudor Ambarus2022-11-081-7/+7
* dmaengine: at_hdmac: Fix concurrency over descriptorTudor Ambarus2022-11-081-5/+9
* dmaengine: at_hdmac: Fix concurrency problems by removing atc_complete_all()Tudor Ambarus2022-11-081-45/+4
* dmaengine: at_hdmac: Protect atchan->status with the channel lockTudor Ambarus2022-11-081-2/+2
* dmaengine: at_hdmac: Do not call the complete callback on device_terminate_allTudor Ambarus2022-11-081-9/+2
* dmaengine: at_hdmac: Fix premature completion of desc in issue_pendingTudor Ambarus2022-11-081-3/+13
* dmaengine: at_hdmac: Start transfer for cyclic channels in issue_pendingTudor Ambarus2022-11-081-4/+0
* dmaengine: at_hdmac: Don't start transactions at tx_submit levelTudor Ambarus2022-11-081-11/+3
* dmaengine: at_hdmac: In atc_prep_dma_memset, treat value as a single byteBen Walker2022-04-201-1/+9
* dmaengine: at_hdmac: remove platform data headerAlexandre Belloni2021-01-081-0/+19
* dmaengine: at_hdmac: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-181-4/+3
* dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate()Yu Kuai2020-08-191-0/+1
* dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate()Yu Kuai2020-08-191-2/+6
* dmaengine: at_hdmac: check return value of of_find_device_by_node() in at_dma...Yu Kuai2020-08-191-0/+2
* dmaengine: at_hdmac: Repair parameter misspelling and demote non-kerneldoc he...Lee Jones2020-07-151-3/+3
* dmaengine: at_hdmac: Fix deadlocksTudor Ambarus2020-02-251-35/+39
* dmaengine: at_hdmac: Switch atomic allocations to GFP_NOWAITTudor Ambarus2020-02-251-3/+3
* dmaengine: at_hdmac: Drop description for a not defined parameterTudor Ambarus2020-02-251-1/+0
* dmaengine: at_hdmac: Return err in case the chan is not free at alloc res timeTudor Ambarus2020-02-251-23/+8
* dmaengine: at_hdmac: Drop locking in at_hdmac_alloc_chan_resources()Tudor Ambarus2020-02-251-6/+1
* dmaengine: at_hdmac: Substitute kzalloc with kmallocTudor Ambarus2020-02-251-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* dmaengine: at_hdmac: drop useless LIST_HEADJulia Lawall2019-01-071-5/+0
* dmaengine: at_hdmac: fix module unloadingRichard Genoud2018-11-291-0/+2
* dmaengine: at_hdmac: fix memory leak in at_dma_xlate()Richard Genoud2018-11-291-1/+7
* dmaengine: at_hdmac: remove dma_slave_config direction usageVinod Koul2018-10-071-1/+1
* dmaengine: at_hdmac: simplify getting .drvdataWolfram Sang2018-04-221-6/+3