From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753335Ab2JAQNV (ORCPT ); Mon, 1 Oct 2012 12:13:21 -0400 Received: from avon.wwwdotorg.org ([70.85.31.133]:45028 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752826Ab2JAQNT (ORCPT ); Mon, 1 Oct 2012 12:13:19 -0400 Message-ID: <5069C11C.6040505@wwwdotorg.org> Date: Mon, 01 Oct 2012 10:13:16 -0600 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0 MIME-Version: 1.0 To: Rob Herring CC: Michal Marek , David Gibson , Jon Loeliger , devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, Stephen Warren Subject: Re: dtc: import latest upstream dtc References: <1348867559-2495-1-git-send-email-swarren@wwwdotorg.org> <5069C042.40209@gmail.com> In-Reply-To: <5069C042.40209@gmail.com> X-Enigmail-Version: 1.4.4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/01/2012 10:09 AM, Rob Herring wrote: > On 09/28/2012 04:25 PM, Stephen Warren wrote: >> From: Stephen Warren >> >> This updates scripts/dtc to commit 317a5d9 "dtc: zero out new label >> objects" from git://git.jdl.com/software/dtc.git. >> >> This adds features such as: >> * /bits/ syntax for cell data. >> * Math expressions within cell data. >> * The ability to delete properties or nodes. >> * Support for #line directives in the input file, which allows the use of >> cpp on *.dts. >> * -i command-line option (/include/ path) >> * -W/-E command-line options for error/warning control. >> * Removal of spew to STDOUT containing the filename being compiled. >> * Many additions to the libfdt API. >> >> Signed-off-by: Stephen Warren > > Seems dtc doesn't really have a maintainer. Probably makes more sense > for me to take this unless there are objections. Will you also take the two kbuild patches I posted that depend on this (e.g. "kbuild: introduce cmd_dtc_cpp")? I'd assumed that Michal Marek would take this given the dependencies and that he's take a fair number of dtc patches recently. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: dtc: import latest upstream dtc Date: Mon, 01 Oct 2012 10:13:16 -0600 Message-ID: <5069C11C.6040505@wwwdotorg.org> References: <1348867559-2495-1-git-send-email-swarren@wwwdotorg.org> <5069C042.40209@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5069C042.40209-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Rob Herring Cc: Michal Marek , Stephen Warren , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On 10/01/2012 10:09 AM, Rob Herring wrote: > On 09/28/2012 04:25 PM, Stephen Warren wrote: >> From: Stephen Warren >> >> This updates scripts/dtc to commit 317a5d9 "dtc: zero out new label >> objects" from git://git.jdl.com/software/dtc.git. >> >> This adds features such as: >> * /bits/ syntax for cell data. >> * Math expressions within cell data. >> * The ability to delete properties or nodes. >> * Support for #line directives in the input file, which allows the use of >> cpp on *.dts. >> * -i command-line option (/include/ path) >> * -W/-E command-line options for error/warning control. >> * Removal of spew to STDOUT containing the filename being compiled. >> * Many additions to the libfdt API. >> >> Signed-off-by: Stephen Warren > > Seems dtc doesn't really have a maintainer. Probably makes more sense > for me to take this unless there are objections. Will you also take the two kbuild patches I posted that depend on this (e.g. "kbuild: introduce cmd_dtc_cpp")? I'd assumed that Michal Marek would take this given the dependencies and that he's take a fair number of dtc patches recently.