]> git.baikalelectronics.ru Git - uboot.git/commit
dma: xilinx: Add Display Port DMA driver
authorMichal Simek <michal.simek@xilinx.com>
Wed, 23 Feb 2022 14:52:03 +0000 (15:52 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 9 Mar 2022 11:35:50 +0000 (12:35 +0100)
commit5731b8487cbdd5848d17bc7c8ca3fd5852117908
treedb3b3dba4507065777a7a38ead58a89c350d5478
parentd1528f3c8eb7cdf80921dab312829e98f7d04c53
dma: xilinx: Add Display Port DMA driver

Display Port (DP) has own dma driver that's why add this skeleton driver
only for handling power domain setting and send configuration object to
PMUFW to enable it.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/fe8bc313bcd430b04e9fa6fb770d5799ef28b350.1645627920.git.michal.simek@xilinx.com
drivers/dma/Kconfig
drivers/dma/Makefile
drivers/dma/xilinx_dpdma.c [new file with mode: 0644]