From patchwork Mon Nov 28 14:38:29 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: 630114 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 11E23C43217 for ; Mon, 28 Nov 2022 14:39:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232475AbiK1OjG (ORCPT ); Mon, 28 Nov 2022 09:39:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59676 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232515AbiK1Oiz (ORCPT ); Mon, 28 Nov 2022 09:38:55 -0500 Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 46CFB22BC4; Mon, 28 Nov 2022 06:38:41 -0800 (PST) X-UUID: 62079d718a0e40f58116c923121b14fa-20221128 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Type:MIME-Version:Message-ID:Date:Subject:CC:To:From; bh=/7dPK04PdPW+bdB7iypKXPuxUZM9qiPS22anBrTuKZY=; b=S5Ox2DEHv4Qci1BxKZcI3NOTL5YtV8skptrTvbefXEb/AHSpDaU5zpLk22DJD6Stmr4Y2obDtnub8Dyr6q1eGagsTJq906MP1zjeMCEvIPbT0PtJqj8h5Q3qBr8oCLhD+GpIvwfrS8GpwgwmoDD5LA0ANKApUAut09+g51xvhsc=; X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.14, REQID:87ce23c8-a2ee-4468-84ce-f490f161a575, IP:0, U RL:0,TC:0,Content:0,EDM:0,RT:0,SF:0,FILE:0,BULK:0,RULE:Release_Ham,ACTION: release,TS:0 X-CID-META: VersionHash:dcaaed0, CLOUDID:d35c0a30-2938-482e-aafd-98d66723b8a9, B ulkID:nil,BulkQuantity:0,Recheck:0,SF:102,TC:nil,Content:0,EDM:-3,IP:nil,U RL:0,File:nil,Bulk:nil,QS:nil,BEC:nil,COL:0 X-UUID: 62079d718a0e40f58116c923121b14fa-20221128 Received: from mtkmbs11n1.mediatek.inc [(172.21.101.185)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 256/256) with ESMTP id 274624226; Mon, 28 Nov 2022 22:38:34 +0800 Received: from mtkmbs11n2.mediatek.inc (172.21.101.187) by mtkmbs10n2.mediatek.inc (172.21.101.183) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.792.3; Mon, 28 Nov 2022 22:38:32 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkmbs11n2.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.2.792.15 via Frontend Transport; Mon, 28 Nov 2022 22:38:32 +0800 From: Allen-KH Cheng To: Mauro Carvalho Chehab , Matthias Brugger , Rob Herring , "Krzysztof Kozlowski" CC: , , , , , , , "Allen-KH Cheng" Subject: [PATCH v5 0/3] Add vcodec lat and core nodes for mt8192 Date: Mon, 28 Nov 2022 22:38:29 +0800 Message-ID: <20221128143832.25584-1-allen-kh.cheng@mediatek.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 X-MTK: N Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org This series is based on linux-next. 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 | 67 ++----------------- arch/arm64/boot/dts/mediatek/mt8192.dtsi | 59 ++++++++++++++++ 2 files changed, 63 insertions(+), 63 deletions(-)