devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Enable usb2 function on poplar board
@ 2017-07-26  6:05 Jiancheng Xue
  2017-07-26  6:06 ` [PATCH v2 1/4] dt-bindings: phy-hisi-inno-usb2: add support for hisi-inno-usb2 phy Jiancheng Xue
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Jiancheng Xue @ 2017-07-26  6:05 UTC (permalink / raw)
  To: robh+dt, kishon, xuwei5, catalin.marinas
  Cc: devicetree, linux-kernel, linux-arm-kernel, hermit.wangheming,
	project-aspen-dev, Jiancheng Xue

This patchset is mainly used to enable the usb2 function on poplar board,
including usb2 phy drivers, dts nodes and configs.

Jiancheng Xue (3):
  dt-bindings: phy-hisi-inno-usb2: add support for hisi-inno-usb2 phy
  arm64: dts: hisilicon: add usb2 controller and phy nodes for poplar
    board.
  arm64: defconfig: enable some drivers for hi3798cv200-poplar board.

Pengcheng Li (1):
  phy: add inno-usb2-phy driver for hi3798cv200 SoC

 .../devicetree/bindings/phy/phy-hisi-inno-usb2.txt |  31 +++
 .../boot/dts/hisilicon/hi3798cv200-poplar.dts      |  13 ++
 arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi     |  60 ++++++
 arch/arm64/configs/defconfig                       |   4 +
 drivers/phy/hisilicon/Kconfig                      |  11 +-
 drivers/phy/hisilicon/Makefile                     |   1 +
 drivers/phy/hisilicon/phy-hisi-inno-usb2.c         | 236 +++++++++++++++++++++
 7 files changed, 355 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/phy/phy-hisi-inno-usb2.txt
 create mode 100644 drivers/phy/hisilicon/phy-hisi-inno-usb2.c

-- 
1.9.1

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

end of thread, other threads:[~2017-08-04  5:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-26  6:05 [PATCH v2 0/4] Enable usb2 function on poplar board Jiancheng Xue
2017-07-26  6:06 ` [PATCH v2 1/4] dt-bindings: phy-hisi-inno-usb2: add support for hisi-inno-usb2 phy Jiancheng Xue
2017-08-03 18:54   ` Rob Herring
2017-07-26  6:06 ` [PATCH v2 2/4] phy: add inno-usb2-phy driver for hi3798cv200 SoC Jiancheng Xue
     [not found]   ` <1501049163-18892-3-git-send-email-xuejiancheng-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org>
2017-08-04  5:26     ` Kishon Vijay Abraham I
2017-07-26  6:06 ` [PATCH v2 3/4] arm64: dts: hisilicon: add usb2 controller and phy nodes for poplar board Jiancheng Xue
2017-07-26  6:06 ` [PATCH v2 4/4] arm64: defconfig: enable some drivers for hi3798cv200-poplar board Jiancheng Xue

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).