From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965222AbdIYQKI (ORCPT ); Mon, 25 Sep 2017 12:10:08 -0400 Received: from mail-pg0-f54.google.com ([74.125.83.54]:52621 "EHLO mail-pg0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964842AbdIYQKG (ORCPT ); Mon, 25 Sep 2017 12:10:06 -0400 X-Google-Smtp-Source: AOwi7QC0vTLY9da9IOrha6/42bMpJ5HS9FvYSLw2bC4Faf3ufGa+szkMTHUdgYdrg+uS/TfoWL4IvA== Date: Mon, 25 Sep 2017 09:11:36 -0700 From: Moritz Fischer To: Michal Simek Cc: Moritz Fischer , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk, gregkh@linuxfoundation.org, davem@davemloft.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] arm: dts: Add support for National Instruments Project Sulfur SDRs Message-ID: <20170925161136.GA12943@tyrael.ni.corp.natinst.com> References: <20170911232223.91894-1-mdf@kernel.org> <314acb1f-1f0f-7893-70a8-9379c01112ac@xilinx.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline In-Reply-To: <314acb1f-1f0f-7893-70a8-9379c01112ac@xilinx.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Michal, On Mon, Sep 25, 2017 at 10:19:44AM +0200, Michal Simek wrote: > Hi Moritz >=20 > sorry for delay. No problem. >=20 > On 12.9.2017 01:22, Moritz Fischer wrote: > > Add support for the National Instruments Project Sulfur SDR > > motherboards Rev 2,3 and 4. > >=20 > > Signed-off-by: Moritz Fischer > > --- > > arch/arm/boot/dts/Makefile | 3 + > > arch/arm/boot/dts/zynq-ni-sulfur-rev2.dts | 84 +++++++++++++++++++ > > arch/arm/boot/dts/zynq-ni-sulfur-rev3.dts | 118 ++++++++++++++++++++++= ++++ > > arch/arm/boot/dts/zynq-ni-sulfur-rev4.dts | 26 ++++++ > > arch/arm/boot/dts/zynq-ni-sulfur.dtsi | 133 ++++++++++++++++++++++= ++++++++ > > 5 files changed, 364 insertions(+) > > create mode 100644 arch/arm/boot/dts/zynq-ni-sulfur-rev2.dts > > create mode 100644 arch/arm/boot/dts/zynq-ni-sulfur-rev3.dts > > create mode 100644 arch/arm/boot/dts/zynq-ni-sulfur-rev4.dts > > create mode 100644 arch/arm/boot/dts/zynq-ni-sulfur.dtsi >=20 > Is this publicly available board? Will be in Q1 2018 was announced at GRCon'17 ([1]). Some of the Rev3s are currently deployed in Norway as part of a radar system. > I am not quite sure we should apply these dts files. There are a lot of > boards with zynq and there must be any strong argument for applying this > to the tree. For arm32 with even flat tree structure. What's the issue with merging them, except for having 3 more files?=20 > Arnd: Do you have any policy about it? >=20 > Thanks, > Michal Thanks, Moritz [1] https://drive.google.com/file/d/0B-CV_07uSBIuODc5bmV2QXhnODA/view --82I3+IH0IqGh5yIs Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEWcxjJBP2M15CncZ7vkIQd6kWqi8FAlnJKrQACgkQvkIQd6kW qi+InQgAyzdK63z7KCX7H8xuUxEuuK9PKzqSjsnfwJAUcR3nOKJegeBxqGduTsxp dqJ7EQF31V+x+m4eMzUCxNpVXPoAFrgQI7cQ33cYfgYq4B+cXA6o3G3h9zfXHeIV 058t+Yak1R0isucahoJ3IOTki8PT70kjoVyG2H5rfzZJa39Pnd5XmO5zmXjTchfC A2JX7QK8hYlqLajIZEsTd9v4wPiU5C7KmuyyR2G9joytW01RAWoKfLK1r9hRhuZN 2l1m+C5tDRPgvT5FOftxiYcNqQizE1/zo8stQ1YJhfU5ukDDANHFeV2UPRJIbdlw YAxrYZ5KraNKijh3BggBafj6Vqkz6w== =ghr7 -----END PGP SIGNATURE----- --82I3+IH0IqGh5yIs-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: mdf@kernel.org (Moritz Fischer) Date: Mon, 25 Sep 2017 09:11:36 -0700 Subject: [PATCH 1/2] arm: dts: Add support for National Instruments Project Sulfur SDRs In-Reply-To: <314acb1f-1f0f-7893-70a8-9379c01112ac@xilinx.com> References: <20170911232223.91894-1-mdf@kernel.org> <314acb1f-1f0f-7893-70a8-9379c01112ac@xilinx.com> Message-ID: <20170925161136.GA12943@tyrael.ni.corp.natinst.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Michal, On Mon, Sep 25, 2017 at 10:19:44AM +0200, Michal Simek wrote: > Hi Moritz > > sorry for delay. No problem. > > On 12.9.2017 01:22, Moritz Fischer wrote: > > Add support for the National Instruments Project Sulfur SDR > > motherboards Rev 2,3 and 4. > > > > Signed-off-by: Moritz Fischer > > --- > > arch/arm/boot/dts/Makefile | 3 + > > arch/arm/boot/dts/zynq-ni-sulfur-rev2.dts | 84 +++++++++++++++++++ > > arch/arm/boot/dts/zynq-ni-sulfur-rev3.dts | 118 ++++++++++++++++++++++++++ > > arch/arm/boot/dts/zynq-ni-sulfur-rev4.dts | 26 ++++++ > > arch/arm/boot/dts/zynq-ni-sulfur.dtsi | 133 ++++++++++++++++++++++++++++++ > > 5 files changed, 364 insertions(+) > > create mode 100644 arch/arm/boot/dts/zynq-ni-sulfur-rev2.dts > > create mode 100644 arch/arm/boot/dts/zynq-ni-sulfur-rev3.dts > > create mode 100644 arch/arm/boot/dts/zynq-ni-sulfur-rev4.dts > > create mode 100644 arch/arm/boot/dts/zynq-ni-sulfur.dtsi > > Is this publicly available board? Will be in Q1 2018 was announced at GRCon'17 ([1]). Some of the Rev3s are currently deployed in Norway as part of a radar system. > I am not quite sure we should apply these dts files. There are a lot of > boards with zynq and there must be any strong argument for applying this > to the tree. For arm32 with even flat tree structure. What's the issue with merging them, except for having 3 more files? > Arnd: Do you have any policy about it? > > Thanks, > Michal Thanks, Moritz [1] https://drive.google.com/file/d/0B-CV_07uSBIuODc5bmV2QXhnODA/view -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: not available URL: