All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] enable usb2 function on poplar board.
@ 2017-06-21  9:00 ` Jiancheng Xue
  0 siblings, 0 replies; 26+ messages in thread
From: Jiancheng Xue @ 2017-06-21  9:00 UTC (permalink / raw)
  To: sboyd, robh+dt, kishon, xuwei5, catalin.marinas, balbi
  Cc: linux-arm-kernel, devicetree, linux-clk, linux-kernel, linux-usb,
	project-aspen-dev, yanhaifeng, Jiancheng Xue

This patchset is mainly used to enable usb2 function on poplar board.

Jiancheng Xue (4):
  clk: hisilicon: add usb2 clocks for hi3798cv200 SoC
  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 and configs for
    hi3798cv200-poplar board.

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

 .../devicetree/bindings/phy/phy-hisi-inno-usb2.txt |  36 +++
 .../boot/dts/hisilicon/hi3798cv200-poplar.dts      |  13 +
 arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi     |  47 ++++
 arch/arm64/configs/defconfig                       |  13 +-
 drivers/clk/hisilicon/crg-hi3798cv200.c            |  21 ++
 drivers/phy/Kconfig                                |  10 +
 drivers/phy/Makefile                               |   1 +
 drivers/phy/phy-hisi-inno-usb2.c                   | 287 +++++++++++++++++++++
 include/dt-bindings/clock/histb-clock.h            |   9 +-
 9 files changed, 435 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/phy/phy-hisi-inno-usb2.txt
 create mode 100644 drivers/phy/phy-hisi-inno-usb2.c

-- 
1.9.1

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

end of thread, other threads:[~2017-06-26 15:56 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-21  9:00 [PATCH 0/5] enable usb2 function on poplar board Jiancheng Xue
2017-06-21  9:00 ` Jiancheng Xue
2017-06-21  9:00 ` Jiancheng Xue
2017-06-21  9:00 ` [PATCH 1/5] clk: hisilicon: add usb2 clocks for hi3798cv200 SoC Jiancheng Xue
2017-06-21  9:00   ` Jiancheng Xue
2017-06-21  9:00   ` Jiancheng Xue
2017-06-21 17:46   ` Stephen Boyd
2017-06-21 17:46     ` Stephen Boyd
2017-06-21  9:00 ` [PATCH 2/5] dt-bindings: phy-hisi-inno-usb2: add support for hisi-inno-usb2 phy Jiancheng Xue
2017-06-21  9:00   ` Jiancheng Xue
2017-06-21  9:00   ` Jiancheng Xue
2017-06-22  8:23   ` Jiancheng Xue
2017-06-22  8:23     ` Jiancheng Xue
2017-06-26 15:56   ` Rob Herring
2017-06-26 15:56     ` Rob Herring
2017-06-21  9:00 ` [PATCH 3/5] phy: add inno-usb2-phy driver for hi3798cv200 SoC Jiancheng Xue
2017-06-21  9:00   ` Jiancheng Xue
2017-06-21  9:00   ` Jiancheng Xue
2017-06-21 10:52   ` [project-aspen-dev] " Daniel Thompson
2017-06-21 10:52     ` Daniel Thompson
2017-06-21  9:00 ` [PATCH 4/5] arm64: dts: hisilicon: add usb2 controller and phy nodes for poplar board Jiancheng Xue
2017-06-21  9:00   ` Jiancheng Xue
2017-06-21  9:00   ` Jiancheng Xue
2017-06-21  9:00 ` [PATCH 5/5] arm64: defconfig: enable some drivers and configs for hi3798cv200-poplar board Jiancheng Xue
2017-06-21  9:00   ` Jiancheng Xue
2017-06-21  9:00   ` Jiancheng Xue

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.