u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] xilinx: video: add skeleton drivers for zynqmp DP
@ 2022-02-23 14:52 Michal Simek
  2022-02-23 14:52 ` [PATCH 1/2] video: Add skeleton driver for ZynqMP Display port driver Michal Simek
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michal Simek @ 2022-02-23 14:52 UTC (permalink / raw)
  To: u-boot, git; +Cc: Anatolij Gustschin, Michal Simek, Simon Glass

Hi,

add skeleton drivers for display port and display port DMA. The purpose of
having sketon drivers is to use the whole power domain infrastructure is
used. Without driver power domain driver is not asking for enabling power
for these devices. That's why having simple driver is necessary because OS
doesn't need to have a way to ask for enabling power for these devices.

Thanks,
Michal


Michal Simek (2):
  video: Add skeleton driver for ZynqMP Display port driver
  dma: xilinx: Add Display Port DMA driver

 drivers/dma/Kconfig          |  7 ++++
 drivers/dma/Makefile         |  1 +
 drivers/dma/xilinx_dpdma.c   | 43 +++++++++++++++++++++++
 drivers/video/Kconfig        |  8 +++++
 drivers/video/Makefile       |  1 +
 drivers/video/zynqmp_dpsub.c | 66 ++++++++++++++++++++++++++++++++++++
 6 files changed, 126 insertions(+)
 create mode 100644 drivers/dma/xilinx_dpdma.c
 create mode 100644 drivers/video/zynqmp_dpsub.c

-- 
2.35.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-09 11:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-23 14:52 [PATCH 0/2] xilinx: video: add skeleton drivers for zynqmp DP Michal Simek
2022-02-23 14:52 ` [PATCH 1/2] video: Add skeleton driver for ZynqMP Display port driver Michal Simek
2022-02-23 14:52 ` [PATCH 2/2] dma: xilinx: Add Display Port DMA driver Michal Simek
2022-03-09 11:36 ` [PATCH 0/2] xilinx: video: add skeleton drivers for zynqmp DP Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).