Re: [PATCH v2 0/2] Add Stratix10 PCIe Root Port support

2019-01-01 Thread Ley Foon Tan
On Mon, 2018-12-31 at 10:15 -0600, Bjorn Helgaas wrote: > On Mon, Dec 31, 2018 at 04:24:51PM +0800, Ley Foon Tan wrote: > > > > Add PCIe Root Port support for Stratix10 device and also update > "Stratix10" is a big step better than "StratixXX" because a web > search > for the latter finds nothing,

Re: [PATCH v2 0/2] Add Stratix10 PCIe Root Port support

2018-12-31 Thread Bjorn Helgaas
On Mon, Dec 31, 2018 at 04:24:51PM +0800, Ley Foon Tan wrote: > Add PCIe Root Port support for Stratix10 device and also update "Stratix10" is a big step better than "StratixXX" because a web search for the latter finds nothing, while the former does find useful things. Intel materials on the web

[PATCH v2 0/2] Add Stratix10 PCIe Root Port support

2018-12-31 Thread Ley Foon Tan
Add PCIe Root Port support for Stratix10 device and also update device tree binding documentation. v1 -> v2: - - Add define S10_TLP_FMTTYPE_* macros. - Remove initialize structure members to NULL/zero. - Rename *_funcs to *_data. - Update comment and fix coding style warning from checkpatc