]> git.dujemihanovic.xyz Git - u-boot.git/commit
dma: ti: k3-udma: Add support for native configuration of chan/flow
authorKishon Vijay Abraham I <kishon@ti.com>
Mon, 26 Aug 2024 10:25:10 +0000 (15:55 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 30 Aug 2024 19:57:39 +0000 (13:57 -0600)
commitc78af987208d88a04037796b9da5f33d3aa09b46
tree0fd57751604fc487973092f9e158992f4307ca9b
parenteedfbb86c259fdc69dbe531da97544fd3e4d7dfe
dma: ti: k3-udma: Add support for native configuration of chan/flow

In absence of Device Manager (DM) services such as at R5 SPL stage,
driver will have to natively setup TCHAN/RCHAN/RFLOW cfg registers.
Existing UDMA driver performed the above mentioned configuration
for UDMA. Add similar configuration for PKTDMA here.

Reviewed-by: Alexander Sverdlin <alexander.sverdlin@siemens.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Signed-off-by: Chintan Vankar <c-vankar@ti.com>
drivers/dma/ti/k3-udma.c