Hello all, This series used to be called: "PCI: endpoint: set prefetchable bit for 64-bit BARs" However, since after discussions with Arnd and Mani, that patch has been dropped, however, the other cleanups are still worth including IMO, thus the series has been renamed. Changes since v3: -Picked up tags from Mani. -Fixed minor comments from Mani. -Dropped patch [PATCH v3 1/9] PCI: endpoint: pci-epf-test: Fix incorrect loop increment. -Dropped patch [PATCH v3 9/9] PCI: endpoint: Set prefetch when allocating memory for 64-bit BARs. -Reordered some of the patches to have a more logical ordering. Niklas Cassel (7): PCI: endpoint: pci-epf-test: Simplify pci_epf_test_alloc_space() loop PCI: endpoint: Allocate a 64-bit BAR if that is the only option PCI: endpoint: pci-epf-test: Remove superfluous code PCI: endpoint: pci-epf-test: Simplify pci_epf_test_set_bar() loop PCI: endpoint: pci-epf-test: Clean up pci_epf_test_unbind() PCI: cadence: Set a 64-bit BAR if requested PCI: rockchip-ep: Set a 64-bit BAR if requested .../pci/controller/cadence/pcie-cadence-ep.c | 5 +- drivers/pci/controller/pcie-rockchip-ep.c | 2 +- drivers/pci/endpoint/functions/pci-epf-test.c | 62 +++++-------------- drivers/pci/endpoint/pci-epf-core.c | 9 ++- 4 files changed, 23 insertions(+), 55 deletions(-) -- 2.44.0