]> git.dujemihanovic.xyz Git - u-boot.git/commit
dma: ti: k3-udma: Move udma_probe() below all APIs
authorSanthosh Kumar K <s-k6@ti.com>
Wed, 9 Oct 2024 14:57:02 +0000 (20:27 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 18 Oct 2024 00:21:19 +0000 (18:21 -0600)
commit7f069cc9fa4b58fe8c8d34e11507a8217cb00a3b
treea72f89b091282802a25b3c36484aca8c15f2e009
parentfd74f38f95cbc8121c015092d1a037c16eaeda55
dma: ti: k3-udma: Move udma_probe() below all APIs

The udma_probe() function was placed above many important APIs
related to bcdma, pktdma, which restricts these APIs to be accessed
during probe. So, move udma_probe() below all of them.

Signed-off-by: Santhosh Kumar K <s-k6@ti.com>
Signed-off-by: Prasanth Babu Mantena <p-mantena@ti.com>
drivers/dma/ti/k3-udma.c