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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3586AC433EF for ; Tue, 17 May 2022 17:54:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235504AbiEQRx7 (ORCPT ); Tue, 17 May 2022 13:53:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44008 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351633AbiEQRx6 (ORCPT ); Tue, 17 May 2022 13:53:58 -0400 Received: from mail-oi1-f171.google.com (mail-oi1-f171.google.com [209.85.167.171]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 59C693F88C; Tue, 17 May 2022 10:53:57 -0700 (PDT) Received: by mail-oi1-f171.google.com with SMTP id i66so23172428oia.11; Tue, 17 May 2022 10:53:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=YsDesghEDI/0tS5NHJX5qsEzOQ4O5WyEDYrAlt3mmLs=; b=64vqOHVRsVfvZfjjSAoE9ift0brEPuxAVCtF0nbfg03ITHeGvuJpkZWmw46SgzuNs5 1Q080semW7GrXciv2P8lC8IkXemiITy3I9BaE/IHDByaM1xxvuQd/8lAf1wMbgZLZxWT LOEpRFRokr7vwoh3kGXebeeNyOnSBqDQftvT9WTZrxRRnWlqK+6WP3Xx1jSaEyGubwEp FYNHIvIf7Q7Z6CPY/QLws/eXvD5AE2CBqvQRbE/X/GY9yHClcOl+HDm7neOIXECXCYrK vJf33jMXRVhUCRuwV91EcTz5EB+0Qw2Gt8V1eC6Gg3VNJuTeOGB0DV/T8uLRvJtO4YCH cCDw== X-Gm-Message-State: AOAM532tWYK8V9IpxgoDUGBsk9HZsxTwKX4J2+z0Dp/sOtb+3Ch6DsiL Gd2CEup/ahb/wmEZtLfV9g== X-Google-Smtp-Source: ABdhPJwljlblhzDw8zaW7HVqTSFpVeLgpJoxWDJdz7BuwXhztpSN+kRl6+3UUY5tJXYbETz/hauMvQ== X-Received: by 2002:a05:6808:1302:b0:326:dbcf:a2d0 with SMTP id y2-20020a056808130200b00326dbcfa2d0mr16468689oiv.106.1652810034896; Tue, 17 May 2022 10:53:54 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id p9-20020a05683019c900b0060603221276sm60670otp.70.2022.05.17.10.53.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 May 2022 10:53:54 -0700 (PDT) Received: (nullmailer pid 1316050 invoked by uid 1000); Tue, 17 May 2022 17:53:52 -0000 Date: Tue, 17 May 2022 12:53:52 -0500 From: Rob Herring To: Moudy Ho Cc: drinkcat@chromium.org, AngeloGioacchino Del Regno , cellopoint.kai@gmail.com, Hans Verkuil , Rob Landley , Laurent Pinchart , randy.wu@mediatek.com, xiandong.wang@mediatek.com, linux-media@vger.kernel.org, linux-mediatek@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com, linux-arm-kernel@lists.infradead.org, Ping-Hsun Wu , Mauro Carvalho Chehab , Matthias Brugger , Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Alexandre Courbot , Rob Herring , allen-kh.cheng@mediatek.com, daoyuan huang , pihsun@chromium.org, hsinyi@google.com, jason-jh.lin@mediatek.com, Benjamin Gaignard , river.cheng@mediatek.com, roy-cw.yeh@mediatek.com, tfiga@chromium.org, devicetree@vger.kernel.org, Chun-Kuang Hu Subject: Re: [PATCH v15 1/3] dt-binding: mediatek: add bindings for MediaTek MDP3 components Message-ID: <20220517175352.GA1315998-robh@kernel.org> References: <20220512092306.6895-1-moudy.ho@mediatek.com> <20220512092306.6895-2-moudy.ho@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220512092306.6895-2-moudy.ho@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 12 May 2022 17:23:04 +0800, Moudy Ho wrote: > This patch adds DT binding documents for Media Data Path 3 (MDP3) > a unit in multimedia system combined with several components and > used for scaling and color format convert. > > Signed-off-by: Moudy Ho > --- > .../bindings/media/mediatek,mdp3-rdma.yaml | 85 +++++++++++++++++++ > .../bindings/media/mediatek,mdp3-rsz.yaml | 65 ++++++++++++++ > .../bindings/media/mediatek,mdp3-wrot.yaml | 70 +++++++++++++++ > .../bindings/soc/mediatek/mediatek,ccorr.yaml | 58 +++++++++++++ > .../bindings/soc/mediatek/mediatek,wdma.yaml | 71 ++++++++++++++++ > 5 files changed, 349 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml > create mode 100644 Documentation/devicetree/bindings/media/mediatek,mdp3-rsz.yaml > create mode 100644 Documentation/devicetree/bindings/media/mediatek,mdp3-wrot.yaml > create mode 100644 Documentation/devicetree/bindings/soc/mediatek/mediatek,ccorr.yaml > create mode 100644 Documentation/devicetree/bindings/soc/mediatek/mediatek,wdma.yaml > Reviewed-by: Rob Herring