Hi, This series has a couple of fixes for Qcom PCIe endpoint controller. The dts patch fixes the size of the 'addr_space' regions that allows the endpoint drivers to request and map BARs of size >= 1MB. The driver patch marks BAR0/BAR2 as 64bit BARs. Previously, this series was part of the Kselftest series [1]. But submitting separately as these are independent fixes anyway. - Mani [1] https://lore.kernel.org/linux-pci/20241211080105.11104-1-manivannan.sadhasivam@xxxxxxxxxx/ Manivannan Sadhasivam (2): arm64: dts: qcom: sa8775p: Fix the size of 'addr_space' regions PCI: qcom-ep: Mark BAR0/BAR2 as 64bit BARs and BAR1/BAR3 as RESERVED arch/arm64/boot/dts/qcom/sa8775p.dtsi | 4 ++-- drivers/pci/controller/dwc/pcie-qcom-ep.c | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) -- 2.25.1