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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id F2519C433F5 for ; Tue, 23 Nov 2021 03:23:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Date:CC:To:From:Subject:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=rev0yMHhuEFigW7Ku3HVBSp/adSOFk6/q2DC5+64qWA=; b=kZa/inFrvd+hAz wGr/ONJHTDWjlJLNHzBx10HkNpSO0+Z0IiYaI/Sa2E5VugwnK39BpERNrqVnajzRDfHPHO291K4Hq Y/vczU0s44Wa1eR07Sl0DesMcHF0Ge1Aj6eEytTsEKkWEYq/tOi2MpiK2fFjKZtTt9dIlapQBrsPW l1/n8PHjvzPWYCyvPLhR7m1PIUKzQsJLAdCuTcDhtixgZ9glj6sKk4j3vThngYj1GZLUxRvo9rp4b LC0Ji4E2JMl/2s2QbJNrI4ZpZr92OY9zZC+K+pgHS/WmtdO9NO5JZtQQ3Gnxdo5gfbo2UTNchMxkM ew/YdMoqVonUc/UZtKYQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mpMP1-000iyn-46; Tue, 23 Nov 2021 03:23:27 +0000 Received: from mailgw02.mediatek.com ([216.200.240.185]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mpMOo-000iwz-HR; Tue, 23 Nov 2021 03:23:15 +0000 X-UUID: 404978232dfa4b3eb6df05290fca0569-20211122 X-UUID: 404978232dfa4b3eb6df05290fca0569-20211122 Received: from mtkcas66.mediatek.inc [(172.29.193.44)] by mailgw02.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1734952031; Mon, 22 Nov 2021 20:23:08 -0700 Received: from mtkexhb01.mediatek.inc (172.21.101.102) by MTKMBS62DR.mediatek.inc (172.29.94.18) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 22 Nov 2021 19:13:06 -0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkexhb01.mediatek.inc (172.21.101.102) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 23 Nov 2021 11:12:58 +0800 Received: from mtksdccf07 (172.21.84.99) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Tue, 23 Nov 2021 11:12:58 +0800 Message-ID: Subject: Re: [PATCH v8 5/7] dt-binding: mt8183: add Mediatek MDP3 dt-bindings From: moudy ho To: Rob Herring CC: Mauro Carvalho Chehab , Matthias Brugger , Hans Verkuil , "Jernej Skrabec" , Maoguang Meng , daoyuan huang , Ping-Hsun Wu , Geert Uytterhoeven , Rob Landley , Laurent Pinchart , , , , , , , , , , , , , , , , jason-jh.lin Date: Tue, 23 Nov 2021 11:12:58 +0800 In-Reply-To: References: <20211015123832.17914-1-moudy.ho@mediatek.com> <20211015123832.17914-6-moudy.ho@mediatek.com> X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.2 MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211122_192314_595942_18077BCA X-CRM114-Status: GOOD ( 16.80 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Sat, 2021-10-16 at 09:18 -0500, Rob Herring wrote: > On Fri, Oct 15, 2021 at 08:38:30PM +0800, Moudy Ho wrote: > > This patch adds DT binding document for Media Data Path 3 (MDP3) > > a unit in multimedia system used for scaling and color format > > convert. > > > > Signed-off-by: Moudy Ho > > --- > > .../bindings/arm/mediatek/mediatek,ccorr.yaml | 59 +++++ > > .../bindings/arm/mediatek/mediatek,rdma.yaml | 211 > > ++++++++++++++++++ > > .../bindings/arm/mediatek/mediatek,wdma.yaml | 70 ++++++ > > These belong in a functional directory, not 'arm'. > Hi Matthias, We tried to integrate the common components of DRM & MDP3 into the same binding files and move them to the "bindings/arm/mediatek" directory, but it did not meet the requirements. Is it appropriate for us to change the path to "bindings/soc/mediatek", or do you have other suggestions? Thanks & Regards, Moudy Ho > > .../bindings/media/mediatek,mdp3-rsz.yaml | 68 ++++++ > > .../bindings/media/mediatek,mdp3-wrot.yaml | 70 ++++++ > > 5 files changed, 478 insertions(+) > > create mode 100644 > > Documentation/devicetree/bindings/arm/mediatek/mediatek,ccorr.yaml > > create mode 100644 > > Documentation/devicetree/bindings/arm/mediatek/mediatek,rdma.yaml > > create mode 100644 > > Documentation/devicetree/bindings/arm/mediatek/mediatek,wdma.yaml > > create mode 100644 > > Documentation/devicetree/bindings/media/mediatek,mdp3-rsz.yaml > > create mode 100644 > > Documentation/devicetree/bindings/media/mediatek,mdp3-wrot.yaml (snip) > > Fix this. > > Similar comments on the rest... > > Rob > _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 894EFC433EF for ; Tue, 23 Nov 2021 03:24:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Date:CC:To:From:Subject:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Oj+kFVKbyka+R7dpy9iGhG0gc/ozoAUbHw4acWzGBiw=; b=B+J+odSiH9o4yG chEoUTv/YrM2lp6MSokq7gdlVEWsRj4OEPSgH70HtL+Nor05Ujtgir5an52Smg06UrqlZgomDzlr+ lYv2UR4SXjAKxq7sdR9Ro5JTXpSr5WndjcCyuI3Vu3uS1SKk3/q8UnFy7fkOtkCvRlr5rOryjaa56 qvgfToUM4yMlCq7cUy8o8Lgc49brreStpNNBHSVIy7z+oY4nV3F0NXX1zG7EM+eExKKThRtQIxpz7 b2YVCZqJPVfHfLblRw+W/KS0POZR2atJwAxdUTrSo2CYYMnbviuOjA9BPOHFKfnMbIf1L7nfw3FUl FnWU/qScHdzi6sSmaYtw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mpMOr-000ixa-T3; Tue, 23 Nov 2021 03:23:18 +0000 Received: from mailgw02.mediatek.com ([216.200.240.185]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mpMOo-000iwz-HR; Tue, 23 Nov 2021 03:23:15 +0000 X-UUID: 404978232dfa4b3eb6df05290fca0569-20211122 X-UUID: 404978232dfa4b3eb6df05290fca0569-20211122 Received: from mtkcas66.mediatek.inc [(172.29.193.44)] by mailgw02.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1734952031; Mon, 22 Nov 2021 20:23:08 -0700 Received: from mtkexhb01.mediatek.inc (172.21.101.102) by MTKMBS62DR.mediatek.inc (172.29.94.18) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 22 Nov 2021 19:13:06 -0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkexhb01.mediatek.inc (172.21.101.102) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 23 Nov 2021 11:12:58 +0800 Received: from mtksdccf07 (172.21.84.99) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Tue, 23 Nov 2021 11:12:58 +0800 Message-ID: Subject: Re: [PATCH v8 5/7] dt-binding: mt8183: add Mediatek MDP3 dt-bindings From: moudy ho To: Rob Herring CC: Mauro Carvalho Chehab , Matthias Brugger , Hans Verkuil , "Jernej Skrabec" , Maoguang Meng , daoyuan huang , Ping-Hsun Wu , Geert Uytterhoeven , Rob Landley , Laurent Pinchart , , , , , , , , , , , , , , , , jason-jh.lin Date: Tue, 23 Nov 2021 11:12:58 +0800 In-Reply-To: References: <20211015123832.17914-1-moudy.ho@mediatek.com> <20211015123832.17914-6-moudy.ho@mediatek.com> X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.2 MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211122_192314_595942_18077BCA X-CRM114-Status: GOOD ( 16.80 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, 2021-10-16 at 09:18 -0500, Rob Herring wrote: > On Fri, Oct 15, 2021 at 08:38:30PM +0800, Moudy Ho wrote: > > This patch adds DT binding document for Media Data Path 3 (MDP3) > > a unit in multimedia system used for scaling and color format > > convert. > > > > Signed-off-by: Moudy Ho > > --- > > .../bindings/arm/mediatek/mediatek,ccorr.yaml | 59 +++++ > > .../bindings/arm/mediatek/mediatek,rdma.yaml | 211 > > ++++++++++++++++++ > > .../bindings/arm/mediatek/mediatek,wdma.yaml | 70 ++++++ > > These belong in a functional directory, not 'arm'. > Hi Matthias, We tried to integrate the common components of DRM & MDP3 into the same binding files and move them to the "bindings/arm/mediatek" directory, but it did not meet the requirements. Is it appropriate for us to change the path to "bindings/soc/mediatek", or do you have other suggestions? Thanks & Regards, Moudy Ho > > .../bindings/media/mediatek,mdp3-rsz.yaml | 68 ++++++ > > .../bindings/media/mediatek,mdp3-wrot.yaml | 70 ++++++ > > 5 files changed, 478 insertions(+) > > create mode 100644 > > Documentation/devicetree/bindings/arm/mediatek/mediatek,ccorr.yaml > > create mode 100644 > > Documentation/devicetree/bindings/arm/mediatek/mediatek,rdma.yaml > > create mode 100644 > > Documentation/devicetree/bindings/arm/mediatek/mediatek,wdma.yaml > > create mode 100644 > > Documentation/devicetree/bindings/media/mediatek,mdp3-rsz.yaml > > create mode 100644 > > Documentation/devicetree/bindings/media/mediatek,mdp3-wrot.yaml (snip) > > Fix this. > > Similar comments on the rest... > > Rob > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel