dm9000: Support MAC address setting through platform data.
authorLaurent Pinchart <laurentp@cse-semaphore.com>
Wed, 23 Jul 2008 15:41:52 +0000 (17:41 +0200)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 7 Aug 2008 06:22:54 +0000 (02:22 -0400)
The dm9000 driver reads the chip's MAC address from the attached EEPROM. When
no EEPROM is present, or when the MAC address is invalid, it falls back to
reading the address from the chip.

This patch lets platform code set the desired MAC address through platform
data.

Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

No differences found