Re: [U-Boot] [PATCH 1/8] tegra: usb: convert USB_PORTS_MAX to be a define

2012-11-02 Thread Marek Vasut
Dear Lucas Stach, [...] Seeing Simon's comments, I expect new version of this series, right? Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 1/8] tegra: usb: convert USB_PORTS_MAX to be a define

2012-10-30 Thread Lucas Stach
No point in having this as an enum. Also while at it set it to the real hardware maximum for both Tegra 2 and Tegra 3. If new Tegra hardware includes more USB controllers we can always bump the limit then. Signed-off-by: Lucas Stach d...@lynxeye.de --- arch/arm/cpu/armv7/tegra20/usb.c | 4 +---

Re: [U-Boot] [PATCH 1/8] tegra: usb: convert USB_PORTS_MAX to be a define

2012-10-30 Thread Simon Glass
Hi Lucas, On Tue, Oct 30, 2012 at 2:22 AM, Lucas Stach d...@lynxeye.de wrote: No point in having this as an enum. Also while at it set it to the real hardware maximum for both Tegra 2 and Tegra 3. If new Tegra hardware includes more USB controllers we can always bump the limit then.

Re: [U-Boot] [PATCH 1/8] tegra: usb: convert USB_PORTS_MAX to be a define

2012-10-30 Thread Marek Vasut
Dear Simon Glass, Hi Lucas, On Tue, Oct 30, 2012 at 2:22 AM, Lucas Stach d...@lynxeye.de wrote: No point in having this as an enum. Also while at it set it to the real hardware maximum for both Tegra 2 and Tegra 3. If new Tegra hardware includes more USB controllers we can always bump

Re: [U-Boot] [PATCH 1/8] tegra: usb: convert USB_PORTS_MAX to be a define

2012-10-30 Thread Simon Glass
Hi Marek, On Tue, Oct 30, 2012 at 6:11 AM, Marek Vasut ma...@denx.de wrote: Dear Simon Glass, Hi Lucas, On Tue, Oct 30, 2012 at 2:22 AM, Lucas Stach d...@lynxeye.de wrote: No point in having this as an enum. Also while at it set it to the real hardware maximum for both Tegra 2 and Tegra