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 4D64FC4167B for ; Thu, 15 Dec 2022 09:45:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230096AbiLOJpd (ORCPT ); Thu, 15 Dec 2022 04:45:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45170 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229658AbiLOJpb (ORCPT ); Thu, 15 Dec 2022 04:45:31 -0500 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 46257262B; Thu, 15 Dec 2022 01:45:29 -0800 (PST) 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) server-digest SHA256) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 06F896602C09; Thu, 15 Dec 2022 09:45:26 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1671097527; bh=x9trYPWhOA+FJ2w2sf3ZqR1+YmbQAS9aRfZ0UGY1uHM=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=L8i9J/HfCLhRxHKrDT5j8YdjpghpX2SWE1vd+i9qpp036JRmuJhPcp4J4gs9jbfTC 3JKifqfji+FHiQgYQ1IhIcVdQYcbl6ZagCJBsoDNe07srrU1ZfxFxq881mIawsaAbF XcqFS3a9b0gESSAtmIDjUSRjMoVj/7iyIv3uwyk+eiRyVWsipQxmmQgPUk8S62F/v+ RaZxWl+4StfCy/4U+JSVSI2/eIOKZqg4cfAF0h5dG1BsqvgBHXLUw0RIR6p6oeQZpr bSDD9kxUqQarTSKLEj/cdMNGnZGzBVrsaxbjFrUxMURGQ5wMy79cu1yx6u9UZyY3a7 MouiD9fip+7fA== Message-ID: Date: Thu, 15 Dec 2022 10:45:24 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [PATCH] media: jpeg: refactor multi-hw judgement To: Irui Wang , Hans Verkuil , Mauro Carvalho Chehab , Matthias Brugger , nicolas.dufresne@collabora.com, kyrie wu Cc: Project_Global_Chrome_Upstream_Group@mediatek.com, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Tomasz Figa , xia.jiang@mediatek.com, maoguang.meng@mediatek.com References: <20221215093026.12322-1-irui.wang@mediatek.com> Content-Language: en-US From: AngeloGioacchino Del Regno In-Reply-To: <20221215093026.12322-1-irui.wang@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 15/12/22 10:30, Irui Wang ha scritto: > From: kyrie wu > > some chips have multi-hw, but others have only one, > modify the condition of multi-hw judgement > > Signed-off-by: kyrie wu > Signed-off-by: irui wang Agreed. But this needs a Fixes tag, please add the right one. Regards, Angelo