From: Andrew Victor Date: Thu, 26 Apr 2012 00:30:42 +0000 (+0000) Subject: AT91: Remove fixed mapping for AT91RM9200 ethernet X-Git-Tag: v3.5-rc1~109^2~252 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5f0f83c3be4c965c40c78d52000db30c0ceab5d;p=pandora-kernel.git AT91: Remove fixed mapping for AT91RM9200 ethernet 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed