devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add new UniPhier AHCI PHY driver
@ 2020-06-19  2:36 Kunihiko Hayashi
  2020-06-19  2:36 ` [PATCH 1/2] dt-bindings: phy: Add UniPhier AHCI PHY description Kunihiko Hayashi
  2020-06-19  2:36 ` [PATCH 2/2] phy: socionext: Add UniPhier AHCI PHY driver support Kunihiko Hayashi
  0 siblings, 2 replies; 5+ messages in thread
From: Kunihiko Hayashi @ 2020-06-19  2:36 UTC (permalink / raw)
  To: Kishon Vijay Abraham I, Vinod Koul, Rob Herring, Masahiro Yamada
  Cc: linux-arm-kernel, linux-kernel, devicetree, Kunihiko Hayashi

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

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

 .../bindings/phy/socionext,uniphier-ahci-phy.yaml  |  76 +++++
 drivers/phy/socionext/Kconfig                      |  10 +
 drivers/phy/socionext/Makefile                     |   1 +
 drivers/phy/socionext/phy-uniphier-ahci.c          | 335 +++++++++++++++++++++
 4 files changed, 422 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml
 create mode 100644 drivers/phy/socionext/phy-uniphier-ahci.c

-- 
2.7.4


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

end of thread, other threads:[~2020-06-30  8:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-19  2:36 [PATCH 0/2] Add new UniPhier AHCI PHY driver Kunihiko Hayashi
2020-06-19  2:36 ` [PATCH 1/2] dt-bindings: phy: Add UniPhier AHCI PHY description Kunihiko Hayashi
2020-06-29 21:55   ` Rob Herring
2020-06-30  8:29     ` Kunihiko Hayashi
2020-06-19  2:36 ` [PATCH 2/2] phy: socionext: Add UniPhier AHCI 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).