On Wed, 24 Nov 2021 16:59:38 +0100 Pali Rohár <pali@xxxxxxxxxx> wrote: > This patch series contains various fixes for pci-bridge-emul code. > This code is used only by pci-aardvark.c and pci-mvebu.c drivers. > > Pali Rohár (6): > PCI: pci-bridge-emul: Make expansion ROM Base Address register > read-only > PCI: pci-bridge-emul: Properly mark reserved PCIe bits in PCI config > space > PCI: pci-bridge-emul: Add definitions for missing capabilities > registers > PCI: pci-bridge-emul: Fix definitions of reserved bits > PCI: pci-bridge-emul: Correctly set PCIe capabilities > PCI: pci-bridge-emul: Set PCI_STATUS_CAP_LIST for PCIe device > > drivers/pci/controller/pci-aardvark.c | 4 +- > drivers/pci/controller/pci-mvebu.c | 8 ++ > drivers/pci/pci-bridge-emul.c | 113 ++++++++++++++++++++++---- > 3 files changed, 108 insertions(+), 17 deletions(-) > I will send v2 of this series with the third patch dropped, since it will be applied via aardvark batch 3 series. Marek