]> git.baikalelectronics.ru Git - kernel.git/commit
staging: dwc2: add platform device bindings
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 22 Apr 2013 21:00:19 +0000 (14:00 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Apr 2013 17:37:55 +0000 (10:37 -0700)
commit03755a02c139645a0081ebacd2c138e608835262
tree0ac9b88705c1408a4f39b355f244f2235331adb1
parent29ece8be57f58a7c0b6c6c0deeab537c620e5855
staging: dwc2: add platform device bindings

This adds a dwc_platform.ko module that can be loaded by using
compatible = "snps,dwc2" in a device tree.

Signed-off-by: Matthijs Kooijman <matthijs@stdin.nl>
Signed-off-by: Paul Zimmerman <paulz@synopsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/staging/dwc2.txt [new file with mode: 0644]
drivers/staging/dwc2/Kconfig
drivers/staging/dwc2/Makefile
drivers/staging/dwc2/hcd.c
drivers/staging/dwc2/platform.c [new file with mode: 0644]