devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] add new UniPhier PCIe PHY driver
@ 2018-09-05  9:49 Kunihiko Hayashi
  2018-09-05  9:49 ` [PATCH 1/2] dt-bindings: phy: add UniPhier PCIe PHY description Kunihiko Hayashi
  2018-09-05  9:49 ` [PATCH 2/2] phy: socionext: add PCIe PHY driver support Kunihiko Hayashi
  0 siblings, 2 replies; 4+ messages in thread
From: Kunihiko Hayashi @ 2018-09-05  9:49 UTC (permalink / raw)
  To: Kishon Vijay Abraham I, Rob Herring, Mark Rutland,
	Masahiro Yamada
  Cc: linux-arm-kernel, linux-kernel, devicetree, Masami Hiramatsu,
	Jassi Brar, Kunihiko Hayashi

This series adds support for PCIe PHY interface implemented in Socionext
UniPhier SoCs. This driver supports LD20 and PXs3 SoCs.

This series contains changes to phy/Kconfig and phy/Makefile, and will conflict
with the preceding PHY patches for USB [1]. Either one needs to rebase itself
later.

[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2018-August/597430.html

Kunihiko Hayashi (2):
  dt-bindings: phy: add UniPhier PCIe PHY description
  phy: socionext: add PCIe PHY driver support

 .../devicetree/bindings/phy/uniphier-pcie-phy.txt  |  31 +++
 drivers/phy/Kconfig                                |   1 +
 drivers/phy/Makefile                               |   1 +
 drivers/phy/socionext/Kconfig                      |  12 ++
 drivers/phy/socionext/Makefile                     |   6 +
 drivers/phy/socionext/phy-uniphier-pcie.c          | 240 +++++++++++++++++++++
 6 files changed, 291 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/uniphier-pcie-phy.txt
 create mode 100644 drivers/phy/socionext/Kconfig
 create mode 100644 drivers/phy/socionext/Makefile
 create mode 100644 drivers/phy/socionext/phy-uniphier-pcie.c

-- 
2.7.4

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

end of thread, other threads:[~2018-09-17  5:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-05  9:49 [PATCH 0/2] add new UniPhier PCIe PHY driver Kunihiko Hayashi
2018-09-05  9:49 ` [PATCH 1/2] dt-bindings: phy: add UniPhier PCIe PHY description Kunihiko Hayashi
2018-09-17  5:45   ` Rob Herring
2018-09-05  9:49 ` [PATCH 2/2] phy: socionext: add PCIe PHY driver support Kunihiko Hayashi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).