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 1F568C41513 for ; Tue, 17 Oct 2023 09:40:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234977AbjJQJkw (ORCPT ); Tue, 17 Oct 2023 05:40:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47178 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234921AbjJQJko (ORCPT ); Tue, 17 Oct 2023 05:40:44 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 806BF113; Tue, 17 Oct 2023 02:40:38 -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) server-digest SHA256) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id EADD066072E4; Tue, 17 Oct 2023 10:40:35 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1697535637; bh=pTIG+UaZLvweFTKVyDhXiVp6/MgmwKQ3DTn4wDvjAIk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=SSMnMTlaM0CCto38SBAO6czACb95JrYB/25YAH2568IIwGr88UZMQeVoe7wVv91iY BG7aZluVr2SBJE2SjbUmzNS/KOi5ofQ9OaAphKyyt78EwgrE8ODLHptYTnu4Er0ajG u7tJVpXILhlkSX+Yxlg3FCvoiJdGRaLgaVs5FazEz5FXPLN9wIIrFnUYB8XavuCLlq 6G6hsHSyqdH5ikbinHCKS6WTK+6cA6U+HQk5rujEtFXdly/+t/9LE/+moMdEcCPh8q cIo+yO0ebwcabLFH/hLWwi1RFGuyq2VgITUJTr9csJOo4sNmAaLHL9tLUO/hBwm1Fe 5sAZhk7NlcbQQ== Message-ID: Date: Tue, 17 Oct 2023 11:40:35 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v8 12/23] drm/mediatek: Refine device table of OVL adaptor Content-Language: en-US To: Hsiao Chien Sung , CK Hu , Krzysztof Kozlowski , Matthias Brugger , Rob Herring Cc: Chun-Kuang Hu , Philipp Zabel , David Airlie , Daniel Vetter , Fei Shao , Sean Paul , Johnson Wang , "Nancy . Lin" , Moudy Ho , "Jason-JH . Lin" , Nathan Lu , Yongqiang Niu , Hans Verkuil , Mauro Carvalho Chehab , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org References: <20231016104010.3270-1-shawn.sung@mediatek.com> <20231016104010.3270-13-shawn.sung@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20231016104010.3270-13-shawn.sung@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 16/10/23 12:39, Hsiao Chien Sung ha scritto: > - Adjust indentation to align with other files > - Sort device table in alphabetical order > - Add sentinel to device table > > Reviewed-by: CK Hu > Signed-off-by: Hsiao Chien Sung Reviewed-by: AngeloGioacchino Del Regno