RE: [PATCH] PCI : check if type 0 devices have all BARs of size zero

2021-02-15 Thread Wasim Khan
Hi Bjorn, > -Original Message- > From: Bjorn Helgaas > Sent: Tuesday, February 16, 2021 2:43 AM > To: Wasim Khan (OSS) > Cc: bhelg...@google.com; linux-...@vger.kernel.org; linux- > ker...@vger.kernel.org; Wasim Khan > Subject: Re: [PATCH] PCI : check if type 0

[PATCH] PCI : check if type 0 devices have all BARs of size zero

2021-02-12 Thread Wasim Khan
From: Wasim Khan Log a message if all BARs of type 0 devices are of size zero. This can help detecting type 0 devices not reporting BAR size correctly. Signed-off-by: Wasim Khan --- drivers/pci/probe.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/pci/probe.c b/drivers/pci

[PATCH] arm64: dts: lx2160a: Increase configuration space size

2020-07-10 Thread Wasim Khan
From: Wasim Khan lx2160a rev2 requires 4KB space for type0 and 4KB space for type1 iATU window. Increase configuration space size to 8KB to have sufficient space for type0 and type1 window. Signed-off-by: Wasim Khan Reviewed-by: Li Yang Acked-by: Hou Zhiqiang --- arch/arm64/boot/dts

[PATCH 1/6] arm64: dts: lx2160a: Add label to pcie nodes

2020-09-09 Thread Wasim Khan
From: Wasim Khan Add label to pcie nodes Signed-off-by: Wasim Khan --- arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi b/arch/arm64/boot/dts/freescale/fsl

[PATCH 6/6] arm64: dts: ls1088a: Add label to pcie nodes

2020-09-09 Thread Wasim Khan
From: Wasim Khan Add label to pcie nodes Signed-off-by: Wasim Khan --- arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi

[PATCH 2/6] arm64: dts: ls1012a: Add label to pcie nodes

2020-09-09 Thread Wasim Khan
From: Wasim Khan Add label to pcie nodes Signed-off-by: Wasim Khan --- arch/arm64/boot/dts/freescale/fsl-ls1012a-oxalis.dts | 2 +- arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/fsl

[PATCH 0/6] arch: arm64: Add label to pcie nodes

2020-09-09 Thread Wasim Khan
From: Wasim Khan This patch series adds label to pcie nodes so that they are easy to refer. Wasim Khan (6): arm64: dts: lx2160a: Add label to pcie nodes arm64: dts: ls1012a: Add label to pcie nodes arm64: dts: ls1043a: Add label to pcie nodes arm64: dts: ls1046a: Add label to pcie nodes

[PATCH 5/6] arm64: dts: ls1028a: Add label to pcie nodes

2020-09-09 Thread Wasim Khan
From: Wasim Khan Add label to pcie nodes Signed-off-by: Wasim Khan --- arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi

[PATCH 3/6] arm64: dts: ls1043a: Add label to pcie nodes

2020-09-09 Thread Wasim Khan
From: Wasim Khan Add label to pcie nodes Signed-off-by: Wasim Khan --- arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi

[PATCH 4/6] arm64: dts: ls1046a: Add label to pcie nodes

2020-09-09 Thread Wasim Khan
From: Wasim Khan Add label to pcie nodes Signed-off-by: Wasim Khan --- arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi b/arch/arm64/boot/dts/freescale/fsl

[PATCH v2] arm64: dts: layerscape: Add label to pcie nodes

2020-09-12 Thread Wasim Khan
From: Wasim Khan Add label to pcie nodes so that they are easy to refer. Signed-off-by: Wasim Khan --- Changes in v2: - clubbed separate patches in single patch arch/arm64/boot/dts/freescale/fsl-ls1012a-oxalis.dts | 2 +- arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi | 5 +++-- arch