From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 1/2] AT91: Remove fixed mapping for AT91RM9200 ethernet Date: Sat, 28 Apr 2012 21:49:12 -0400 (EDT) Message-ID: <20120428.214912.1328835829329133918.davem@davemloft.net> References: <3ad9b1273c4f30d42dcc3bdf6d03470111246f14.1335435759.git.nicolas.ferre@atmel.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, avictor.za@gmail.com, plagnioj@jcrosoft.com To: nicolas.ferre@atmel.com Return-path: In-Reply-To: <3ad9b1273c4f30d42dcc3bdf6d03470111246f14.1335435759.git.nicolas.ferre@atmel.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Nicolas Ferre Date: Thu, 26 Apr 2012 12:30:42 +0200 > From: Andrew Victor > > The AT91RM9200 Ethernet controller still has a fixed IO mapping. > So: > * Remove the fixed IO mapping and AT91_VA_BASE_EMAC definition. > * Pass the physical base-address via platform-resources to the driver. > * Convert at91_ether.c driver to perform an ioremap(). > * Ethernet PHY detection needs to be performed during the driver > initialization process, it can no longer be done first. > > Signed-off-by: Andrew Victor > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > Signed-off-by: Nicolas Ferre Applied to net-next.