RE: [PATCH 3/4 v3] staging: dwc2: add platform device bindings

2013-04-17 Thread Paul Zimmerman
> From: Matthijs Kooijman [mailto:matth...@stdin.nl] > 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 > > --- > v2: remove useless debug prints > change

Re: [PATCH 3/4 v3] staging: dwc2: add platform device bindings

2013-04-17 Thread Matthijs Kooijman
Hi Paul, On Mon, Apr 15, 2013 at 12:31:39PM +0200, Matthijs Kooijman wrote: > 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 > > --- > v2: remove useless debug prints > change module author and

[PATCH 3/4 v3] staging: dwc2: add platform device bindings

2013-04-15 Thread Matthijs Kooijman
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 --- v2: remove useless debug prints change module author and copyright use "usb" in devicetree example instead of "otg" v3: make building as a module