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

2013-04-11 Thread Felipe Balbi
Hi, On Thu, Apr 11, 2013 at 09:15:28PM +0200, Matthijs Kooijman wrote: > Hi Felipe, > > thanks for your comments. > > On Thu, Apr 11, 2013 at 09:36:23PM +0300, Felipe Balbi wrote: > > On Thu, Apr 11, 2013 at 06:43:48PM +0200, Matthijs Kooijman wrote: > > > This adds a dwc_platform.ko module that

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

2013-04-11 Thread Matthijs Kooijman
Hi Felipe, thanks for your comments. On Thu, Apr 11, 2013 at 09:36:23PM +0300, Felipe Balbi wrote: > On Thu, Apr 11, 2013 at 06:43:48PM +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

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

2013-04-11 Thread Paul Zimmerman
> From: Felipe Balbi [mailto:ba...@ti.com] > Sent: Thursday, April 11, 2013 11:36 AM > > On Thu, Apr 11, 2013 at 06:43:48PM +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: Matth

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

2013-04-11 Thread Felipe Balbi
On Thu, Apr 11, 2013 at 06:43:48PM +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 > --- > Documentation/devicetree/bindings/staging/dwc2.txt | 15 +++ > drivers/st

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

2013-04-11 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 --- Documentation/devicetree/bindings/staging/dwc2.txt | 15 +++ drivers/staging/dwc2/Kconfig | 6 +- drivers/staging/dwc2/Makefile