Re: [PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width

2013-10-17 Thread Matt Porter
On Fri, Oct 11, 2013 at 08:37:31AM -0500, Felipe Balbi wrote: > Hi, > > On Thu, Oct 10, 2013 at 11:21:30PM -0400, Matt Porter wrote: > > On 10/10/2013 03:07 PM, Matt Porter wrote: > > >On 10/10/2013 01:57 PM, Paul Zimmerman wrote: > > >>>From: Felipe Balbi [mailto:ba...@ti.com] > > >>>Sent: Thursd

Re: [PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width

2013-10-11 Thread Felipe Balbi
Hi, On Thu, Oct 10, 2013 at 11:21:30PM -0400, Matt Porter wrote: > On 10/10/2013 03:07 PM, Matt Porter wrote: > >On 10/10/2013 01:57 PM, Paul Zimmerman wrote: > >>>From: Felipe Balbi [mailto:ba...@ti.com] > >>>Sent: Thursday, October 10, 2013 10:46 AM > >>> > >>>On Thu, Oct 10, 2013 at 12:54:40PM

Re: [PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width

2013-10-10 Thread Matt Porter
On 10/10/2013 03:07 PM, Matt Porter wrote: On 10/10/2013 01:57 PM, Paul Zimmerman wrote: From: Felipe Balbi [mailto:ba...@ti.com] Sent: Thursday, October 10, 2013 10:46 AM On Thu, Oct 10, 2013 at 12:54:40PM -0400, Matt Porter wrote: On 10/10/2013 11:29 AM, Felipe Balbi wrote: On Mon, Oct 07,

Re: [PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width

2013-10-10 Thread Matt Porter
On 10/10/2013 01:57 PM, Paul Zimmerman wrote: From: Felipe Balbi [mailto:ba...@ti.com] Sent: Thursday, October 10, 2013 10:46 AM On Thu, Oct 10, 2013 at 12:54:40PM -0400, Matt Porter wrote: On 10/10/2013 11:29 AM, Felipe Balbi wrote: On Mon, Oct 07, 2013 at 06:12:29AM -0400, Matt Porter wrote:

Re: [PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width

2013-10-10 Thread Felipe Balbi
Hi, On Thu, Oct 10, 2013 at 06:14:19PM +, Paul Zimmerman wrote: > > From: Felipe Balbi [mailto:ba...@ti.com] > > Sent: Thursday, October 10, 2013 11:07 AM > > > > On Thu, Oct 10, 2013 at 05:57:54PM +, Paul Zimmerman wrote: > > > > From: Felipe Balbi [mailto:ba...@ti.com] > > > > Sent: Thu

RE: [PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width

2013-10-10 Thread Paul Zimmerman
> From: Felipe Balbi [mailto:ba...@ti.com] > Sent: Thursday, October 10, 2013 11:07 AM > > On Thu, Oct 10, 2013 at 05:57:54PM +, Paul Zimmerman wrote: > > > From: Felipe Balbi [mailto:ba...@ti.com] > > > Sent: Thursday, October 10, 2013 10:46 AM > > > > > > On Thu, Oct 10, 2013 at 12:54:40PM -

Re: [PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width

2013-10-10 Thread Felipe Balbi
Hi, On Thu, Oct 10, 2013 at 05:57:54PM +, Paul Zimmerman wrote: > > From: Felipe Balbi [mailto:ba...@ti.com] > > Sent: Thursday, October 10, 2013 10:46 AM > > > > On Thu, Oct 10, 2013 at 12:54:40PM -0400, Matt Porter wrote: > > > On 10/10/2013 11:29 AM, Felipe Balbi wrote: > > > >On Mon, Oct

RE: [PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width

2013-10-10 Thread Paul Zimmerman
> From: Felipe Balbi [mailto:ba...@ti.com] > Sent: Thursday, October 10, 2013 10:46 AM > > On Thu, Oct 10, 2013 at 12:54:40PM -0400, Matt Porter wrote: > > On 10/10/2013 11:29 AM, Felipe Balbi wrote: > > >On Mon, Oct 07, 2013 at 06:12:29AM -0400, Matt Porter wrote: > > >>Extend dwc2 binding with a

Re: [PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width

2013-10-10 Thread Felipe Balbi
Hi, On Thu, Oct 10, 2013 at 12:54:40PM -0400, Matt Porter wrote: > On 10/10/2013 11:29 AM, Felipe Balbi wrote: > >On Mon, Oct 07, 2013 at 06:12:29AM -0400, Matt Porter wrote: > >>Extend dwc2 binding with an optional utmi phy width property. > >>Enable the s3c-hsotg.c driver to use standard dwc2 bi

Re: [PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width

2013-10-10 Thread Matt Porter
On 10/10/2013 11:29 AM, Felipe Balbi wrote: On Mon, Oct 07, 2013 at 06:12:29AM -0400, Matt Porter wrote: Extend dwc2 binding with an optional utmi phy width property. Enable the s3c-hsotg.c driver to use standard dwc2 binding and enable configuration of the UTMI phy width based on the property.

Re: [PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width

2013-10-10 Thread Felipe Balbi
On Mon, Oct 07, 2013 at 06:12:29AM -0400, Matt Porter wrote: > Extend dwc2 binding with an optional utmi phy width property. > Enable the s3c-hsotg.c driver to use standard dwc2 binding > and enable configuration of the UTMI phy width based on the > property. > > Signed-off-by: Matt Porter > Revi

[PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width

2013-10-07 Thread Matt Porter
Extend dwc2 binding with an optional utmi phy width property. Enable the s3c-hsotg.c driver to use standard dwc2 binding and enable configuration of the UTMI phy width based on the property. Signed-off-by: Matt Porter Reviewed-by: Markus Mayer Reviewed-by: Tim Kryger --- Documentation/devicetr