Re: [Rfi] [PATCH v2 0/6] PCI: altera: Cleanups

2016-10-13 Thread Ley Foon Tan
implify TLB_CFG_DW0 usage >> PCI: altera: Simplify TLP_CFG_DW1 usage > > I applied these to pci/host-altera for v4.9. I hope to ask Linus to > pull them tomorrow, so if you see any issues, let me know soon. Acked-by: Ley Foon Tan ___ Rfi mailing list Rfi@lists.rocketboards.org http://lists.rocketboards.org/cgi-bin/mailman/listinfo/rfi

Re: [Rfi] [PATCH -next] PCI: altera: Remove redundant dev_err call in altera_pcie_parse_dt()

2016-10-17 Thread Ley Foon Tan
dev_err(dev, "failed to map cra memory\n"); > + if (IS_ERR(pcie->cra_base)) > return PTR_ERR(pcie->cra_base); > - } > > /* setup IRQ */ > pcie->irq = platform_get_irq(pdev, 0); > Acked-by: Ley Foon Tan ___

Re: [Rfi] PCI: altera: Fix TLP completion status

2017-02-16 Thread Ley Foon Tan
On Thu, Feb 16, 2017 at 5:54 PM, yhu2 wrote: > PCI: altera: Fix TLP completion status > > 'Completion Status' value in TLP should be b15:13 while the fix is > using b14:12 > > Signed-off-by: Hu Yadi > --- > drivers/pci/host/pcie-altera.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Ple