All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Prepartion for SR-IOV PowerVM Enablement
@ 2017-09-18 19:26 Bryant G. Ly
  2017-09-18 19:26 ` [PATCH v1 1/3] powerpc/kernel: Split up pci_bus_add_device Bryant G. Ly
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Bryant G. Ly @ 2017-09-18 19:26 UTC (permalink / raw)
  To: bhelgaas, benh, paulus, mpe; +Cc: linux-pci, linuxppc-dev, Bryant G. Ly

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.

Bryant G. Ly (3):
  powerpc/kernel: Split up pci_bus_add_device
  pseries: Override pci_bus_match_virtfn_driver
  powerpc/kernel: Separate SR-IOV Calls

 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 | 34 ++++++++++---------
 arch/powerpc/platforms/powernv/pci-ioda.c    |  6 ++--
 arch/powerpc/platforms/pseries/pci.c         | 17 ++++++++++
 drivers/pci/bus.c                            | 51 +++++++++++++++++++++++-----
 drivers/pci/iov.c                            |  2 +-
 include/linux/pci.h                          |  3 ++
 11 files changed, 118 insertions(+), 39 deletions(-)

-- 
2.11.0 (Apple Git-81)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-09-22 13:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-18 19:26 [PATCH v1 0/3] Prepartion for SR-IOV PowerVM Enablement Bryant G. Ly
2017-09-18 19:26 ` [PATCH v1 1/3] powerpc/kernel: Split up pci_bus_add_device Bryant G. Ly
2017-09-20  5:31   ` kbuild test robot
2017-09-21 20:43   ` Bjorn Helgaas
2017-09-22 13:46     ` Bryant G. Ly
2017-09-18 19:26 ` [PATCH v1 2/3] pseries: Override pci_bus_match_virtfn_driver Bryant G. Ly
2017-09-18 19:26 ` [PATCH v1 3/3] powerpc/kernel: Separate SR-IOV Calls Bryant G. Ly

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.