Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1696823
| From | Jiancheng Xue <xuejiancheng@hisilicon.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/4] Enable usb2 function on poplar board |
| Date | 2017-07-26 08:40 +0200 |
| Message-ID | <u7o9b-5d2-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v2 0/4] Enable usb2 function on poplar board Jiancheng Xue <xuejiancheng@hisilicon.com> - 2017-07-26 08:40 +0200
csiph-web