From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mauro Carvalho Chehab Subject: Re: [GIT PULL] Move device tree graph parsing helpers to drivers/of Date: Tue, 11 Mar 2014 08:12:03 -0300 Message-ID: <20140311081203.0da93daf@samsung.com> References: <1394126000.3622.66.camel@paszta.hi.pengutronix.de> <20140307182330.75168C40AE3@trevor.secretlab.ca> <20140310102630.3cb1bcd7@samsung.com> <20140310143758.3734FC405FA@trevor.secretlab.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8BIT Return-path: In-reply-to: <20140310143758.3734FC405FA@trevor.secretlab.ca> Sender: linux-media-owner@vger.kernel.org To: Grant Likely Cc: Philipp Zabel , Russell King - ARM Linux , Tomi Valkeinen , Guennadi Liakhovetski , Rob Herring , Laurent Pinchart , Kyungmin Park , linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, devicetree@vger.kernel.org, Sylwester Nawrocki , Greg KH List-Id: devicetree@vger.kernel.org Em Mon, 10 Mar 2014 14:37:58 +0000 Grant Likely escreveu: > On Mon, 10 Mar 2014 10:26:30 -0300, Mauro Carvalho Chehab wrote: > > Em Fri, 07 Mar 2014 18:23:30 +0000 > > Grant Likely escreveu: > > > > > On Thu, 06 Mar 2014 18:13:20 +0100, Philipp Zabel wrote: > > > > Hi Mauro, Russell, > > > > > > > > I have temporarily removed the simplified bindings at Sylwester's > > > > request and updated the branch with the acks. The following changes > > > > since commit 0414855fdc4a40da05221fc6062cccbc0c30f169: > > > > > > > > Linux 3.14-rc5 (2014-03-02 18:56:16 -0800) > > > > > > > > are available in the git repository at: > > > > > > > > git://git.pengutronix.de/git/pza/linux.git topic/of-graph > > > > > > > > for you to fetch changes up to d484700a36952c6675aa47dec4d7a536929aa922: > > > > > > > > of: Warn if of_graph_parse_endpoint is called with the root node (2014-03-06 17:41:54 +0100) > > > > > > Nak. I made comments that haven't been resolved yet. I've replied with > > > more detail tonight. The big issues are how drivers handle the optional > > > 'ports' node and I do not agree to the double-linkage in the binding > > > description. > > > > If I understood well, you're requesting to revert all those six patches > > that were imported via git pull from my tree (and from Greg and Russell), > > right? > > > > E. g. reverting those changesets: > > d484700a3695 f2a575f67695 4329b93b283c 6ff60d397b17 4d56ed5a009b fd9fdb78a9bf > > > > as it seems that there's no easy way to revert a git pull. > > All trees containing the branch would need to be reverted. > > > I suspect that this will likely cause some harm when merging from our > > trees upstream. > > It means any tree containing that branch *must* be rewound. Grr... Done. I really preferred not doing that. >>From my side, it became too late to apply those OF changes on my tree for 3.15, as I will not prevent other patches to be applied on my tree due to that. Mauro