From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 21B39C433F5 for ; Wed, 23 Feb 2022 14:52:13 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id AD98683C8F; Wed, 23 Feb 2022 15:52:10 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=xilinx.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=monstr-eu.20210112.gappssmtp.com header.i=@monstr-eu.20210112.gappssmtp.com header.b="bFvUXozI"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7CE9B83CB1; Wed, 23 Feb 2022 15:52:08 +0100 (CET) Received: from mail-ej1-x634.google.com (mail-ej1-x634.google.com [IPv6:2a00:1450:4864:20::634]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 92B6783C8F for ; Wed, 23 Feb 2022 15:52:05 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=xilinx.com Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=monstr@monstr.eu Received: by mail-ej1-x634.google.com with SMTP id a8so53096707ejc.8 for ; Wed, 23 Feb 2022 06:52:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monstr-eu.20210112.gappssmtp.com; s=20210112; h=sender:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=4w0xg5s4J305mQoTkVT9ZEf9A5GJGkB3JjuPCX2R22s=; b=bFvUXozICn37RqAl4nvyCSIKpEgcz/Y+sLV9Pnvp0jc8KXYIl4U5fKofuBzcznSFH7 2venq6BD6xLBYNrNKm8eXGoKDUoCBTu6kfB6bE0/gz2jUstRDTpPnnLXoVs7X/SxnpOM 7W75N4DAtJaSPtYOpZiNAxlPy3htYfdWuV4EDumI9cLj3tIXNlBUmUSB+3wsUGMshTYV 9R1FapvIaHQo3NIrASdhqnp+9rWyj/f7YIiLRqoW225/8lth7MNobwsw/n3R7QtW6glL W4SPbTjnjmbCdpglM4Zc6LmbbVL0xhIxlaYoDjrI5WN2aePd31SLsZRNS9xDIZ8Az96S I1Hw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; bh=4w0xg5s4J305mQoTkVT9ZEf9A5GJGkB3JjuPCX2R22s=; b=nnqXGd59clzGcYtfcM4dOHvJvAAiR8ZTS1E68X47Gh/WK2hw+o2ZTg89lPQvxXpnbk WRh6gg7oRckMGr/oPSqtzfJ59JROPGmrLOFopmgNFMdAZduaVi/gowWngzwo92LLx9Rc vyO8GP+GmHVeZWC2XPTGJ3xCqmom7AyPP8rseNWq67a5Z2PIFi9SiHRTvZMTHiNEhIMM 1ScyDe9ImCdWcsMnzflxUjCOgJMsM5JHdhH+6phL6rZ3KaTp712iL1WBWFgInmAmCx2N pOuHov3Vbar8eJAeKxVr73qh1edYTSM+1mG2dVuVZnS1wNH36SwlF5Cs9xDAIYpzMjZY qvfw== X-Gm-Message-State: AOAM531OtL4x6bBDM5ve1/CyXFmD4t3goNT3ivZ++4YkqWjWLiRv+ZUq oKQTwQluXwok1MXw44ZcPnba0PFJdRmU+g== X-Google-Smtp-Source: ABdhPJxz1DBgakIpvkcMezGCqF2KqZJCVdt+/CVaTacGqvO0raS+BPWA/G3cvfw/z/iK5R+a1qO31A== X-Received: by 2002:a17:906:1e13:b0:6d1:5042:e8c1 with SMTP id g19-20020a1709061e1300b006d15042e8c1mr87415ejj.354.1645627924998; Wed, 23 Feb 2022 06:52:04 -0800 (PST) Received: from localhost ([2a02:768:2307:40d6::f9e]) by smtp.gmail.com with ESMTPSA id w12sm7579342ejv.43.2022.02.23.06.52.04 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 23 Feb 2022 06:52:04 -0800 (PST) From: Michal Simek To: u-boot@lists.denx.de, git@xilinx.com Cc: Anatolij Gustschin , Michal Simek , Simon Glass Subject: [PATCH 0/2] xilinx: video: add skeleton drivers for zynqmp DP Date: Wed, 23 Feb 2022 15:52:01 +0100 Message-Id: X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean 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