Re: [PATCH v8 28/45] powerpc/pci: Introduce pci_remove_device_node_info()

2016-04-19 Thread Gavin Shan
On Tue, Apr 19, 2016 at 03:48:26PM +1000, Alexey Kardashevskiy wrote: >On 02/17/2016 02:44 PM, Gavin Shan wrote: >>This implements and exports pci_remove_device_node_info(). It's >>used to remove the pdn (struct pci_dn) for the indicated device >>node. The function is going to be used by PowerNV PC

Re: [PATCH v8 28/45] powerpc/pci: Introduce pci_remove_device_node_info()

2016-04-18 Thread Alexey Kardashevskiy
On 02/17/2016 02:44 PM, Gavin Shan wrote: This implements and exports pci_remove_device_node_info(). It's used to remove the pdn (struct pci_dn) for the indicated device node. The function is going to be used by PowerNV PCI hotplug driver. Signed-off-by: Gavin Shan Kind of strange that there

[PATCH v8 28/45] powerpc/pci: Introduce pci_remove_device_node_info()

2016-02-16 Thread Gavin Shan
This implements and exports pci_remove_device_node_info(). It's used to remove the pdn (struct pci_dn) for the indicated device node. The function is going to be used by PowerNV PCI hotplug driver. Signed-off-by: Gavin Shan --- arch/powerpc/include/asm/pci-bridge.h | 1 + arch/powerpc/kernel/pc