From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 0/2] ARM: OMAP2420: Fix ethernet support Date: Fri, 14 Dec 2012 11:06:53 -0800 Message-ID: <20121214190653.GK4989@atomide.com> References: <1352844140-11103-1-git-send-email-jon-hunter@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-04-ewr.mailhop.org ([204.13.248.74]:45089 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932138Ab2LNTG4 (ORCPT ); Fri, 14 Dec 2012 14:06:56 -0500 Content-Disposition: inline In-Reply-To: <1352844140-11103-1-git-send-email-jon-hunter@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Jon Hunter Cc: linux-omap , linux-arm * Jon Hunter [121113 14:04]: > Fix ethernet support for OMAP2420 and remove legacy code for ethernet > configuration. Thanks applying both into omap-for-v3.8/fixes-for-merge-window. Regards, Tony > Jon Hunter (2): > ARM: OMAP2420: Fix ethernet support for OMAP2420 H4 > ARM: OMAP: Remove debug-devices.c > > arch/arm/mach-omap2/board-h4.c | 80 +++++++----------------------- > arch/arm/mach-omap2/debug-devices.h | 9 ---- > arch/arm/plat-omap/Makefile | 1 - > arch/arm/plat-omap/debug-devices.c | 93 ----------------------------------- > 4 files changed, 19 insertions(+), 164 deletions(-) > delete mode 100644 arch/arm/mach-omap2/debug-devices.h > delete mode 100644 arch/arm/plat-omap/debug-devices.c > > -- > 1.7.9.5 >