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 69480125B2; Tue, 16 Apr 2024 15:28:27 +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=1713281307; cv=none; b=Z+KGLj/BwTbhmReR95Cv/aDjISNr/vlXJax9dl9DbsHOUwDtv1mRoWscc/PHP2Dy4yB4BxY5xzodudO1uRWnS+vilMJtIEwngVxilzOdk7L0D1wAZhnNQGXvq0ktBizPhjMGx4CmwFFjDAs0b9EugRMU+OvYEkNPZF4ZbS2/YA0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713281307; c=relaxed/simple; bh=e7THuib2jYpaypD6WlnQShylaP5wyEwmwYV9EkglRW0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=i/qKj/My7l44jZ4QLPmQCLX64uiaDEcpM67YRu8a/SRVCXbXg3yYqqefjdejGIRDurhJK5/ByciaDsSpm1R2K2U/ndauY4QXyQl2j9k4i2yXLxT3abrbPyVybga+lrPYBWtVQ+h99mElurtLVRwVK9ozMcR6WAkt0Vs0vqJCSrg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=o8bfNMUL; 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="o8bfNMUL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 83258C113CE; Tue, 16 Apr 2024 15:28:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1713281307; bh=e7THuib2jYpaypD6WlnQShylaP5wyEwmwYV9EkglRW0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=o8bfNMUL+taETD8GpRDIgp7waHn4KT2C0/Kfgtm9sGK/Gqw7B6CcjydgFup6Fj5v2 eR0pZDwrzFCddOdkfli8TQaaKFa70tVQDghGZ4vXXNYa4yAAip2/LA2mqsO4AV68lH wQr0DxWi+8/LSo+0D0iJIgWsjf19bJy6CZoj7q3txJCiUM3pABkx+2DhJaGTINzzns +zuAC8sgnx00CD2p1HwDD1f/Unxyk9WgkMGDt2J1ay45kyw+CAQO+FOIQTuB0EdwhF wB4FFtR0UFva4a5nZGa2NsSpQPBJBRwjgCYlT4GLG3LO36C1lvwaYZBiHOFq1qC01M w+cDoQYVy7gLw== Date: Tue, 16 Apr 2024 16:28:19 +0100 From: Conor Dooley To: Charlie Jenkins Cc: Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Palmer Dabbelt , Albert Ou , Guo Ren , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Conor Dooley , Evan Green , =?iso-8859-1?Q?Cl=E9ment_L=E9ger?= , Jonathan Corbet , Shuah Khan , linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Palmer Dabbelt , linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-doc@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH v2 04/17] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree Message-ID: <20240416-scorer-easeful-4dae3c18465d@spud> References: <20240415-dev-charlie-support_thead_vector_6_9-v2-0-c7d68c603268@rivosinc.com> <20240415-dev-charlie-support_thead_vector_6_9-v2-4-c7d68c603268@rivosinc.com> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="6+SPECBpGFwY+8mB" Content-Disposition: inline In-Reply-To: <20240415-dev-charlie-support_thead_vector_6_9-v2-4-c7d68c603268@rivosinc.com> --6+SPECBpGFwY+8mB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 15, 2024 at 09:12:01PM -0700, Charlie Jenkins wrote: > The D1/D1s SoCs support xtheadvector which should be included in the > devicetree. Also include vendorid for the cpu. >=20 > Signed-off-by: Charlie Jenkins > --- > arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >=20 > diff --git a/arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi b/arch/riscv/b= oot/dts/allwinner/sun20i-d1s.dtsi > index 64c3c2e6cbe0..4788bb50afa2 100644 > --- a/arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi > +++ b/arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi > @@ -27,7 +27,8 @@ cpu0: cpu@0 { > riscv,isa =3D "rv64imafdc"; > riscv,isa-base =3D "rv64i"; > riscv,isa-extensions =3D "i", "m", "a", "f", "d", "c", "zicntr", "zic= sr", > - "zifencei", "zihpm"; > + "zifencei", "zihpm", "xtheadvector"; > + riscv,vendorid =3D <0x00000000 0x0000005b7>; Isn't this effectively useless given there's only one CPU here? We also already know the vendor of the hart, because the compatible says it is a "thead,c906" so this doesn't provide any new information. > #cooling-cells =3D <2>; > =20 > cpu0_intc: interrupt-controller { >=20 > --=20 > 2.44.0 >=20 --6+SPECBpGFwY+8mB Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZh6ZEwAKCRB4tDGHoIJi 0v4RAQDrqlZrOVNmVT2qJWHlaUy5oV83I9CLCGUxlH9aAGur6QEAoFXtsX7XrWNf i2shqmRRdXJ1R1aeL6/dha7DMntUqAg= =6P7j -----END PGP SIGNATURE----- --6+SPECBpGFwY+8mB-- 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 02931C4345F for ; Tue, 16 Apr 2024 15:28:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=qWsEJQiUw6FD6lG5oJh1TL9LVYW4erLCZ4+E0JiD4UY=; b=cPfk4LFxWLa+SAm4QQEA1oLslt pECbxUKkW4jrSacX7Ww4Pe52wjGXrk08Dt+mmiFqeCdQOwgkQKTLTUreEl3/xOlRc6cVrSX1ncBGU GJF8HjcYQJyg9jSZeA0UbW0eONiwnTMUgxKpJze/xNSBFqcu1M8ZKyDgmacPr4pgYhrlEvsqMPmlT deGx/djTgbl6V3Qc3k+LvRMLPUP7R+8lB36qvpYrGBzPgYBTCBhsmWAKG8gdqzkHsaXrzd9Am/zbR o80JPX79T8iJILz/CL7hADDjyPALbxSbCGZ+/3+Waa/5AILH/Bv8DjdtWwAzg8z4QefAr5QzREqPf 44PZk0gQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rwkjY-0000000ClIu-1nt5; Tue, 16 Apr 2024 15:28:32 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rwkjU-0000000ClHF-1EeC; Tue, 16 Apr 2024 15:28:29 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 6F3AA61239; Tue, 16 Apr 2024 15:28:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 83258C113CE; Tue, 16 Apr 2024 15:28:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1713281307; bh=e7THuib2jYpaypD6WlnQShylaP5wyEwmwYV9EkglRW0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=o8bfNMUL+taETD8GpRDIgp7waHn4KT2C0/Kfgtm9sGK/Gqw7B6CcjydgFup6Fj5v2 eR0pZDwrzFCddOdkfli8TQaaKFa70tVQDghGZ4vXXNYa4yAAip2/LA2mqsO4AV68lH wQr0DxWi+8/LSo+0D0iJIgWsjf19bJy6CZoj7q3txJCiUM3pABkx+2DhJaGTINzzns +zuAC8sgnx00CD2p1HwDD1f/Unxyk9WgkMGDt2J1ay45kyw+CAQO+FOIQTuB0EdwhF wB4FFtR0UFva4a5nZGa2NsSpQPBJBRwjgCYlT4GLG3LO36C1lvwaYZBiHOFq1qC01M w+cDoQYVy7gLw== Date: Tue, 16 Apr 2024 16:28:19 +0100 From: Conor Dooley To: Charlie Jenkins Cc: Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Palmer Dabbelt , Albert Ou , Guo Ren , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Conor Dooley , Evan Green , =?iso-8859-1?Q?Cl=E9ment_L=E9ger?= , Jonathan Corbet , Shuah Khan , linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Palmer Dabbelt , linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-doc@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH v2 04/17] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree Message-ID: <20240416-scorer-easeful-4dae3c18465d@spud> References: <20240415-dev-charlie-support_thead_vector_6_9-v2-0-c7d68c603268@rivosinc.com> <20240415-dev-charlie-support_thead_vector_6_9-v2-4-c7d68c603268@rivosinc.com> MIME-Version: 1.0 In-Reply-To: <20240415-dev-charlie-support_thead_vector_6_9-v2-4-c7d68c603268@rivosinc.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240416_082828_455599_2C9F055F X-CRM114-Status: GOOD ( 16.97 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============4165243145859796404==" Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org --===============4165243145859796404== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="6+SPECBpGFwY+8mB" Content-Disposition: inline --6+SPECBpGFwY+8mB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 15, 2024 at 09:12:01PM -0700, Charlie Jenkins wrote: > The D1/D1s SoCs support xtheadvector which should be included in the > devicetree. Also include vendorid for the cpu. >=20 > Signed-off-by: Charlie Jenkins > --- > arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >=20 > diff --git a/arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi b/arch/riscv/b= oot/dts/allwinner/sun20i-d1s.dtsi > index 64c3c2e6cbe0..4788bb50afa2 100644 > --- a/arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi > +++ b/arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi > @@ -27,7 +27,8 @@ cpu0: cpu@0 { > riscv,isa =3D "rv64imafdc"; > riscv,isa-base =3D "rv64i"; > riscv,isa-extensions =3D "i", "m", "a", "f", "d", "c", "zicntr", "zic= sr", > - "zifencei", "zihpm"; > + "zifencei", "zihpm", "xtheadvector"; > + riscv,vendorid =3D <0x00000000 0x0000005b7>; Isn't this effectively useless given there's only one CPU here? We also already know the vendor of the hart, because the compatible says it is a "thead,c906" so this doesn't provide any new information. > #cooling-cells =3D <2>; > =20 > cpu0_intc: interrupt-controller { >=20 > --=20 > 2.44.0 >=20 --6+SPECBpGFwY+8mB Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZh6ZEwAKCRB4tDGHoIJi 0v4RAQDrqlZrOVNmVT2qJWHlaUy5oV83I9CLCGUxlH9aAGur6QEAoFXtsX7XrWNf i2shqmRRdXJ1R1aeL6/dha7DMntUqAg= =6P7j -----END PGP SIGNATURE----- --6+SPECBpGFwY+8mB-- --===============4165243145859796404== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv --===============4165243145859796404==-- 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 379D9C4345F for ; Tue, 16 Apr 2024 15:28:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=P5Wheuor7sECu2adHVM8/TgZAUEXsWkPtVqIvlFYj4Q=; b=OG325LgLZOPzDmGBIQ1/yqfZA4 4LpkdjNtB2ZO1rAvgTI+o+rfS6zBAIscUtQFnlg/G59gxowN8xtsF0lZh44R2FVpgktkZi0TIA1/+ qiU1YaJArLaXs3s7RM9Mlry4FkGBAlj5BExsyKPXvN00UXRVNBbcKQfNtqm5T687IkXoIGwfHcwRD 9V3kzhH1p6hdN5ace/106rL0HjwLYzjpP7duHy8G+41Kt5DKBqFY/4pEJJ5KUmWqgYxt6ZHjUkNTJ tTvYel8/dIg1Fwu73t0xBvGWVL/mq6PlhxcNN0Rop6p8SS7I/3Z8DW6Aa/ZN2Wdj9vylGI83+5/gq +gk4Ho/A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rwkjX-0000000ClIS-35Ku; Tue, 16 Apr 2024 15:28:31 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rwkjU-0000000ClHF-1EeC; Tue, 16 Apr 2024 15:28:29 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 6F3AA61239; Tue, 16 Apr 2024 15:28:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 83258C113CE; Tue, 16 Apr 2024 15:28:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1713281307; bh=e7THuib2jYpaypD6WlnQShylaP5wyEwmwYV9EkglRW0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=o8bfNMUL+taETD8GpRDIgp7waHn4KT2C0/Kfgtm9sGK/Gqw7B6CcjydgFup6Fj5v2 eR0pZDwrzFCddOdkfli8TQaaKFa70tVQDghGZ4vXXNYa4yAAip2/LA2mqsO4AV68lH wQr0DxWi+8/LSo+0D0iJIgWsjf19bJy6CZoj7q3txJCiUM3pABkx+2DhJaGTINzzns +zuAC8sgnx00CD2p1HwDD1f/Unxyk9WgkMGDt2J1ay45kyw+CAQO+FOIQTuB0EdwhF wB4FFtR0UFva4a5nZGa2NsSpQPBJBRwjgCYlT4GLG3LO36C1lvwaYZBiHOFq1qC01M w+cDoQYVy7gLw== Date: Tue, 16 Apr 2024 16:28:19 +0100 From: Conor Dooley To: Charlie Jenkins Cc: Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Palmer Dabbelt , Albert Ou , Guo Ren , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Conor Dooley , Evan Green , =?iso-8859-1?Q?Cl=E9ment_L=E9ger?= , Jonathan Corbet , Shuah Khan , linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Palmer Dabbelt , linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-doc@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH v2 04/17] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree Message-ID: <20240416-scorer-easeful-4dae3c18465d@spud> References: <20240415-dev-charlie-support_thead_vector_6_9-v2-0-c7d68c603268@rivosinc.com> <20240415-dev-charlie-support_thead_vector_6_9-v2-4-c7d68c603268@rivosinc.com> MIME-Version: 1.0 In-Reply-To: <20240415-dev-charlie-support_thead_vector_6_9-v2-4-c7d68c603268@rivosinc.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240416_082828_455599_2C9F055F X-CRM114-Status: GOOD ( 16.97 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============7666827311343797250==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============7666827311343797250== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="6+SPECBpGFwY+8mB" Content-Disposition: inline --6+SPECBpGFwY+8mB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 15, 2024 at 09:12:01PM -0700, Charlie Jenkins wrote: > The D1/D1s SoCs support xtheadvector which should be included in the > devicetree. Also include vendorid for the cpu. >=20 > Signed-off-by: Charlie Jenkins > --- > arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >=20 > diff --git a/arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi b/arch/riscv/b= oot/dts/allwinner/sun20i-d1s.dtsi > index 64c3c2e6cbe0..4788bb50afa2 100644 > --- a/arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi > +++ b/arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi > @@ -27,7 +27,8 @@ cpu0: cpu@0 { > riscv,isa =3D "rv64imafdc"; > riscv,isa-base =3D "rv64i"; > riscv,isa-extensions =3D "i", "m", "a", "f", "d", "c", "zicntr", "zic= sr", > - "zifencei", "zihpm"; > + "zifencei", "zihpm", "xtheadvector"; > + riscv,vendorid =3D <0x00000000 0x0000005b7>; Isn't this effectively useless given there's only one CPU here? We also already know the vendor of the hart, because the compatible says it is a "thead,c906" so this doesn't provide any new information. > #cooling-cells =3D <2>; > =20 > cpu0_intc: interrupt-controller { >=20 > --=20 > 2.44.0 >=20 --6+SPECBpGFwY+8mB Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZh6ZEwAKCRB4tDGHoIJi 0v4RAQDrqlZrOVNmVT2qJWHlaUy5oV83I9CLCGUxlH9aAGur6QEAoFXtsX7XrWNf i2shqmRRdXJ1R1aeL6/dha7DMntUqAg= =6P7j -----END PGP SIGNATURE----- --6+SPECBpGFwY+8mB-- --===============7666827311343797250== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============7666827311343797250==--