Re: [U-Boot] [PATCH 1/3] tegra: usb: Add USB support to Tamonten boards

2012-05-24 Thread Thierry Reding
* Stephen Warren wrote: > On 05/24/2012 03:07 PM, Thierry Reding wrote: > > * Stephen Warren wrote: > >> On 05/24/2012 01:04 AM, Thierry Reding wrote: > >>> This adds basic USB support for port 0. Device tree support is > >>> needed to initialize the USB EHCI and will be added in a > >>> subsequent

Re: [U-Boot] [PATCH 1/3] tegra: usb: Add USB support to Tamonten boards

2012-05-24 Thread Stephen Warren
On 05/24/2012 03:07 PM, Thierry Reding wrote: > * Stephen Warren wrote: >> On 05/24/2012 01:04 AM, Thierry Reding wrote: >>> This adds basic USB support for port 0. Device tree support is >>> needed to initialize the USB EHCI and will be added in a >>> subsequent patch. ... >> The code here duplica

Re: [U-Boot] [PATCH 1/3] tegra: usb: Add USB support to Tamonten boards

2012-05-24 Thread Thierry Reding
* Stephen Warren wrote: > On 05/24/2012 01:04 AM, Thierry Reding wrote: > > This adds basic USB support for port 0. Device tree support is needed to > > initialize the USB EHCI and will be added in a subsequent patch. > > I don't think this is anything in particular to do with USB support "for > p

Re: [U-Boot] [PATCH 1/3] tegra: usb: Add USB support to Tamonten boards

2012-05-24 Thread Stephen Warren
On 05/24/2012 01:04 AM, Thierry Reding wrote: > This adds basic USB support for port 0. Device tree support is needed to > initialize the USB EHCI and will be added in a subsequent patch. I don't think this is anything in particular to do with USB support "for port 0"; it's general USB support. T

[U-Boot] [PATCH 1/3] tegra: usb: Add USB support to Tamonten boards

2012-05-24 Thread Thierry Reding
This adds basic USB support for port 0. Device tree support is needed to initialize the USB EHCI and will be added in a subsequent patch. Signed-off-by: Thierry Reding --- board/avionic-design/common/tamonten.c | 11 +++ board/avionic-design/common/tamonten.h |2 +- 2 files changed