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 31E373FCB07; Fri, 8 May 2026 15:05:36 +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=1778252737; cv=none; b=bv8HJcTybJo2vJ5ncoR5UHn3mAMosFcMZ7pJugdpA+xGjdvsEE2ItyGvaf6+3DpgZSkrnmi2dAYuS7dAEsawpvthZ4dJkzdGURRKDlJL5Q5UsmFNjOuN6D++QZqRYhSQaRXz8YsRzCyRHZp3ZbCwILw9kUHOZYdH0EK5bU/IcHA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778252737; c=relaxed/simple; bh=OOQd0UMMFkRrNcFfS9FsyDJqwFkrX5CUEdPtG78I3bA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=i9mom331FUfUVinr1JJyx+9uASk/RvqS2KOdrOEu1RSubpoK2PmpI7DLIgBGHt+p5L+ECgTJjQH3PaHdTkzMSVGliUgHdYNCBLSPgNVDWnaf38rHhcZQNgKs+Qm9AyyhiHifxPwROLBWNcitHY09LQC8/fJZsnj/2kFZSzR1900= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dqgdNCrL; 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="dqgdNCrL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1F930C2BCB0; Fri, 8 May 2026 15:05:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778252736; bh=OOQd0UMMFkRrNcFfS9FsyDJqwFkrX5CUEdPtG78I3bA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dqgdNCrLdSouZfJ+cBochVg4l+EW0ZgYzTKTnY+8lfJwURJnvrQoDR8dHkAg1w6KY AyN3Hf65eqfBRv8gYPmM+gf4ozqEjaUYro9FAepWWvAz64TouBzwx9KhCg4RFdGeRN hYOLow1zMj2TpvMiIdWvfbxw0bRFvg9o5yu4of1acn9hFZJ/TlFM9i2KoLVdNmMrGZ usVMoCcXMdt4NxHl//jzljbEF/G9cgYk+r4st0G8HfgLwv1UBW2EHS2yNu8bcvvook rOhy9fKW2BU7RfhhfyVTJ2xmF7+s81zo0NSKJVwOgUO3TZpnXQMjp9bgD5LcReWfXf +dJ2T/gaMu8jA== Date: Fri, 8 May 2026 16:05:30 +0100 From: Conor Dooley To: Arnd Bergmann Cc: netdev@vger.kernel.org, Arnd Bergmann , Aaro Koskinen , Andreas Kemnade , Bartosz Golaszewski , =?iso-8859-1?Q?Beno=EEt?= Cousson , "David S. Miller" , Dmitry Torokhov , Eric Dumazet , Felipe Balbi , Jakub Kicinski , Johannes Berg , Kevin Hilman , Krzysztof Kozlowski , Linus Walleij , Paolo Abeni , Rob Herring , Roger Quadros , Tony Lindgren , linux-wireless@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, linux-omap@vger.kernel.org, Christian Lamparter Subject: Re: [PATCH 1/3] [v5 net-next] dt-bindings: net: add st,stlc4560/p54spi binding Message-ID: <20260508-matchless-easily-80421ce426fe@spud> References: <20260507212451.3333185-1-arnd@kernel.org> <20260507212451.3333185-2-arnd@kernel.org> Precedence: bulk X-Mailing-List: devicetree@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="726aSvgIIJD5Swc6" Content-Disposition: inline In-Reply-To: <20260507212451.3333185-2-arnd@kernel.org> --726aSvgIIJD5Swc6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 07, 2026 at 11:24:49PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann >=20 > The SPI version of Prism54 was sold under a couple of different > names and supported by the Linux p54spi driver, but there was > never a DT binding for it. >=20 > Document the four known names of this device and the properties > that are sufficient for its use on the Nokia N8x0 tablet. >=20 > As I don't have this hardware or documentation for it, this is > purely based on existing usage in the driver. >=20 > Link: https://lore.kernel.org/all/e8dc9acb-6f85-e0a9-a145-d101ca6da201@gm= ail.com/ > Acked-by: Christian Lamparter > Signed-off-by: Arnd Bergmann Acked-by: Conor Dooley --726aSvgIIJD5Swc6 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCaf37uQAKCRB4tDGHoIJi 0oiDAP9VBMZj2YyfB3P9bwsTD4wv5yB5Cq6x3NFuws40Zkv4XgD/WBo5/f2CnmON jgQaqwIoJVKNq6INibHJqFWUwarKLQ4= =ikRz -----END PGP SIGNATURE----- --726aSvgIIJD5Swc6--