Re: [PATCH 00/37] OF: move device node pointer into struct device.

2010-03-11 Thread David Miller
From: Grant Likely Date: Thu, 11 Mar 2010 11:25:46 -0700 > Oops, sorry David, I accidentally dropped the top patch. Give me a > moment and I'll send it out. Sorry, now that you've just bombed us with 27 patches to the same area, I've totally lost interest in testing this work. _

Re: [PATCH 00/37] OF: move device node pointer into struct device.

2010-03-11 Thread Grant Likely
On Thu, Mar 11, 2010 at 11:23 AM, David Miller wrote: > From: David Miller > Date: Thu, 11 Mar 2010 10:20:43 -0800 (PST) > >> Three or four of the patches don't apply because only your tree >> has those "/* temporary */" comments, f.e. in arch/sparc/kernel/pci.c >> >> I took care of this when app

Re: [PATCH 00/37] OF: move device node pointer into struct device.

2010-03-11 Thread David Miller
From: David Miller Date: Thu, 11 Mar 2010 10:20:43 -0800 (PST) > Three or four of the patches don't apply because only your tree > has those "/* temporary */" comments, f.e. in arch/sparc/kernel/pci.c > > I took care of this when applying to my tree. It also doesn't build, what the heck is this

Re: [PATCH 00/37] OF: move device node pointer into struct device.

2010-03-11 Thread David Miller
From: Grant Likely Date: Thu, 11 Mar 2010 11:03:47 -0700 > Currently on OF enabled platforms, the device node pointer is stored in > both device.archdata.of_node (.prom_node on sparc), and in of_device.node > OF device tree support is being generalized to work on any platform, so > instead of add