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)
commit5b9974b13e3648b6821a6d2aab408ce7cef60ce3
tree0ac9b88705c1408a4f39b355f244f2235331adb1
parent7902c16b9a5b7001d79940d6b4e99366d6e525d8
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]