Re: [U-Boot] [PATCH v2 0/7] Move Tegra EHCI drive to correct place

2013-01-28 Thread Tom Warren
Marek, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Sunday, January 27, 2013 4:49 PM > To: Stephen Warren > Cc: Lucas Stach; u-boot@lists.denx.de; Tom Warren; Simon Glass > Subject: Re: [PATCH v2 0/7] Move Tegra EHCI drive to correct place > > Dear Stephen Warre

Re: [U-Boot] [PATCH v2 0/7] Move Tegra EHCI drive to correct place

2013-01-28 Thread Stephen Warren
On 01/27/2013 04:48 PM, Marek Vasut wrote: > Dear Stephen Warren, > >> On 01/25/2013 07:26 PM, Marek Vasut wrote: >>> Dear Lucas Stach, >>> This moves out the Tegra EHCI driver from a platform specific directory to the standard driver/usb/host dir. This is a preparation needed

Re: [U-Boot] [PATCH v2 0/7] Move Tegra EHCI drive to correct place

2013-01-27 Thread Marek Vasut
Dear Stephen Warren, > On 01/25/2013 07:26 PM, Marek Vasut wrote: > > Dear Lucas Stach, > > > >> This moves out the Tegra EHCI driver from a platform specific directory > >> to the standard driver/usb/host dir. > >> > >> This is a preparation needed to share this driver between Tegra20 and > >>

Re: [U-Boot] [PATCH v2 0/7] Move Tegra EHCI drive to correct place

2013-01-27 Thread Stephen Warren
On 01/25/2013 07:26 PM, Marek Vasut wrote: > Dear Lucas Stach, > >> This moves out the Tegra EHCI driver from a platform specific directory >> to the standard driver/usb/host dir. >> >> This is a preparation needed to share this driver between Tegra20 and >> Tegra30. No functional change in here,

Re: [U-Boot] [PATCH v2 0/7] Move Tegra EHCI drive to correct place

2013-01-25 Thread Marek Vasut
Dear Lucas Stach, > This moves out the Tegra EHCI driver from a platform specific directory > to the standard driver/usb/host dir. > > This is a preparation needed to share this driver between Tegra20 and > Tegra30. No functional change in here, so Tegra30 is still not working. > > Patch 6 could

Re: [U-Boot] [PATCH v2 0/7] Move Tegra EHCI drive to correct place

2013-01-25 Thread Lucas Stach
Hello Tom, Am Freitag, den 25.01.2013, 08:07 -0800 schrieb Tom Warren: > I tried to apply this to u-boot-tegra/next and it needed some massaging to > get it to apply cleanly. Minor stuff, but you'll need to rebase it on top of > current u-boot-tegra/next (I just pushed a new version with my 'Mov

Re: [U-Boot] [PATCH v2 0/7] Move Tegra EHCI drive to correct place

2013-01-25 Thread Tom Warren
Lucas, -Original Message- From: Lucas Stach [mailto:d...@lynxeye.de] Sent: Friday, January 25, 2013 7:41 AM To: u-boot@lists.denx.de Cc: Tom Warren; Marek Vasut; Simon Glass; Stephen Warren Subject: [PATCH v2 0/7] Move Tegra EHCI drive to correct place This moves out the Tegra EHCI drive

[U-Boot] [PATCH v2 0/7] Move Tegra EHCI drive to correct place

2013-01-25 Thread Lucas Stach
This moves out the Tegra EHCI driver from a platform specific directory to the standard driver/usb/host dir. This is a preparation needed to share this driver between Tegra20 and Tegra30. No functional change in here, so Tegra30 is still not working. Patch 6 could be a lot smaller if it were gene