Re: [PATCH v5 1/8] powerpc/pci: Access PCI config space directly w/o pci_dn

2019-04-29 Thread Oliver
On Mon, Mar 11, 2019 at 10:52 PM Sergey Miroshnichenko wrote: > > To fetch an updated DT for the newly hotplugged device, OS must explicitly > request it from the firmware via the pnv_php driver. > > If pnv_php wasn't triggered/loaded, it is still possible to discover new > devices if PCIe I/O wil

[PATCH v5 1/8] powerpc/pci: Access PCI config space directly w/o pci_dn

2019-03-11 Thread Sergey Miroshnichenko
To fetch an updated DT for the newly hotplugged device, OS must explicitly request it from the firmware via the pnv_php driver. If pnv_php wasn't triggered/loaded, it is still possible to discover new devices if PCIe I/O will not stop in absence of the pci_dn structure. Signed-off-by: Sergey Miro