> -----Original Message----- > From: linux-omap-owner@xxxxxxxxxxxxxxx [mailto:linux-omap- > owner@xxxxxxxxxxxxxxx] On Behalf Of Stanley.Miao > Sent: Wednesday, April 14, 2010 2:00 PM > To: linux-omap@xxxxxxxxxxxxxxx > Cc: tony@xxxxxxxxxxx > Subject: [PATCH 02/12] AM3517: Add platform init code for EMAC driver > > Add platform init code for EMAC driver. > > Signed-off-by: Stanley.Miao <stanley.miao@xxxxxxxxxxxxx> > --- > arch/arm/mach-omap2/board-am3517evm.c | 114 > +++++++++++++++++++++++++++++ > arch/arm/mach-omap2/include/mach/am35xx.h | 9 ++ > 2 files changed, 123 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-omap2/board-am3517evm.c b/arch/arm/mach- > omap2/board-am3517evm.c > index 6ae8805..db542b2 100644 > --- a/arch/arm/mach-omap2/board-am3517evm.c > +++ b/arch/arm/mach-omap2/board-am3517evm.c > @@ -20,6 +20,7 @@ > #include <linux/init.h> > #include <linux/platform_device.h> > #include <linux/gpio.h> > +#include <linux/davinci_emac.h> > #include <linux/i2c/pca953x.h> > > #include <mach/hardware.h> > @@ -30,6 +31,7 @@ > > #include <plat/board.h> > #include <plat/common.h> > +#include <plat/control.h> > #include <plat/usb.h> > #include <plat/display.h> -- snip -- This patch has been posted earlier. Refer, https://patchwork.kernel.org/patch/84921/ https://patchwork.kernel.org/patch/84919/ Tony, Any updates on these Regards Sriram -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html