Re: [PATCH 1/2] pci: altera: Add StratixXX PCIe support

2018-12-30 Thread Ley Foon Tan
On Fri, 2018-12-28 at 21:12 -0600, Bjorn Helgaas wrote: > Run "git log --oneline drivers/pci/controller" and make your subject > line > match in style, phrasing, and capitalization. > > On Thu, Dec 27, 2018 at 01:09:45AM +0800, Ley Foon Tan wrote: > > > > Add PCIe rootport support for StratixXX d

Re: [PATCH 1/2] pci: altera: Add StratixXX PCIe support

2018-12-28 Thread Bjorn Helgaas
Run "git log --oneline drivers/pci/controller" and make your subject line match in style, phrasing, and capitalization. On Thu, Dec 27, 2018 at 01:09:45AM +0800, Ley Foon Tan wrote: > Add PCIe rootport support for StratixXX device. s/rootport/Root Port/ I don't know what the correct styling of "

[PATCH 1/2] pci: altera: Add StratixXX PCIe support

2018-12-26 Thread Ley Foon Tan
Add PCIe rootport support for StratixXX device. Main differences: - HIP interface - TLP programming flow Signed-off-by: Ley Foon Tan --- drivers/pci/controller/Kconfig |2 +- drivers/pci/controller/pcie-altera.c | 228 +++--- 2 files changed, 209 insertion