[TMP] OMAP3EVM: Test gpmc nand & smsc911x

2012-04-05 Thread Afzal Mohammed
Signed-off-by: Afzal Mohammed --- arch/arm/mach-omap2/board-omap3evm.c | 95 +- 1 file changed, 94 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-omap2/board-omap3evm.c index 49df127..60938af 100644 --- a/arch/arm

Re: [TMP] OMAP3EVM: Test gpmc nand & smsc911x

2012-04-25 Thread Tony Lindgren
* Afzal Mohammed [120405 09:08]: > @@ -114,6 +147,8 @@ static struct omap_smsc911x_platform_data smsc911x_cfg = { > > static inline void __init omap3evm_init_smsc911x(void) > { > + struct gpmc_device_pdata *gpmc_smsc911x_info; > + > /* Configure ethernet controller reset gpio */ >

RE: [TMP] OMAP3EVM: Test gpmc nand & smsc911x

2012-04-25 Thread Mohammed, Afzal
Hi Tony, On Wed, Apr 25, 2012 at 22:17:26, Tony Lindgren wrote: > Obviously we can't merge any of this if until all the board-*.c files > are changed and tested. > > Can you maybe still keep the old interfaces in addition to the new ones > so we can do the conversion one board-*.c file at a time