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

end of thread, other threads:[~2018-05-08  3:28 UTC | newest]

Thread overview: 9+ 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-05 10:09   ` [v2,1/2] " sunjg79
2018-05-07 17:09   ` [PATCH v2 1/2] " Rob Herring
2018-05-07 17:09     ` [v2,1/2] " Rob Herring
2018-05-08  3:27     ` [PATCH v2 1/2] " Jianguo Sun
2018-05-08  3:27       ` [v2,1/2] " sunjg79
2018-05-05 10:09 ` [PATCH v2 2/2] xhci: hisilicon: support " sunjg79
2018-05-05 10:09   ` [v2,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.