devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] add support for HiSilicon STB xHCI host controller
@ 2018-05-04  9:20 sunjg79
  2018-05-04  9:20 ` [PATCH 1/2] dt-bindings: usb: add bindings doc " sunjg79
  2018-05-04  9:20 ` [PATCH 2/2] xhci: hisilicon: support " sunjg79
  0 siblings, 2 replies; 5+ messages in thread
From: sunjg79 @ 2018-05-04  9:20 UTC (permalink / raw)
  To: mathias.nyman, gregkh, robh+dt
  Cc: shawn.guo, xuejiancheng, linux-usb, devicetree, Jianguo Sun

From: Jianguo Sun <sunjianguo1@huawei.com>

This patch set adds bindings doc and xhci driver for xHCI host controller
on HiSilicon STB SoCs.

Jianguo Sun (2):
  dt-bindings: usb: add bindings doc for HiSilicon STB xHCI host
    controller
  xhci: hisilicon: support HiSilicon STB xHCI host controller

 .../bindings/usb/hisilicon,histb-xhci.txt          |  40 ++
 drivers/usb/host/Kconfig                           |   7 +
 drivers/usb/host/Makefile                          |   1 +
 drivers/usb/host/xhci-histb.c                      | 409 +++++++++++++++++++++
 4 files changed, 457 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/hisilicon,histb-xhci.txt
 create mode 100644 drivers/usb/host/xhci-histb.c

-- 
2.7.4



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

end of thread, other threads:[~2018-05-04 10:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-04  9:20 [PATCH 0/2] add support for HiSilicon STB xHCI host controller sunjg79
2018-05-04  9:20 ` [PATCH 1/2] dt-bindings: usb: add bindings doc " sunjg79
2018-05-04  9:20 ` [PATCH 2/2] xhci: hisilicon: support " sunjg79
2018-05-04  9:59   ` Chunfeng Yun
2018-05-04 10:32     ` Jianguo Sun

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