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 53B6EEF36F7 for ; Mon, 9 Mar 2026 07:35:08 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B190D10E239; Mon, 9 Mar 2026 07:35:07 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="hcjFjqSX"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id 63EA810E239 for ; Mon, 9 Mar 2026 07:35:06 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 9591F60130; Mon, 9 Mar 2026 07:35:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B9331C4CEF7; Mon, 9 Mar 2026 07:35:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773041705; bh=5VeOzXca6/kjHrEIF1cdtKl5a2Gl4a0YxWY3vzaZEwM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hcjFjqSXK4b8wlyWQWtjlht8cavALF7zg67IK+0i21wdaVlqctXyga/xS+q3Kwm1z WS5I1KQ69T0dFkRfQZzYrSBrfQwu6BW3rj0W5MtsbOUCZO6AaEifNSQo2dx3+4vp3x YiQbRdk80W3gTHYAScTWuSToZt+dQ3q3r2bXqKOkfQx+IkM0u8iH+fnSjO62E8juKL pSOqewwvXyn/lFLsrp4HGwEJckw9ZP4t46EELENHak0l4MZkMlO68dnL4Q6uGDaN2U WP0FSlzTMezsV5w9nXrr3+rkxL/i5IQIIrh0LPxNgy67xDPaBeXUSuA+V6o26fp1Gg ubf0+Fbs5i9wQ== Date: Mon, 9 Mar 2026 08:35:02 +0100 From: Krzysztof Kozlowski To: Alexander Koskovich Cc: Neil Armstrong , Jessica Zhang , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Rob Herring , Krzysztof Kozlowski , Conor Dooley , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH v2 1/2] dt-bindings: display: panel: Document Tianma TA066VVHM03 Message-ID: <20260309-idealistic-dingo-from-venus-c443af@quoll> References: <20260308-tianma-ta066vvhm03-v2-0-5f2344685133@pm.me> <20260308-tianma-ta066vvhm03-v2-1-5f2344685133@pm.me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260308-tianma-ta066vvhm03-v2-1-5f2344685133@pm.me> 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sun, Mar 08, 2026 at 09:09:00PM +0000, Alexander Koskovich wrote: > Add bindings for the Tianma TA066VVHM03 6.59" 1080x2340 AMOLED DSI > panel with DSC compression, found in the ASUS ROG Phone 3. > > Reviewed-by: Krzysztof Kozlowski > Signed-off-by: Alexander Koskovich BTW, all of your patches have mismatched From and SoB cases. It passes the checks but I do not see reason why different case should be used. Especially that it is manual process to achieve that - none of the standard ways of using git produce such result, because SoB is added automatically based on From name. Unless your mail server is changing these, but that's also odd. This should be fixed in all of your patches, IMO. Best regards, Krzysztof