summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ti/k3-udma.c
Commit message (Expand)AuthorAgeFilesLines
* dma: ti: k3-udma: Add BCDMA and PKTDMA supportVignesh Raghavendra2021-05-121-64/+939
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* dma: ti: k3-udma: Reset the channel during releaseVignesh Raghavendra2020-10-121-1/+3
* dma: ti: k3-udma: Switch to k3_ringacc_request_rings_pairVignesh Raghavendra2020-07-131-37/+15
* dma: ti: k3-udma: Move RX descriptor ring entries to rflow structVignesh Raghavendra2020-07-131-24/+28
* dma: ti: k3-udma: Introduce udma_chan_config structVignesh Raghavendra2020-07-131-89/+108
* dma: ti: k3-udma: Update driver to use static endpoint DataVignesh Raghavendra2020-07-131-43/+102
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* dma: ti: k3-udma: Mark flow id as valid parameter for RX channel configLokesh Vutla2020-03-031-4/+3
* dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada2020-02-191-1/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-1/+2
* dma: Rename free() to rfree()Simon Glass2020-02-051-2/+2
* dma: ti: k3-udma: Fix build warnings when building for 32 bit platformsVignesh Raghavendra2020-01-201-8/+8
* dma: ti: k3-udma: Fix ring push operation for 32 bit coresVignesh Raghavendra2020-01-201-3/+11
* dma: ti: k3-udma: Switch to exposed ring modeVignesh Raghavendra2020-01-201-2/+2
* dma: ti: k3-udma: Fix debug prints during enabling MEM_TO_DEV transfersVignesh Raghavendra2020-01-201-2/+2
* dma: ti: k3-udma: Remove coherency check for cache opsVignesh Raghavendra2020-01-201-33/+16
* dma: ti: k3-udma: Query DMA channels allocated from Resource ManagerVignesh Raghavendra2020-01-201-79/+214
* net: ti: am65-cpsw-nuss: Add new compatible for J721eVignesh Raghavendra2019-12-091-0/+1
* dma: ti: k3-udma: Implement dma_get_cfg() interfaceVignesh Raghavendra2019-12-091-0/+28
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* dma: ti: k3-udma: Do not touch RT registers before channel configurationPeter Ujfalusi2019-05-031-24/+9
* drivers: dma: ti: k3-udma: Extract packet data only when Meta data is not NULLKeerthy2019-05-031-1/+1
* dma: ti: add driver to K3 UDMAVignesh R2019-04-111-0/+1730