Re: [PATCH 1/2] AT91: Remove fixed mapping for AT91RM9200 ethernet
From: David Miller <davem@davemloft.net>
Date: 2012-04-29 01:52:30
Also in:
linux-arm-kernel, lkml
From: David Miller <davem@davemloft.net>
Date: 2012-04-29 01:52:30
Also in:
linux-arm-kernel, lkml
From: Nicolas Ferre <redacted> Date: Thu, 26 Apr 2012 12:30:42 +0200
From: Andrew Victor <redacted> 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 <redacted> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <redacted> Signed-off-by: Nicolas Ferre <redacted>
Applied to net-next.