linux/drivers/net/ethernet/cadence
Andrew Victor c5f0f83c3b 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 <linux@maxim.org.za>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-04-28 21:48:37 -04:00
..
at91_ether.c AT91: Remove fixed mapping for AT91RM9200 ethernet 2012-04-28 21:48:37 -04:00
at91_ether.h AT91: Remove fixed mapping for AT91RM9200 ethernet 2012-04-28 21:48:37 -04:00
Kconfig Merge branch 'mxs/saif' into next/drivers 2011-12-06 14:23:35 +00:00
macb.c macb: Support the get_ts_info ethtool method. 2012-04-04 05:28:47 -04:00
macb.h net/macb: add DT support for Cadence macb/gem driver 2011-12-16 13:11:00 +01:00
Makefile