> From: Matthijs Kooijman [mailto:[email protected]] > Sent: Monday, April 15, 2013 3:32 AM > > 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 <[email protected]> > > --- > v2: remove useless debug prints > change module author and copyright > use "usb" in devicetree example instead of "otg" > v3: make building as a module work > --- > Documentation/devicetree/bindings/staging/dwc2.txt | 15 +++ > drivers/staging/dwc2/Kconfig | 6 +- > drivers/staging/dwc2/Makefile | 2 + > drivers/staging/dwc2/hcd.c | 1 + > drivers/staging/dwc2/platform.c | 145 > +++++++++++++++++++++ > 5 files changed, 167 insertions(+), 2 deletions(-)
Acked-by: Paul Zimmerman <[email protected]> -- 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
