From owner-svn-src-vendor@freebsd.org Thu Jul 28 10:10:20 2016 Return-Path: Delivered-To: svn-src-vendor@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8456ABA7FB9; Thu, 28 Jul 2016 10:10:20 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from kif.fubar.geek.nz (kif.fubar.geek.nz [178.62.119.249]) by mx1.freebsd.org (Postfix) with ESMTP id 545591852; Thu, 28 Jul 2016 10:10:20 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from zapp (bcdf0033.skybroadband.com [188.223.0.51]) by kif.fubar.geek.nz (Postfix) with ESMTPSA id AABABD78E6; Thu, 28 Jul 2016 10:10:13 +0000 (UTC) Date: Thu, 28 Jul 2016 11:10:10 +0100 From: Andrew Turner To: Cy Schubert Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org Subject: Re: svn commit: r303380 - in vendor/device-tree/dist: Bindings Bindings/arc Bindings/arm Bindings/arm/altera Bindings/arm/bcm Bindings/arm/hisilicon Bindings/arm/keystone Bindings/arm/marvell Bindings/... Message-ID: <20160728111010.05dd2c38@zapp> In-Reply-To: <201607280249.u6S2nGWT005937@slippy.cwsent.com> References: <201607271033.u6RAXkeI063443@repo.freebsd.org> <201607280249.u6S2nGWT005937@slippy.cwsent.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-vendor@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the vendor work area tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2016 10:10:20 -0000 On Wed, 27 Jul 2016 19:49:16 -0700 Cy Schubert wrote: > In message <201607271033.u6RAXkeI063443@repo.freebsd.org>, Andrew > Turner writes > : > > Author: andrew > > Date: Wed Jul 27 10:33:45 2016 > > New Revision: 303380 > > URL: https://svnweb.freebsd.org/changeset/base/303380 > > > > Log: > > Import the updated devicetree files from > > https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebas > > ing.git > > I don't see this used anywhere in head (though I must admit I haven't > looked that hard). Considering this is GPL, what do we intend to do > with this? (Once again, I haven't really looked that hard but I can't > see it used anywhere.) It is used in sys/gnu/dts. Andrew