]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
powerpc/powernv/ioda: Find opencapi slot for a device node
authorFrederic Barrat <fbarrat@linux.ibm.com>
Thu, 21 Nov 2019 13:49:12 +0000 (14:49 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 23 Jan 2020 10:31:17 +0000 (21:31 +1100)
commitbbb789046084d18fff1a32a7bcdeca36dfa0ac14
treeca248ba599c330242f637700c7a2a74d601fd374
parentf724385fea0136af31a850fbcff01a6e8cf8c889
powerpc/powernv/ioda: Find opencapi slot for a device node

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
arch/powerpc/include/asm/pnv-pci.h
arch/powerpc/platforms/powernv/pci.c