From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Tue, 13 Sep 2011 19:43:01 +0200 Subject: [U-Boot] Pull request u-boot-marvell.git In-Reply-To: References: Message-ID: <4E6F9625.50008@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Prafulla, Le 13/09/2011 15:08, Prafulla Wadaskar a ?crit : > Hi Albert > > Please kindly pull > The following changes since commit 07db205b5186ac9722a1f141d97c9a67c43c4ae1: > Joe Hershberger (1): > omap4_panda: Ignore omap4 SPL called MLO > > are available in the git repository at: > > u-boot-marvell.git next branch. > > Ajay Bhargav (3): > net: Adds Fast Ethernet Controller driver for Armada100 > Armada100: Enable Ethernet support for GplugD > Armada100: Enable 88E3015 PHY support for GplugD > > arch/arm/include/asm/arch-armada100/armada100.h | 58 ++ > arch/arm/include/asm/arch-armada100/mfp.h | 19 + > board/Marvell/gplugd/gplugd.c | 71 +++ > drivers/net/Makefile | 1 + > drivers/net/armada100_fec.c | 736 +++++++++++++++++++++++ > drivers/net/armada100_fec.h | 232 +++++++ > include/configs/gplugd.h | 30 +- > include/netdev.h | 1 + > 8 files changed, 1146 insertions(+), 2 deletions(-) > create mode 100644 drivers/net/armada100_fec.c > create mode 100644 drivers/net/armada100_fec.h > > Regards.. > Prafulla . . I assume that this 'next' branch is actually your 'master' for the upcoming release, and you want me to apply it to u-boot-arm/master, right? If so, please use 'master' as the branch to pull next time, so that there is no doubt what you are asking. Amicalement, -- Albert.