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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4333BC433FE for ; Mon, 21 Feb 2022 14:30:31 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2350E10E4BE; Mon, 21 Feb 2022 14:30:30 +0000 (UTC) Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by gabe.freedesktop.org (Postfix) with ESMTPS id 01FB110E63D for ; Mon, 21 Feb 2022 14:30:28 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id 985891F437D2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1645453827; bh=bh7tbbpZ/qSGx0sZNsm5LDl4POWeV5fbR3qYHHGrRGs=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ZJ07T/oMQpdlgSmxlBVQVZCd34UiNtr7HVS9KKakb3h7i8oIIt9M/ALGT3s6+Wy2L DZfOyg3juTvK3jRPq3sAcHtLdlB5ML/TyXlgYCJxWNIi56GtBiFCrD6WsDmfDbMFyd 188gLCApPKl3LMAMV90yEyLM406p05HMCg7/+GqgxI53vBTXS5LR5GjPMehSHtQOsY /Kdeaq4ZgVIm6AXpDrzbIWcaFHuG1MNreemYIgOZ4TOjjWVKllgiv9nJrhfXCogh+z wDdOKn155H3jDX/I2aqQ/Yz4RqxKMwQB6eSf3bhMXSekN06eKE5A2MnoHu3qcciG4E +nLhYaYBoxoHQ== Message-ID: <0ca2d740-38b6-0b75-daa7-86613082f0d7@collabora.com> Date: Mon, 21 Feb 2022 15:30:23 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 Subject: Re: [PATCH v8 06/19] drm/mediatek: dpi: implement a CK/DE pol toggle in board config Content-Language: en-US To: Guillaume Ranquet , chunkuang.hu@kernel.org, p.zabel@pengutronix.de, airlied@linux.ie, daniel@ffwll.ch, robh+dt@kernel.org, maarten.lankhorst@linux.intel.com, mripard@kernel.org, tzimmermann@suse.de, matthias.bgg@gmail.com, chunfeng.yun@mediatek.com, kishon@ti.com, vkoul@kernel.org, deller@gmx.de, ck.hu@mediatek.com, jitao.shi@mediatek.com References: <20220218145437.18563-1-granquet@baylibre.com> <20220218145437.18563-7-granquet@baylibre.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220218145437.18563-7-granquet@baylibre.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org, linux-phy@lists.infradead.org, linux-arm-kernel@lists.infradead.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Il 18/02/22 15:54, Guillaume Ranquet ha scritto: > Adds a bit of flexibility to support boards without CK/DE pol support > > Signed-off-by: Guillaume Ranquet s/board/SoC/g After the change, Reviewed-by: AngeloGioacchino Del Regno