From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 65ABE2848B2; Fri, 27 Mar 2026 23:53:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774655606; cv=none; b=Q2OQsuEN36OTYn4/UOWR9y3xPWdjVRvFJRjj/d2Pzd3zmXJJwR7ihZWprxMBW2i3mZWa3NNKfxL77cmFqWFMLismEUZBxP0HPHkZUpZOW/gMwnN7h4pcTdYW/gZm372YMOlcFcDUcGJrK5Egjamj4BFss1I85jQQ1SkxYfS2wYk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774655606; c=relaxed/simple; bh=4uqL5/4EL6AQy+9VAdKQvIq0LGTDCVvjJICRgHmR4Es=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=aiBw5m8xgjvBJRbNVQ0ZyYLZNLQky1hMtif1Jhkhy3LMnlJxqnyzgWnfwz9VXlAcp8zQvvYZy1qUClUsq7ubEIgeDcmgqlmcifGfD8qu39Mw7kjtDFlLc64hu2yRPXPKaHW1AIPX2h/Zx8tw7DnUVrzP7wq5MPG1CBB004GUSr0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=mx5CSkLC; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="mx5CSkLC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 87A80C19423; Fri, 27 Mar 2026 23:53:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774655606; bh=4uqL5/4EL6AQy+9VAdKQvIq0LGTDCVvjJICRgHmR4Es=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mx5CSkLC4wjQawKdrZEsC6w3kowLvw7+Mj0SCQs9SeSZfCA6PnubLRDHdtOYH4XhD DrDcFrSW05RxbAlyQS/S5KQ/AcQVO+2lOZyx8YDEhBKJGTkW9OwzUM0Vb6GCTYblpi /8EefStbWDdqmDuDmY4XnK9LDc8xCVRIiKyoLuRJD1pP4FUhopbC8P3m3lkSBd5BD8 bKAk1U4O0CALSu1RokF1DuTAD+YW9guxkwKwJx+98c5omh+a9xlAv/FhdFyhBhZyh6 MwoQfZmwbZL/NwDxW5zD+KCASyPbqXCcR30QJ8NlNYOJBpOzpPjQnf8AVmmdUc/yfq 3P0nlsxkaOtmQ== Date: Sat, 28 Mar 2026 00:53:23 +0100 From: Thierry Reding To: Krzysztof Kozlowski Cc: Svyatoslav Ryhel , Rob Herring , Conor Dooley , Thierry Reding , Jonathan Hunter , Mikko Perttunen , Sumit Gupta , Dmitry Osipenko , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-tegra@vger.kernel.org Subject: Re: [PATCH v1 3/5] dt-bindings: memory: Add Tegra114 memory client IDs Message-ID: References: <20260126190755.78475-1-clamor95@gmail.com> <20260126190755.78475-4-clamor95@gmail.com> <54043284-141e-421a-a54d-a018c884b324@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@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="ttc7ojgydhtaud2i" Content-Disposition: inline In-Reply-To: <54043284-141e-421a-a54d-a018c884b324@kernel.org> --ttc7ojgydhtaud2i Content-Type: text/plain; protected-headers=v1; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: Re: [PATCH v1 3/5] dt-bindings: memory: Add Tegra114 memory client IDs MIME-Version: 1.0 On Tue, Feb 17, 2026 at 08:22:24AM +0100, Krzysztof Kozlowski wrote: > On 26/01/2026 20:07, Svyatoslav Ryhel wrote: > > Each memory client has unique hardware ID, add these IDs. > >=20 > > Signed-off-by: Svyatoslav Ryhel > > Acked-by: Rob Herring (Arm) > > Reviewed-by: Mikko Perttunen > > --- > > include/dt-bindings/memory/tegra114-mc.h | 67 ++++++++++++++++++++++++ >=20 > This is never a separate commit. Squash with the binding. You have previously requested that bindings and driver changes be applied together. If this header file is applied to your memory tree it means I cannot apply the corresponding DT changes until a release later because the defines are part of the header included in the DT bindings patch. Seems a bit suboptimal. Do you have any good ideas on how to solve that particular issue? The only one that comes to mind is for you to pick up the DT changes as well, though that obviously runs a greater risk of causing merge conflicts down the road. Thierry --ttc7ojgydhtaud2i Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEiOrDCAFJzPfAjcif3SOs138+s6EFAmnHGHMACgkQ3SOs138+ s6GItRAAvq0DhDQOUCXxdJSvtavIVbxeeOEjgyInAa2CXy0aW0+IZeqRosvABfR0 cvN/PPwHevS1hsX6DFztcmRa4aLnLy9LVvKOQQ96c6kJs2jnsXFU3/9IKsIjMMOO wqNNIpi9p0p06pbjei1VljniV1/sSbLb8rMWOitQR6ytiyCmofh6NnsShIT1+RV3 26e6XuTAzOhI6P1R2u/pU7sqDAw5bxenpQ5D93oH7yAtZm7tbqnocrZQvllZAG51 S5M7HytxDwNOFgQSpqzzHiCEa+m9A3Bbjg9HGJ5/PAIR2+eOcQXVMYdNLkCh5EzC BPCJs5qpaxzUins0RQmtiSGnzUHtO9MH66YUCtxO9kn20scIoefy0vDtV972efeg qRA5qzuR+e0w8m+DAnv82RfDfw2elYOomi5X9E/eHco8gKlOBBKsfFVeuTS8bRp1 ZXWEFcb3yGabYZtle5wDoYdaniK981Bqw3ms9OaAN10SHccGPAVLLw/DEZlZovR5 MZQcljLdmC4tdyVILRkpfDadQZPg7pfaycds33Cv6LMzEFfDO9BoIi2PHv6r4OK9 4uQvW2UsCLzYmyIbxnFBy98m1TM0BJtD4MiHtdmFhXD5qCKDIcFPJRm47zuKVTxO pdMMS+XdqTBP4PYqT6VdTmXEtmdBKVatJ2vC1UTjeDurm0z4zW0= =neHu -----END PGP SIGNATURE----- --ttc7ojgydhtaud2i--