[U-Boot] [PATCH v2 4/7] tegra: Allow boards to perform early GPIO setup

2012-05-25 Thread Thierry Reding
The new gpio_early_init() function, which does nothing by default, can be overridden by boards to configure GPIOs at an early stage. Signed-off-by: Thierry Reding --- Changes in v2: - new patch required for TEC support board/nvidia/common/board.c |7 +++ board/nvidia/common/board.h |

Re: [U-Boot] [PATCH v2 4/7] tegra: Allow boards to perform early GPIO setup

2012-05-25 Thread Stephen Warren
On 05/25/2012 07:46 AM, Thierry Reding wrote: > The new gpio_early_init() function, which does nothing by default, can > be overridden by boards to configure GPIOs at an early stage. > diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c > int board_early_init_f(void) > { >

Re: [U-Boot] [PATCH v2 4/7] tegra: Allow boards to perform early GPIO setup

2012-05-25 Thread Thierry Reding
* Stephen Warren wrote: > On 05/25/2012 07:46 AM, Thierry Reding wrote: > > The new gpio_early_init() function, which does nothing by default, can > > be overridden by boards to configure GPIOs at an early stage. > > > diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c > > >

Re: [U-Boot] [PATCH v2 4/7] tegra: Allow boards to perform early GPIO setup

2012-05-25 Thread Thierry Reding
* Thierry Reding wrote: > Furthermore I'll need to rebase the patches onto the Tegra branch due to the > major restructuring of the configuration files. This isn't true. But I'll still have to respin because of the MAINTAINERS entry and the other points that you brought up, so let me know if I sho

Re: [U-Boot] [PATCH v2 4/7] tegra: Allow boards to perform early GPIO setup

2012-05-31 Thread Tom Warren
Thierry, > -Original Message- > From: Thierry Reding [mailto:thierry.red...@avionic-design.de] > Sent: Friday, May 25, 2012 11:00 AM > To: Stephen Warren > Cc: u-boot@lists.denx.de; Tom Warren; Simon Glass > Subject: Re: [PATCH v2 4/7] tegra: Allow boards to perform early GPIO setup > > *

Re: [U-Boot] [PATCH v2 4/7] tegra: Allow boards to perform early GPIO setup

2012-06-03 Thread Thierry Reding
* Tom Warren wrote: > Thierry, > > > -Original Message- > > From: Thierry Reding [mailto:thierry.red...@avionic-design.de] > > Sent: Friday, May 25, 2012 11:00 AM > > To: Stephen Warren > > Cc: u-boot@lists.denx.de; Tom Warren; Simon Glass > > Subject: Re: [PATCH v2 4/7] tegra: Allow board

Re: [U-Boot] [PATCH v2 4/7] tegra: Allow boards to perform early GPIO setup

2012-06-04 Thread Tom Warren
Thierry, > -Original Message- > From: Thierry Reding [mailto:thierry.red...@avionic-design.de] > Sent: Sunday, June 03, 2012 11:09 PM > To: Tom Warren > Cc: Stephen Warren; u-boot@lists.denx.de; Simon Glass > Subject: Re: [PATCH v2 4/7] tegra: Allow boards to perform early GPIO setup > >