Re: [U-Boot] [PATCH 1/3] pci: intel: Increase TLP polling counter

2019-08-13 Thread Tom Rini
On Fri, May 24, 2019 at 10:29:58AM +0800, Ley Foon Tan wrote: > Some PCIe devices require longer time to response. > Increase polling counter to 2 (~100ms). > > Signed-off-by: Ley Foon Tan Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[U-Boot] [PATCH 1/3] pci: intel: Increase TLP polling counter

2019-05-23 Thread Ley Foon Tan
Some PCIe devices require longer time to response. Increase polling counter to 2 (~100ms). Signed-off-by: Ley Foon Tan --- drivers/pci/pcie_intel_fpga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/pcie_intel_fpga.c b/drivers/pci/pcie_intel_fpga.c index 3cd