Re: [PATCHv5 3/4] pci: layerscape: Add the EP mode support.

2019-01-21 Thread Kishon Vijay Abraham I
Hi Xiaowei, On 21/01/19 3:14 PM, Xiaowei Bao wrote: > Add the PCIe EP mode support for layerscape platform. > > Signed-off-by: Xiaowei Bao > Reviewed-by: Minghuan Lian > Reviewed-by: Zhiqiang Hou This patch looks good to me, except for using epc->features which I've tried to get rid of in

[PATCHv5 3/4] pci: layerscape: Add the EP mode support.

2019-01-21 Thread Xiaowei Bao
Add the PCIe EP mode support for layerscape platform. Signed-off-by: Xiaowei Bao Reviewed-by: Minghuan Lian Reviewed-by: Zhiqiang Hou --- v2: - remove the EP mode check function. v3: - modif the return value when enter default case. v4: - no change. v5: - no change.