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 5E29210F287A for ; Fri, 27 Mar 2026 23:45:06 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AECA510EF7F; Fri, 27 Mar 2026 23:45:05 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="b3HV9e8T"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4B5BB10EF7F for ; Fri, 27 Mar 2026 23:45:04 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id D71DC41A71; Fri, 27 Mar 2026 23:45:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2F261C19423; Fri, 27 Mar 2026 23:45:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774655103; bh=qcEBrU54OnmjXXp127IJVyBBGSj3fSnTisG8DZv8qx4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=b3HV9e8T8g98gEg2esaiv6cbC4gyANKGDXPI13LU6/J7SkN4nobQ03hnO6StzJbyo tA1L92tXAjuQF8hj1XwArFEOy8w4wHglEan9Ely6CJp5UkwrE9pGzwXJZmaU0b7i5d 8zfbF6vZJQScFJ1ZQDDGHy+l4bOHKxIOYGCkJ38KSeSWKWDg9l5DZimCChkSNt8c2e KwwxnN9f0OxeBIza7e71445OzP/U4oyd7ZJn4veOgFu1cCw3o4tOD0KESwp2wzPYar RuJmr5ypNUmBqhI0qS66yeIEeY66clgtM03p0+x10VPmL9pnXbbcjV/KiDHa9UkKqO DoxJr6FUJkXbQ== Date: Sat, 28 Mar 2026 00:45:00 +0100 From: Thierry Reding To: Svyatoslav Ryhel Cc: David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thierry Reding , Thierry Reding , Jonathan Hunter , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/2] ARM: tegra: transformers: add connector node Message-ID: References: <20260223065500.13357-1-clamor95@gmail.com> <20260223065500.13357-3-clamor95@gmail.com> <546AC4C1-CCC2-4C69-B563-B29BC1D865B5@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="bg4tbvk6kt3nlo44" Content-Disposition: inline In-Reply-To: <546AC4C1-CCC2-4C69-B563-B29BC1D865B5@gmail.com> 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" --bg4tbvk6kt3nlo44 Content-Type: text/plain; protected-headers=v1; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: Re: [PATCH v2 2/2] ARM: tegra: transformers: add connector node MIME-Version: 1.0 On Fri, Mar 27, 2026 at 05:28:04PM +0200, Svyatoslav Ryhel wrote: >=20 >=20 > 27 =D0=B1=D0=B5=D1=80=D0=B5=D0=B7=D0=BD=D1=8F 2026=E2=80=AF=D1=80. 17:18:= 42 GMT+02:00, Thierry Reding =D0=BF=D0=B8=D1=88= =D0=B5: > >On Mon, Feb 23, 2026 at 08:55:00AM +0200, Svyatoslav Ryhel wrote: > >> All ASUS Transformers have micro-HDMI connector directly available. Af= ter > >> Tegra HDMI got bridge/connector support, we should use connector frame= work > >> for proper HW description. > >>=20 > >> Tested-by: Andreas Westman Dorcsak # ASUS TF T30 > >> Tested-by: Robert Eckelmann # ASUS TF101 T20 > >> Tested-by: Svyatoslav Ryhel # ASUS TF201 T30 > >> Signed-off-by: Svyatoslav Ryhel > >> --- > >> .../boot/dts/nvidia/tegra30-asus-tf600t.dts | 21 +++++++++++++++++-- > >> 1 file changed, 19 insertions(+), 2 deletions(-) > > > >Two things about you commit messages that I have to fixup every time: > > > > 1. caps after the subject prefix >=20 > Prefix ends with ':' which does not imply using of capital letter as '.' = '!' or '?' do. Linux documentation does not regulate this. >=20 > Even more, examples use lower case >=20 > [PATCH 001/123] subsystem: summary phrase I don't care. > > 2. wrap commit message at 72 characters > > >=20 > The body of the explanation, line wrapped at 75 columns, which will be co= pied to the permanent changelog to describe this patch. >=20 > The commit message is wrapped by 75 characters, as linux documentation re= quests. Fine, I'll accept 75 columns then. Pay attention to point 1 though. Helps keep me in a good mood. Thierry --bg4tbvk6kt3nlo44 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEiOrDCAFJzPfAjcif3SOs138+s6EFAmnHFnkACgkQ3SOs138+ s6Fq+Q/6A4gg6zcHMai9QTux6jqdlORmsm4HlrXqlqgkd+7AcngSPZEUkHO+EXO3 6O70yBqZV98GVlIVWsUfAhkCgYMjDO6srsdd/X8Yk9DCwgASRa9Z9B/W93ZWoKzX zhQgiMann7su3eRLOopIBzV6vrSKbBCET3Rin748nSWGSpaSJn582PcIIQM2Kuf0 07DfX7sxqoSG/z4bC+LRAdwIieokftKc7URoex4MmJ+JP3OFEB+LzwYv6JKWlf7Y 03NfVpMoKqqY2DcEV+DFtYbLYGSrKDPNGEojR0lrDgMXcr5plLRlW1Mh11YGDTt/ R8zspPdco4o/pTJ38cgSAul89Aw+EVFPDUo6DB7juFUKXkOoCbkS1jSCP8g6V6xC cJRm7BPRiEoYUyNjx+cY5fNdMkvVpBEHGHLzImU8+krk89FI+380HqkLgJF3DJMu XoxIM86E8gUezF20dG8SaA7A0v7sQn5HmfOhNWMGldFnYyLShRHMIUDp65Y09+W2 qEnFw9q0d94CfwbAwj9lN5CcQUQ9CN2e0LKfAnW5rBS5Afuu1J1XJT3s0s+dBATa ZYwUq9nWqFE6epShvXJqwkp9kT9GReePyXU4EQqwwJXROadbkCAR9dxo7gsgR3nc uKAebuo1wc8dWcwQ3a/5zTt5BAI7bMOxGz7aIgikwa21iLN1cbE= =3CUp -----END PGP SIGNATURE----- --bg4tbvk6kt3nlo44--