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 CAE11C433EF for ; Tue, 26 Jul 2022 08:06:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238298AbiGZIG0 (ORCPT ); Tue, 26 Jul 2022 04:06:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54180 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231496AbiGZIGZ (ORCPT ); Tue, 26 Jul 2022 04:06:25 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9167D2125C; Tue, 26 Jul 2022 01:06:23 -0700 (PDT) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 3F8EE6601B14; Tue, 26 Jul 2022 09:06:21 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1658822782; bh=1gg6G/v1MUzA5d4puugVUB4z/jkdxRZujw4Nkfqzgb0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=axAiqS9tj7R0mv6U2yrKGSBPgnVnsnCRqRetimX5co3/3cApvKHCBZ9CjXnL8/obZ ktT7ZqmBp0lWX1utLWqjbzGPGMImhjbjrYynDa1OiGNV5M5QxLCH8nk+rLETiLBPBr 49gGZYuPUOlOeBwGgNMqNYr9eBxf3/ylUqtJ/bGKPQAvtKXpO3FeIkIZE+M/OqtSwF OXcDH1KtlpySHDVLuibe94EunhVq8xPJNv3zOz7UI1Mmdmb3fGi99EV/Ph5DA1brvi zAXcqQaQPtCs5kfTFV861l5hZMRSjTB8M7Worp3leDPW0RYWM7UzFk7TR26vQRZB+5 WA85niqsayLHw== Message-ID: <3e63c06e-0f8c-c813-fc51-8be56e358d07@collabora.com> Date: Tue, 26 Jul 2022 10:06:18 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH 2/4] media: mediatek: vcodec: add decoder compatible to support mt8188 Content-Language: en-US To: Yunfei Dong , Chen-Yu Tsai , Nicolas Dufresne , Hans Verkuil , Benjamin Gaignard , Tiffany Lin , Andrew-CT Chen Cc: Mauro Carvalho Chehab , Rob Herring , Matthias Brugger , George Sun , Xiaoyong Lu , Hsin-Yi Wang , Fritz Koenig , Daniel Vetter , Irui Wang , Steve Cho , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com References: <20220726040155.17206-1-yunfei.dong@mediatek.com> <20220726040155.17206-2-yunfei.dong@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220726040155.17206-2-yunfei.dong@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Il 26/07/22 06:01, Yunfei Dong ha scritto: > 1: add mt8188's compatible name: mediatek,mt8188-vcodec-dec. > 2: mt8188 is lat single core architecture, using mtk_lat_sig_core_pdata to > initialize private data. > > Signed-off-by: Yunfei Dong Reviewed-by: AngeloGioacchino Del Regno