Re: [PATCH v2 4/9] acpi/gpex: Create PCI link devices outside PCI root bridge

2024-07-11 Thread Igor Mammedov
On Mon, 8 Jul 2024 17:17:36 +0530 Sunil V L wrote: > Currently, PCI link devices (PNP0C0F) are always created within the > scope of the PCI root bridge. However, RISC-V needs these link devices > to be created outside to ensure the probing order in the OS. This > matches the example given in the

[PATCH v2 4/9] acpi/gpex: Create PCI link devices outside PCI root bridge

2024-07-08 Thread Sunil V L
Currently, PCI link devices (PNP0C0F) are always created within the scope of the PCI root bridge. However, RISC-V needs these link devices to be created outside to ensure the probing order in the OS. This matches the example given in the ACPI specification [1] as well. Hence, create these link devi