From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from leonov.paulk.fr (leonov.paulk.fr [185.233.101.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3A4662BCF7F; Wed, 25 Jun 2025 10:11:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.233.101.22 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750846292; cv=none; b=pQOT/6Zy2eXC8cQ6HqJqyORbQUA+OfEpR3h+T6bVskpXHn+qvo4Oi228xUlQ/1gvsX03pUAqn2FH2KYfTr5jE/nMfk01Ut8RpQNGlp9e0lx6BfBpIOLR9HRIgPOolNg7kwKofU7T6AU4YQ3hQSc4ju8A3+VMEiFwJ2napEQBK5k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750846292; c=relaxed/simple; bh=evgwnQ6wjQ/l/an0YGPGf/N9dzJNpcYErEe2QytG78M=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=S+eFaPzdoag7CfY0AbeNV/HernGYJtekEz4KADu+lTr1oSB1xskSp2ITANfS5hIhPxd6JlR3Ws8+UOofDmNq/i08yo/lIkh/B+s96iqQ7uLq9IXz2MuwqiFWE8B1NWSSG8suqhRLn30EXnRftiTA0qCKLps26WO6sP5zmTuaQSU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sys-base.io; spf=pass smtp.mailfrom=sys-base.io; arc=none smtp.client-ip=185.233.101.22 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sys-base.io Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sys-base.io Received: from laika.paulk.fr (12.234.24.109.rev.sfr.net [109.24.234.12]) by leonov.paulk.fr (Postfix) with ESMTPS id 988241F00058; Wed, 25 Jun 2025 10:11:15 +0000 (UTC) Received: by laika.paulk.fr (Postfix, from userid 65534) id B18A5AC7B19; Wed, 25 Jun 2025 10:11:12 +0000 (UTC) X-Spam-Level: Received: from shepard (unknown [192.168.1.1]) by laika.paulk.fr (Postfix) with ESMTPSA id DA68DAC7B19; Wed, 25 Jun 2025 10:11:09 +0000 (UTC) Date: Wed, 25 Jun 2025 12:11:07 +0200 From: Paul Kocialkowski To: Parthiban Cc: Joerg Roedel , Will Deacon , Robin Murphy , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Maxime Ripard , Maarten Lankhorst , Thomas Zimmermann , David Airlie , Simona Vetter , Michael Turquette , Stephen Boyd , Philipp Zabel , Linus Walleij , Vinod Koul , Kishon Vijay Abraham I , iommu@lists.linux.dev, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, linux-phy@lists.infradead.org Subject: Re: [PATCH 10/22] pinctrl: sunxi: add missed lvds pins for a100/a133 Message-ID: References: <20241227-a133-display-support-v1-0-13b52f71fb14@linumiz.com> <20241227-a133-display-support-v1-10-13b52f71fb14@linumiz.com> <9c3ea5fb-a045-46bd-9753-26ffa67fe1bc@linumiz.com> Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="hh+oSgryr9OFE2vD" Content-Disposition: inline In-Reply-To: <9c3ea5fb-a045-46bd-9753-26ffa67fe1bc@linumiz.com> --hh+oSgryr9OFE2vD Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed 25 Jun 25, 15:06, Parthiban wrote: >=20 > On 6/25/25 2:16 PM, Paul Kocialkowski wrote: > > Hi and thanks for your work! > >=20 > > On Fri 27 Dec 24, 16:37, Parthiban Nallathambi wrote: > >> lvds, lcd, dsi all shares the same GPIO D bank and lvds0 > >> data 3 lines and lvds1 pins are missed, add them. > > Would it also make sense to submit device-tree pin definitions here? >=20 > this patch is already merged.=20 > git show --stat cef4f1b5ba99a964cd6dd248bb373520573c972f > commit cef4f1b5ba99a964cd6dd248bb373520573c972f > Author: Parthiban Nallathambi > Date: Fri Dec 27 16:37:57 2024 +0530 >=20 > pinctrl: sunxi: add missed lvds pins for a100/a133 > =20 > lvds, lcd, dsi all shares the same GPIO D bank and lvds0 > data 3 lines and lvds1 pins are missed, add them. > =20 > Signed-off-by: Parthiban Nallathambi > Link: https://lore.kernel.org/20241227-a133-display-support-v1-10-13b= 52f71fb14@linumiz.com > Signed-off-by: Linus Walleij >=20 > drivers/pinctrl/sunxi/pinctrl-sun50i-a100.c | 12 ++++++++++++ > 1 file changed, 12 insertions(+) >=20 > Do you mean the consumer/board devicetree changes? I mean the pin definitions for lvds in the sun50i-a100.dtsi device-tree. But maybe you wanted to submit those after the bindings/driver changes are merged? Cheers, Paul --=20 Paul Kocialkowski, Independent contractor - sys-base - https://www.sys-base.io/ Free software developer - https://www.paulk.fr/ Expert in multimedia, graphics and embedded hardware support with Linux. --hh+oSgryr9OFE2vD Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEAbcMXZQMtj1fphLChP3B6o/ulQwFAmhbyzsACgkQhP3B6o/u lQyMGQ//f2vAQYHKFknpEFa9G97bwQAoBFvWmQSD1wmDY326lLbX+9Y05O/nICdQ datMQbAA6GBDyn///enJBKK2AURU+BrqhBgKbsbBFFSRcfxgqOrBRts1XgjbAA4J jdl51KH2mhO3rL83JU/DhlwedeW2q/JeZrlFxVV/DL94tc3WRVFHINq3XipGHfk/ l2VdJ9XHwzIz1it4ZG/ypB5reTIvdskJQCjGqqEwpLy2BkYsVvVIW4ASYCWR76A4 CJfYGi3RTEZxDTmiLpLrUiezKLT2y0sZybhIDlFYZG8aVAoMvmDYZafpsotsRD+E jv9Et5dsl/In0DiCJLdmNGgwdmVgQcn/Ln7D5Ad5hqUqHx5tteJ5Vc+XWVVXTVEh ngvtcEvY3PornqJ/yAmYqz8UZ0+ZPMjLUM5cBrO0kiVYU6//99FOZRLba7VpDrqt PpwHreipKusGGSgKjwNU0JBszR61dT9eEBF4CnyTJmsnH/CYgXk3ToqbwYrWInUD rmClxHtOUwQ+BUAz3GL7YszrAzifLjqmKTFtIydFEIi/xWI/7LDeImEjAjHtk0Vk eGDxBau9WCqk8IUf7kneF6UcCD2M+9rs8k+2p8rvO6gQOv6I7Ioq1sPfqmWSyA5v uVQSDI7Amj0SKgFZmKuXry4Qw/EWu+BNGf3Xii0csbO0ZAuxVos= =Yy5s -----END PGP SIGNATURE----- --hh+oSgryr9OFE2vD--