[GIT PULL] devicetree changes for v3.1

2011-10-26 Thread Grant Likely
Hi Linus, Here are the device tree changes I've got queued up. Nothing earth shattering here. Some bug fixes, minor new features, minor cleanups and documentation The following changes since commit 138c4ae9cfda8fdcf9e137457853b09ef8cf8f77: Merge branch 'slab/for-linus' of git://git.kernel.or

Re: [PATCH 3/3] arm/dt: tegra: add dts file for paz00

2011-10-26 Thread Marc Dietrich
On Tuesday 25 October 2011 23:43:06 Stephen Warren wrote: > Marc Dietrich wrote at Tuesday, October 25, 2011 1:05 PM: > > On Monday 24 October 2011 22:16:15 Stephen Warren wrote: > > > Marc Dietrich wrote at Saturday, October 22, 2011 2:17 PM: > > > > * NOT FOR COMMIT * > > > > > > > > This just a

Re: [PATCH] of: Add a reg-names property to name reg entries

2011-10-26 Thread Cousson, Benoit
On 10/26/2011 5:57 AM, Segher Boessenkool wrote: What problem does any of this solve? The device binding for the "mcasp" device will have to describe the possible "reg-names", and what those mean; but the binding already has to describe its "reg" property anyway. What this solve is the ability

Re: [PATCH] fdtdump: rename from ftdump

2011-10-26 Thread Jon Loeliger
> The freetype package already installs a binary named "ftdump", so the dtc > package conflicts with that. So rename the newer dtc tool to "fdtdump". > This even makes a bit more sense: > ftdump: [F]lat device [T]ree [dump] > fdtdump: [F]lat [D]evice [T]ree [dump] > > Signed-off-by: M

Re: [PATCH] of: Add a reg-names property to name reg entries

2011-10-26 Thread Tony Lindgren
* Segher Boessenkool [111026 05:22]: > What problem does any of this solve? The device binding for the > "mcasp" device will have to describe the possible "reg-names", and > what those mean; but the binding already has to describe its "reg" > property anyway. > >>> > >>>What this

Re: [PATCH] of/flattree: Early "find node by alias" function

2011-10-26 Thread Dave Martin
On Fri, Oct 21, 2011 at 09:45:29AM -0700, David Daney wrote: > On 10/21/2011 08:16 AM, Pawel Moll wrote: > >This patch adds a function for finding a node in flat tree > >based on an alias name. It can be used in early boot code. > > > >Typical use case is a situation when early code needs data > >f