On Wed, Dec 05, 2018 at 11:35:42PM -0800, Andrey Smirnov wrote: > Everyone: > > This series contains changes I made in order to enable support of PCIE > IP block on i.MX8MQ SoCs (full tree can be found at [github-v2]). > > NOTE: The last patch have a Kconfig symbol depenency on [imx8mq-kconfig]. > > Changes since [v1]: > > - Driver changed to use single "fsl,controller-id" property to > distinguish between two intances of PCIE IP block > > - All code pertaining to L1SS was dropped to simplify the patch > > - Documented additions to DT bindings > > Feedback is welcome! > > Thanks, > Andrey Smirnov Andrey, I have applied the patches, I would like to make the CC list in standard format so I kindly ask you firstname/surname for cphealy@xxxxxxxxx, I could not find it in the maintainers list but I want to keep the CC list as per patches (I removed the lists, though). Thanks, Lorenzo > [v1] https://lore.kernel.org/linux-arm-kernel/20181117181225.10737-1-andrew.smirnov@xxxxxxxxx/ > [github-v2] https://github.com/ndreys/linux/commits/imx8mq-pcie-v2 > [imx8mq-kconfig] https://lore.kernel.org/linux-arm-kernel/20181114175242.12468-1-l.stach@xxxxxxxxxxxxxx/ > > Andrey Smirnov (3): > PCI: imx: No-op imx6_setup_phy_mpll() on i.MX7D > PCI: imx: No-op imx6_pcie_reset_phy() on i.MX7D > PCI: imx: Add support for i.MX8MQ > > .../bindings/pci/fsl,imx6q-pcie.txt | 6 +- > drivers/pci/controller/dwc/Kconfig | 2 +- > drivers/pci/controller/dwc/pci-imx6.c | 87 ++++++++++++++++++- > 3 files changed, 90 insertions(+), 5 deletions(-) > > -- > 2.19.1 >