[U-Boot] [PATCH 2/8] tegra: usb: make controller init functions more self contained

2012-10-30 Thread Lucas Stach
There is no need to pass around all those parameters. The init functions are able to easily extract all the needed setup info on their own. Signed-off-by: Lucas Stach d...@lynxeye.de --- arch/arm/cpu/armv7/tegra20/usb.c | 24 1 Datei geändert, 12 Zeilen hinzugefügt(+),

Re: [U-Boot] [PATCH 2/8] tegra: usb: make controller init functions more self contained

2012-10-30 Thread Simon Glass
Hi Lucas, On Tue, Oct 30, 2012 at 2:22 AM, Lucas Stach d...@lynxeye.de wrote: There is no need to pass around all those parameters. The init functions are able to easily extract all the needed setup info on their own. Signed-off-by: Lucas Stach d...@lynxeye.de ---

Re: [U-Boot] [PATCH 2/8] tegra: usb: make controller init functions more self contained

2012-10-30 Thread Lucas Stach
Hello Simon, Am Dienstag, den 30.10.2012, 06:03 -0700 schrieb Simon Glass: Hi Lucas, On Tue, Oct 30, 2012 at 2:22 AM, Lucas Stach d...@lynxeye.de wrote: There is no need to pass around all those parameters. The init functions are able to easily extract all the needed setup info on their

Re: [U-Boot] [PATCH 2/8] tegra: usb: make controller init functions more self contained

2012-10-30 Thread Simon Glass
Hi Lucas, On Tue, Oct 30, 2012 at 6:16 AM, Lucas Stach d...@lynxeye.de wrote: Hello Simon, Am Dienstag, den 30.10.2012, 06:03 -0700 schrieb Simon Glass: Hi Lucas, On Tue, Oct 30, 2012 at 2:22 AM, Lucas Stach d...@lynxeye.de wrote: There is no need to pass around all those parameters. The