Re: [PATCH v9 21/22] drivers/of: Export of_detach_node()

2016-05-05 Thread Gavin Shan
On Thu, May 05, 2016 at 02:42:35PM -0500, Rob Herring wrote: >On Wed, May 04, 2016 at 11:36:03PM +1000, Gavin Shan wrote: >> On Tue, May 03, 2016 at 11:22:52PM +1000, Gavin Shan wrote: >> >This exports of_detach_node() for PowerPC PowerNV PCI hotplug >> >driver. No functional changes introduced. >>

Re: [PATCH v9 21/22] drivers/of: Export of_detach_node()

2016-05-05 Thread Rob Herring
On Wed, May 04, 2016 at 11:36:03PM +1000, Gavin Shan wrote: > On Tue, May 03, 2016 at 11:22:52PM +1000, Gavin Shan wrote: > >This exports of_detach_node() for PowerPC PowerNV PCI hotplug > >driver. No functional changes introduced. > > > >Signed-off-by: Gavin Shan > > Rob, I'm not sure it's late

Re: [PATCH v9 21/22] drivers/of: Export of_detach_node()

2016-05-04 Thread Gavin Shan
On Tue, May 03, 2016 at 11:22:52PM +1000, Gavin Shan wrote: >This exports of_detach_node() for PowerPC PowerNV PCI hotplug >driver. No functional changes introduced. > >Signed-off-by: Gavin Shan Rob, I'm not sure it's late to cache the 4.7 merge window. Also, I was told this series is needed by n

[PATCH v9 21/22] drivers/of: Export of_detach_node()

2016-05-03 Thread Gavin Shan
This exports of_detach_node() for PowerPC PowerNV PCI hotplug driver. No functional changes introduced. Signed-off-by: Gavin Shan --- drivers/of/dynamic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/of/dynamic.c b/drivers/of/dynamic.c index c647bd1..75ce30d 100644 --- a/drivers/o