]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
powerpc/powernv/ioda: Find opencapi slot for a device node
authorFrederic Barrat <fbarrat@linux.ibm.com>
Mon, 24 Feb 2020 15:52:27 +0000 (16:52 +0100)
committerSeth Forshee <seth.forshee@canonical.com>
Wed, 26 Feb 2020 02:34:10 +0000 (20:34 -0600)
commit09b8582593495a7122d5815fd028bff3fd3787fb
tree2c764b6a06353913b2dfdb2e156070997e88ec2e
parent25066f5e78d2161b7caa98e7747f49661e86f2d0
powerpc/powernv/ioda: Find opencapi slot for a device node

BugLink: https://bugs.launchpad.net/bugs/1862121
Unlike real PCI slots, opencapi slots are directly associated to
the (virtual) opencapi PHB, there's no intermediate bridge. So when
looking for a slot ID, we must start the search from the device node
itself and not its parent.

Also, the slot ID is not attached to a specific bdfn, so let's build
it from the PHB ID, like skiboot.

Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com>
Reviewed-by: Andrew Donnellan <ajd@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20191121134918.7155-6-fbarrat@linux.ibm.com
(cherry picked from commit bbb789046084d18fff1a32a7bcdeca36dfa0ac14)
Signed-off-by: Frank Heimes <frank.heimes@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
arch/powerpc/include/asm/pnv-pci.h
arch/powerpc/platforms/powernv/pci.c