All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add new UniPhier AHCI PHY driver
@ 2020-06-19  2:36 ` Kunihiko Hayashi
  0 siblings, 0 replies; 10+ 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] 10+ messages in thread

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

Thread overview: 10+ 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 ` 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   ` Kunihiko Hayashi
2020-06-29 21:55   ` Rob Herring
2020-06-29 21:55     ` Rob Herring
2020-06-30  8:29     ` Kunihiko Hayashi
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
2020-06-19  2:36   ` Kunihiko Hayashi

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.