From: Jianguo Sun <[email protected]>
This patch set adds bindings doc and xhci driver for xHCI host controller
on HiSilicon STB SoCs.
changes in v3:
- fix typo of "pipeE"
- remove optional property of "quirk-broken-port-ped"
changes in v2:
- 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 | 45 +++
drivers/usb/host/Kconfig | 7 +
drivers/usb/host/Makefile | 1 +
drivers/usb/host/xhci-histb.c | 410 +++++++++++++++++++++
4 files changed, 463 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 linux-usb" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html