public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de, git@xilinx.com
Cc: Anatolij Gustschin <agust@denx.de>,
	Michal Simek <monstr@monstr.eu>, Simon Glass <sjg@chromium.org>
Subject: [PATCH 0/2] xilinx: video: add skeleton drivers for zynqmp DP
Date: Wed, 23 Feb 2022 15:52:01 +0100	[thread overview]
Message-ID: <cover.1645627920.git.michal.simek@xilinx.com> (raw)

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


             reply	other threads:[~2022-02-23 14:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-23 14:52 Michal Simek [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1645627920.git.michal.simek@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=agust@denx.de \
    --cc=git@xilinx.com \
    --cc=monstr@monstr.eu \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox