]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Atmel MACB ethernet driver
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Thu, 9 Nov 2006 13:51:17 +0000 (14:51 +0100)
committerJeff Garzik <jeff@garzik.org>
Sat, 2 Dec 2006 05:12:04 +0000 (00:12 -0500)
commitcbc8b6754e173a01022b8456f897a14d1965c1f7
tree077d9fc145310468675de8487d87580dea75c554
parent05a08ae6f474cd9b7ddbceb0e2d180b34f588994
[PATCH] Atmel MACB ethernet driver

Driver for the Atmel MACB on-chip ethernet module.

Tested on AVR32/AT32AP7000/ATSTK1000. I've heard rumours that it works
with AT91SAM9260 as well, and it may be possible to share some code with
the at91_ether driver for AT91RM9200.

Hardware documentation can be found in the AT32AP7000 data sheet,
which can be downloaded from

http://www.atmel.com/dyn/products/datasheets.asp?family_id=682

Changes since previous version:
  * Probe for PHY ID instead of depending on it being provided through
    platform_data.
  * Grab initial ethernet address from the MACB registers instead
    of depending on platform_data.
  * Set MII/RMII mode correctly.

These changes are mostly about making the driver more compatible with
the at91 infrastructure.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
MAINTAINERS
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/macb.c [new file with mode: 0644]
drivers/net/macb.h [new file with mode: 0644]