From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 4.mo2.mail-out.ovh.net ([87.98.172.75] helo=mo2.mail-out.ovh.net) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Tzx9o-0004Sc-2U for barebox@lists.infradead.org; Mon, 28 Jan 2013 22:26:28 +0000 Received: from mail606.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo2.mail-out.ovh.net (Postfix) with SMTP id 29CFFDC1AFB for ; Mon, 28 Jan 2013 23:36:22 +0100 (CET) Date: Mon, 28 Jan 2013 23:25:10 +0100 From: Jean-Christophe PLAGNIOL-VILLARD Message-ID: <20130128222510.GS26329@game.jcrosoft.org> MIME-Version: 1.0 Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 0/2] macb: sync with linux and prepare for gmac support To: barebox@lists.infradead.org HI, The following changes since commit aff77ab814543ac61d0b3a00fcb6d1efefe24150: Merge branch 'for-next/omap' into next (2013-01-28 08:29:48 +0100) are available in the git repository at: git://git.jcrosoft.org/barebox.git delivery/macb for you to fetch changes up to 7f3b3f22956d05718ab6a643afea26ada8c6d8c9: macb: allow to pass the phy interface (2013-01-29 05:11:55 +0800) ---------------------------------------------------------------- Jean-Christophe PLAGNIOL-VILLARD (2): macb: sync register access and clock with the kernel macb: allow to pass the phy interface arch/arm/boards/at91rm9200ek/init.c | 2 +- arch/arm/boards/at91sam9260ek/init.c | 2 +- arch/arm/boards/at91sam9263ek/init.c | 2 +- arch/arm/boards/at91sam9m10g45ek/init.c | 2 +- arch/arm/boards/at91sam9x5ek/init.c | 2 +- arch/arm/boards/pm9263/init.c | 2 +- arch/arm/boards/pm9g45/init.c | 2 +- arch/arm/boards/qil-a9260/init.c | 2 +- arch/arm/boards/tny-a926x/init.c | 2 +- arch/arm/boards/usb-a926x/init.c | 2 +- arch/arm/mach-at91/at91rm9200_devices.c | 2 +- arch/arm/mach-at91/at91sam9260_devices.c | 2 +- arch/arm/mach-at91/at91sam9263_devices.c | 2 +- arch/arm/mach-at91/at91sam9g45_devices.c | 2 +- arch/arm/mach-at91/at91sam9x5_devices.c | 4 ++-- arch/arm/mach-at91/include/mach/board.h | 3 ++- drivers/net/at91_ether.c | 2 +- drivers/net/macb.c | 69 ++++++++++++++++++++++++++++++--------------------------------------- drivers/net/macb.h | 6 ++++++ 19 files changed, 55 insertions(+), 57 deletions(-) Best Regards, J. _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox