
11 Nov
2016
11 Nov
'16
5:18 p.m.
On 10 November 2016 at 03:58, Zhiqiang Hou Zhiqiang.Hou@nxp.com wrote:
From: Minghuan Lian Minghuan.Lian@nxp.com
There are more than five kinds of Layerscape SoCs. unfortunately, PCIe controller of each SoC is a little bit different. In order to avoid too many macro definitions, the patch addes a new implementation of PCIe driver based on DM. PCIe dts node is used to describe the difference.
Signed-off-by: Minghuan Lian Minghuan.Lian@nxp.com Signed-off-by: Hou Zhiqiang Zhiqiang.Hou@nxp.com
V2:
- Rebased the driver against the latest code.
drivers/pci/Kconfig | 8 + drivers/pci/pcie_layerscape.c | 761 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 769 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org
So far as I understand it....
- Simon