Re: Request review of device tree documentation

2010-08-04 Thread David Gibson
On Fri, Jun 11, 2010 at 04:59:46PM -0600, Grant Likely wrote: > I've been doing a bit of work on some introductory level documentation > of the flattened device tree. I've got a rough copy up on the > devicetree.org wiki, and I could use some feedback. If anyone has > some time to look at it, you

Re: [PATCH] arch/powerpc: Drop unnecessary of_node_put

2010-08-04 Thread Grant Likely
On Tue, Aug 3, 2010 at 1:50 PM, Julia Lawall wrote: > From: Julia Lawall > > for_each_node_by_name only exits when its first argument is NULL, and a > subsequent call to of_node_put on that argument is unnecessary. > > The semantic patch that makes this change is as follows: > (http://coccinelle.

[git pull] device tree changes for 2.6.36

2010-08-04 Thread Grant Likely
Hi Linus Here are the bulk of the device tree support generalizations and bug fixes for the 2.6.36 merge window. Please pull. I have one more device tree patch that I want to push for this merge window which is a bulk rename of struct of_device to struct of_platform_device (very mechanical chang