Re: [PATCH 01/18] powerpc/pci: Add ppc_md.discover_phbs()

2021-02-10 Thread Michael Ellerman
On Tue, 3 Nov 2020 15:35:06 +1100, Oliver O'Halloran wrote: > On many powerpc platforms the discovery and initalisation of > pci_controllers (PHBs) happens inside of setup_arch(). This is very early > in boot (pre-initcalls) and means that we're initialising the PHB long > before many basic kernel

Re: [PATCH 01/18] powerpc/pci: Add ppc_md.discover_phbs()

2020-11-03 Thread kernel test robot
Hi Oliver, I love your patch! Perhaps something to improve: [auto build test WARNING on powerpc/next] [also build test WARNING on v5.10-rc2 next-20201103] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in

[PATCH 01/18] powerpc/pci: Add ppc_md.discover_phbs()

2020-11-02 Thread Oliver O'Halloran
On many powerpc platforms the discovery and initalisation of pci_controllers (PHBs) happens inside of setup_arch(). This is very early in boot (pre-initcalls) and means that we're initialising the PHB long before many basic kernel services (slab allocator, debugfs, a real ioremap) are available. O

[RFC PATCH 01/18] powerpc/pci: Add ppc_md.discover_phbs()

2020-09-23 Thread Oliver O'Halloran
On many powerpc platforms the discovery and initalisation of pci_controllers (PHBs) happens inside of setup_arch(). This is very early in boot (pre-initcalls) and means that we're initialising the PHB long before many basic kernel services (slab allocator, debugfs, a real ioremap) are available. O