[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181218040702.29231-1-andrew.smirnov@gmail.com>
Date: Mon, 17 Dec 2018 20:06:59 -0800
From: Andrey Smirnov <andrew.smirnov@...il.com>
To: Lorenzo Pieralisi <lorenzo.pieralisi@....com>
Cc: Andrey Smirnov <andrew.smirnov@...il.com>,
Bjorn Helgaas <bhelgaas@...gle.com>,
Fabio Estevam <fabio.estevam@....com>,
Chris Healy <cphealy@...il.com>,
Lucas Stach <l.stach@...gutronix.de>,
Leonard Crestez <leonard.crestez@....com>,
"A.s. Dong" <aisheng.dong@....com>,
Richard Zhu <hongxing.zhu@....com>, linux-imx@....com,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-pci@...r.kernel.org
Subject: [PATCH v3 0/3] PCIE support for i.MX8MQ
Everyone:
This series contains changes I made in order to enable support of PCIE
IP block on i.MX8MQ SoCs.
Changes since [v2], [fixes]:
- Incorporated [patch] introducing drvdata
- i.MX6 PHY operation gating converted to a single patch and to use a
dedicated flag instead of doing explicit variant check
- Kconfig entry changed to use ARM64 && ARCH_MXC
- Dropped FALLTHROUGH annotations
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
[patch] https://patchwork.kernel.org/patch/10712261/
[fixes] https://lore.kernel.org/linux-arm-kernel/20181216230916.22982-1-andrew.smirnov@gmail.com
[v2] https://lore.kernel.org/linux-arm-kernel/20181206073545.10967-1-andrew.smirnov@gmail.com
[v1] https://lore.kernel.org/linux-arm-kernel/20181117181225.10737-1-andrew.smirnov@gmail.com/
Andrey Smirnov (3):
PCI: imx6: introduce drvdata
PCI: imx6: Mark PHY functions as i.MX6 specific
PCI: imx6: Add support for i.MX8MQ
.../bindings/pci/fsl,imx6q-pcie.txt | 6 +-
drivers/pci/controller/dwc/Kconfig | 4 +-
drivers/pci/controller/dwc/pci-imx6.c | 150 +++++++++++++++---
3 files changed, 136 insertions(+), 24 deletions(-)
--
2.19.1
Powered by blists - more mailing lists