From patchwork Wed Dec 7 05:51:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Allen-KH Cheng X-Patchwork-Id: 88062 Received: from vger.kernel.org ([23.128.96.18]) by www.linuxtv.org with esmtp (Exim 4.92) (envelope-from ) id 1p2nLS-00GLIl-AA; Wed, 07 Dec 2022 05:51:58 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229671AbiLGFvs (ORCPT + 1 other); Wed, 7 Dec 2022 00:51:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33604 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229683AbiLGFvW (ORCPT ); Wed, 7 Dec 2022 00:51:22 -0500 Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 480EB58BD3; Tue, 6 Dec 2022 21:51:16 -0800 (PST) X-UUID: adf3265307fe4cd08845ac152050598e-20221207 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Date:Subject:CC:To:From; bh=/vg4719+76MXc675xcgguoaMGBhivbvFc7/9h2WKmk8=; b=pog11NIsQk69P7XnH02tBmUnv6Nfdc7oIjGmuNpxej6Zru+HKtRe7zDZliVGQKOZrD+RVxgrGXGUxjbHhiGASpjmxaNprWDOOqvnw8iukVX9fqFQLap0WRRCx79R7uWzvqWzpbMxbdnKlQ0ctYAQx5nbdCG6wYZm02HoqXl8aZw=; X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.14,REQID:3edc3dfe-9f5e-4d38-a5ac-085d9e3aef02,IP:0,U RL:0,TC:0,Content:0,EDM:0,RT:0,SF:95,FILE:0,BULK:0,RULE:Release_Ham,ACTION :release,TS:95 X-CID-INFO: VERSION:1.1.14,REQID:3edc3dfe-9f5e-4d38-a5ac-085d9e3aef02,IP:0,URL :0,TC:0,Content:0,EDM:0,RT:0,SF:95,FILE:0,BULK:0,RULE:Spam_GS981B3D,ACTION :quarantine,TS:95 X-CID-META: VersionHash:dcaaed0,CLOUDID:f52cc616-b863-49f8-8228-cbdfeedd1fa4,B ulkID:221207135112I7SE42J3,BulkQuantity:0,Recheck:0,SF:38|28|17|19|48,TC:n il,Content:0,EDM:-3,IP:nil,URL:0,File:nil,Bulk:nil,QS:nil,BEC:nil,COL:0 X-UUID: adf3265307fe4cd08845ac152050598e-20221207 Received: from mtkmbs13n1.mediatek.inc [(172.21.101.193)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 256/256) with ESMTP id 1358516483; Wed, 07 Dec 2022 13:51:10 +0800 Received: from mtkmbs13n2.mediatek.inc (172.21.101.108) by mtkmbs13n1.mediatek.inc (172.21.101.193) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.792.15; Wed, 7 Dec 2022 13:51:08 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkmbs13n2.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.2.792.15 via Frontend Transport; Wed, 7 Dec 2022 13:51:08 +0800 From: Allen-KH Cheng To: Mauro Carvalho Chehab , Matthias Brugger , Rob Herring , Krzysztof Kozlowski CC: , , , , , , , Allen-KH Cheng Subject: [PATCH v6 0/3] Add vcodec lat and core nodes for mt8192 Date: Wed, 7 Dec 2022 13:51:04 +0800 Message-ID: <20221207055107.11333-1-allen-kh.cheng@mediatek.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 X-MTK: N X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS, T_SPF_TEMPERROR,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-LSpam-Score: -2.5 (--) X-LSpam-Report: No, score=-2.5 required=5.0 tests=BAYES_00=-1.9,DKIM_SIGNED=0.1,DKIM_VALID=-0.1,DKIM_VALID_AU=-0.1,HEADER_FROM_DIFFERENT_DOMAINS=0.5,MAILING_LIST_MULTI=-1,UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no This series is based on linux-next. Change from v5: - Add required interrupts for mediatek,mtk-vcodec-core - Rewrite commit message for 'Remove "dma-ranges" property for decoder' PATCH Change from v4: - Add patch for removing dma-ranges - Update child names to video-codec - Update patch title and message Change from v3: - Drop `vcodec_lat:` and `vcodec_core:` Change from v2: - Add a dt-bindings patch for changing "vcodec" to "video-codec" - Rename child names for vcodec lat and core nodes Change from v1: - Replace node names with video-codec [Allen-KH Cheng ] Allen-KH Cheng (3): media: dt-bindings: media: mediatek: Rename child node names for decoder media: dt-bindings: media: mediatek: Remove "dma-ranges" property for decoder arm64: dts: mt8192: Add video-codec nodes .../media/mediatek,vcodec-subdev-decoder.yaml | 68 ++----------------- arch/arm64/boot/dts/mediatek/mt8192.dtsi | 59 ++++++++++++++++ 2 files changed, 64 insertions(+), 63 deletions(-)