Re: [V2 PATCH 06/10] of/drivers: Always use struct device.of_node to get node pointer

2010-03-18 Thread Sean MacLennan
On Thu, 18 Mar 2010 09:22:39 -0600 Grant Likely wrote: > The following structure elements duplicate the information in > 'struct device.of_node' and so are being eliminated. This patches > makes all readers of the following elements use device.of_node > instead. Acked-by: Sean MacLennan __

Re: [V2 PATCH 06/10] of/drivers: Always use struct device.of_node to get node pointer

2010-03-18 Thread Sean MacLennan
On Thu, 18 Mar 2010 11:07:35 -0600 Grant Likely wrote: > On Thu, Mar 18, 2010 at 10:59 AM, Sean MacLennan > wrote: > > On Thu, 18 Mar 2010 09:22:39 -0600 > > Grant Likely wrote: > > > >> The following structure elements duplicate the information in > >> 'struct device.of_node' and so are being

Re: [V2 PATCH 06/10] of/drivers: Always use struct device.of_node to get node pointer

2010-03-18 Thread Grant Likely
On Thu, Mar 18, 2010 at 10:59 AM, Sean MacLennan wrote: > On Thu, 18 Mar 2010 09:22:39 -0600 > Grant Likely wrote: > >> The following structure elements duplicate the information in >> 'struct device.of_node' and so are being eliminated.  This patches >> makes all readers of the following element

Re: [V2 PATCH 06/10] of/drivers: Always use struct device.of_node to get node pointer

2010-03-18 Thread Sean MacLennan
On Thu, 18 Mar 2010 09:22:39 -0600 Grant Likely wrote: > The following structure elements duplicate the information in > 'struct device.of_node' and so are being eliminated. This patches > makes all readers of the following elements use device.of_node > instead. The NDFC driver also needs a pat

Re: [V2 PATCH 06/10] of/drivers: Always use struct device.of_node to get node pointer

2010-03-18 Thread Grant Likely
On Thu, Mar 18, 2010 at 9:58 AM, Jochen Friedrich wrote: > Hi Grant, > >> The following structure elements duplicate the information in >> 'struct device.of_node' and so are being eliminated.  This patches >> makes all readers of the following elements use device.of_node instead. >> >> struct dev_

Re: [V2 PATCH 06/10] of/drivers: Always use struct device.of_node to get node pointer

2010-03-18 Thread Jochen Friedrich
Hi Grant, The following structure elements duplicate the information in 'struct device.of_node' and so are being eliminated. This patches makes all readers of the following elements use device.of_node instead. struct dev_archdata.prom_node (sparc) struct dev_archdata.of_node (powerpc) struct o