All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] add the imx8 pcie phy driver support
@ 2021-09-26  7:39 ` Richard Zhu
  0 siblings, 0 replies; 45+ messages in thread
From: Richard Zhu @ 2021-09-26  7:39 UTC (permalink / raw)
  To: l.stach, kishon, vkoul, robh, galak, shawnguo
  Cc: linux-phy, devicetree, linux-arm-kernel, linux-kernel, kernel, linux-imx

Refer to the discussion [1] when try to enable i.MX8MM PCIe support,
one standalone PCIe PHY driver should be seperated from i.MX PCIe
driver when enable i.MX8MM PCIe support.

This patch-set adds the standalone PCIe PHY driver suport, and as a
preparatory to add the i.MX8MM PCIe support later.

The PCIe works on i.MX8MM EVK board based the the blkctrl power driver
[2] and this PHY driver patch-set.

[1] https://patchwork.ozlabs.org/project/linux-pci/patch/20210510141509.929120-3-l.stach@pengutronix.de/
[2] https://patchwork.kernel.org/project/linux-arm-kernel/cover/20210910202640.980366-1-l.stach@pengutronix.de/

Changes v1 --> v2:
- Update the license of the dt-binding header file to make the license
  compatible with dts files.
- Fix the dt_binding_check errors.

[PATCH v2 1/4] dt-bindings: phy: phy-imx8-pcie: Add binding for the
[PATCH v2 2/4] dt-bindings: phy: add imx8 pcie phy driver support
[PATCH v2 3/4] arm64: dts: imx8mm: add the pcie phy support
[PATCH v2 4/4] phy: freescale: pcie: initialize the imx8 pcie

Documentation/devicetree/bindings/phy/fsl,imx8-pcie-phy.yaml |  67 ++++++++++++++++++++++++++++++++
arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi                |   4 ++
arch/arm64/boot/dts/freescale/imx8mm.dtsi                    |  12 ++++++
drivers/phy/freescale/Kconfig                                |   9 +++++
drivers/phy/freescale/Makefile                               |   1 +
drivers/phy/freescale/phy-fsl-imx8-pcie.c                    | 167 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
include/dt-bindings/phy/phy-imx8-pcie.h                      |  14 +++++++
7 files changed, 274 insertions(+)


^ permalink raw reply	[flat|nested] 45+ messages in thread

end of thread, other threads:[~2021-10-11  7:50 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-26  7:39 [PATCH v2 0/4] add the imx8 pcie phy driver support Richard Zhu
2021-09-26  7:39 ` Richard Zhu
2021-09-26  7:39 ` Richard Zhu
2021-09-26  7:39 ` [PATCH v2 1/4] dt-bindings: phy: phy-imx8-pcie: Add binding for the pad modes of imx8 pcie phy Richard Zhu
2021-09-26  7:39   ` Richard Zhu
2021-09-26  7:39   ` Richard Zhu
2021-09-27  8:27   ` Lucas Stach
2021-09-27  8:27     ` Lucas Stach
2021-09-27  8:27     ` Lucas Stach
2021-09-28  2:28     ` Richard Zhu
2021-09-28  2:28       ` Richard Zhu
2021-09-28  2:28       ` Richard Zhu
2021-09-26  7:39 ` [PATCH v2 2/4] dt-bindings: phy: add imx8 pcie phy driver support Richard Zhu
2021-09-26  7:39   ` Richard Zhu
2021-09-26  7:39   ` Richard Zhu
2021-09-27  8:32   ` Lucas Stach
2021-09-27  8:32     ` Lucas Stach
2021-09-27  8:32     ` Lucas Stach
2021-09-28  2:37     ` Richard Zhu
2021-09-28  2:37       ` Richard Zhu
2021-09-28  2:37       ` Richard Zhu
2021-09-26  7:39 ` [PATCH v2 3/4] arm64: dts: imx8mm: add the pcie phy support Richard Zhu
2021-09-26  7:39   ` Richard Zhu
2021-09-26  7:39   ` Richard Zhu
2021-09-27  8:35   ` Lucas Stach
2021-09-27  8:35     ` Lucas Stach
2021-09-27  8:35     ` Lucas Stach
2021-09-28  2:38     ` Richard Zhu
2021-09-28  2:38       ` Richard Zhu
2021-09-28  2:38       ` Richard Zhu
2021-09-26  7:39 ` [PATCH v2 4/4] phy: freescale: pcie: initialize the imx8 pcie standalone phy driver Richard Zhu
2021-09-26  7:39   ` Richard Zhu
2021-09-26  7:39   ` Richard Zhu
2021-09-27  8:43   ` Lucas Stach
2021-09-27  8:43     ` Lucas Stach
2021-09-27  8:43     ` Lucas Stach
2021-09-28  7:09     ` Richard Zhu
2021-09-28  7:09       ` Richard Zhu
2021-09-28  7:09       ` Richard Zhu
2021-09-28  8:43       ` Lucas Stach
2021-09-28  8:43         ` Lucas Stach
2021-09-28  8:43         ` Lucas Stach
2021-10-11  7:47         ` Richard Zhu
2021-10-11  7:47           ` Richard Zhu
2021-10-11  7:47           ` Richard Zhu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.