public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] add support for HiSilicon STB xHCI host controller
@ 2018-05-05 10:09 sunjg79
  2018-05-05 10:09 ` [PATCH v2 1/2] dt-bindings: usb: add bindings doc " sunjg79
  2018-05-05 10:09 ` [PATCH v2 2/2] xhci: hisilicon: support " sunjg79
  0 siblings, 2 replies; 5+ messages in thread
From: sunjg79 @ 2018-05-05 10:09 UTC (permalink / raw)
  To: mathias.nyman, gregkh, robh+dt
  Cc: shawn.guo, xuejiancheng, chunfeng.yun, 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.

v2 changes:
  - add optional properties in bindings doc
  - assign the value of imod_interval
  - remove unnecessary codes

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          |  46 +++
 drivers/usb/host/Kconfig                           |   7 +
 drivers/usb/host/Makefile                          |   1 +
 drivers/usb/host/xhci-histb.c                      | 413 +++++++++++++++++++++
 4 files changed, 467 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-08  3:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-05 10:09 [PATCH v2 0/2] add support for HiSilicon STB xHCI host controller sunjg79
2018-05-05 10:09 ` [PATCH v2 1/2] dt-bindings: usb: add bindings doc " sunjg79
2018-05-07 17:09   ` Rob Herring
2018-05-08  3:27     ` Jianguo Sun
2018-05-05 10:09 ` [PATCH v2 2/2] xhci: hisilicon: support " sunjg79

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox