From: Jianguo Sun <sunjianguo1@xxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html