Re: [U-Boot] [PATCH] Add support for USB on PSC3 for the mpc5200

2009-08-18 Thread Remy Bohmer
Hello, 2009/8/13 Eric Millbrandt emillbra...@coldhaus.com: Support USB on PSC3 on the mpc5200.  Before this patch, enabling USB support would reconfigure PSC4 and PSC5 to USB.  The mpc5200 does not support USB enabled on both the standard USB port and PSC3.  This patch masks the appropriate

Re: [U-Boot] [PATCH] Add support for USB on PSC3 for the mpc5200

2009-08-18 Thread Wolfgang Denk
Dear Remy Bohmer, In message 3efb10970908180032w57826ddexeae344ae52a8b...@mail.gmail.com you wrote: Except from the fact that IMHO this driver belongs in the drivers/usb section (and being merged into the existing ohci-driver): Agreed... Acked-by: Remy Bohmer li...@bohmer.net Thanks.

Re: [U-Boot] [PATCH] Add support for USB on PSC3 for the mpc5200

2009-08-18 Thread Wolfgang Denk
Dear Eric Millbrandt, In message 20090813131409.m57...@coldhaus.com you wrote: Support USB on PSC3 on the mpc5200. Before this patch, enabling USB support would reconfigure PSC4 and PSC5 to USB. The mpc5200 does not support USB enabled on both the standard USB port and PSC3. This patch

[U-Boot] [PATCH] Add support for USB on PSC3 for the mpc5200

2009-08-13 Thread Eric Millbrandt
Support USB on PSC3 on the mpc5200. Before this patch, enabling USB support would reconfigure PSC4 and PSC5 to USB. The mpc5200 does not support USB enabled on both the standard USB port and PSC3. This patch masks the appropriate bits when enabling USB. Signed-off-by: Eric Millbrandt

Re: [U-Boot] [PATCH] Add support for USB on PSC3 for the mpc5200

2009-08-13 Thread Grant Likely
On Thu, Aug 13, 2009 at 7:32 AM, Eric Millbrandtemillbra...@coldhaus.com wrote: Support USB on PSC3 on the mpc5200.  Before this patch, enabling USB support would reconfigure PSC4 and PSC5 to USB.  The mpc5200 does not support USB enabled on both the standard USB port and PSC3.  This patch