Re: [U-Boot] [PATCH v7 09/20] tegra: fdt: Add additional USB binding

2012-03-06 Thread Simon Glass
Hi Stephen, On Tue, Feb 28, 2012 at 10:49 AM, Stephen Warren wrote: > Simon Glass wrote at Tuesday, February 28, 2012 11:49 AM: >> On Tue, Feb 28, 2012 at 10:42 AM, Stephen Warren wrote: >> > Simon Glass wrote at Tuesday, February 28, 2012 11:08 AM: >> >> This adds a property to indicate a port

Re: [U-Boot] [PATCH v7 09/20] tegra: fdt: Add additional USB binding

2012-02-28 Thread Stephen Warren
Simon Glass wrote at Tuesday, February 28, 2012 11:49 AM: > On Tue, Feb 28, 2012 at 10:42 AM, Stephen Warren wrote: > > Simon Glass wrote at Tuesday, February 28, 2012 11:08 AM: > >> This adds a property to indicate a port which can switch between host and > >> device > >> mode. > >> > >> Signed-

Re: [U-Boot] [PATCH v7 09/20] tegra: fdt: Add additional USB binding

2012-02-28 Thread Simon Glass
Hi, On Tue, Feb 28, 2012 at 10:42 AM, Stephen Warren wrote: > Simon Glass wrote at Tuesday, February 28, 2012 11:08 AM: >> This adds a property to indicate a port which can switch between host and >> device >> mode. >> >> Signed-off-by: Simon Glass > > Acked-by: Stephen Warren > > (I can't rec

Re: [U-Boot] [PATCH v7 09/20] tegra: fdt: Add additional USB binding

2012-02-28 Thread Stephen Warren
Simon Glass wrote at Tuesday, February 28, 2012 11:08 AM: > This adds a property to indicate a port which can switch between host and > device > mode. > > Signed-off-by: Simon Glass Acked-by: Stephen Warren (I can't recall; did this patch make it into the kernel too?) -- nvpublic _

[U-Boot] [PATCH v7 09/20] tegra: fdt: Add additional USB binding

2012-02-28 Thread Simon Glass
This adds a property to indicate a port which can switch between host and device mode. Signed-off-by: Simon Glass --- Changes in v5: - Add dr_mode property to control host/device/otg mode - Add nvidia,has-legacy-mode property per review comments Changes in v7: - Fix space indent nit doc/device