All of lore.kernel.org
 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   ` [1/2] " sunjg79
  2018-05-04  9:20   ` [2/2] " sunjg79
  0 siblings, 2 replies; 9+ 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] 9+ messages in thread

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

Thread overview: 9+ 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   ` [1/2] " sunjg79
2018-05-04  9:20 ` [PATCH 2/2] xhci: hisilicon: support " sunjg79
2018-05-04  9:20   ` [2/2] " sunjg79
2018-05-04  9:59   ` [PATCH 2/2] " Chunfeng Yun
2018-05-04  9:59     ` [2/2] " Chunfeng Yun
2018-05-04 10:32     ` [PATCH 2/2] " Jianguo Sun
2018-05-04 10:32       ` [2/2] " sunjg79

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.