On Fri, Sep 22, 2017 at 09:19:26AM -0500, Bryant G. Ly wrote: > This patch series is to prepare for enabling SR-IOV > on pseries. It separates the calls to be machine dependent > and does not change any current functionality. > > The patch linked below which is currently in review is a dependency: > https://patchwork.kernel.org/patch/9882915/ > > v1 - Initial patch > v2 - Addressed Bjorn's comment on creating a highly platform > dependent global exported symbol. > v3 - Based patch off linux-ppc/master > > Bryant G. Ly (2): > powerpc/kernel: Separate SR-IOV Calls > pseries/eeh: Add Pseries pcibios_bus_add_device > > arch/powerpc/include/asm/machdep.h | 7 ++++++ > arch/powerpc/include/asm/pci-bridge.h | 4 +--- > arch/powerpc/kernel/eeh_driver.c | 4 ++-- > arch/powerpc/kernel/pci-common.c | 23 +++++++++++++++++++ > arch/powerpc/kernel/pci_dn.c | 6 ----- > arch/powerpc/platforms/powernv/eeh-powernv.c | 33 ++++++++++++++-------------- > arch/powerpc/platforms/powernv/pci-ioda.c | 6 +++-- > arch/powerpc/platforms/pseries/eeh_pseries.c | 24 ++++++++++++++++++++ > 8 files changed, 78 insertions(+), 29 deletions(-) I assume this will go via a powerpc tree, since it doesn't touch anything in drivers/pci or any PCI core interfaces.