aboutsummaryrefslogtreecommitdiff
path: root/include/linux/dm9000.h
AgeCommit message (Collapse)AuthorFilesLines
2008-02-11DM9000: Add platform flag for no attached EEPROMBen Dooks1-0/+1
Allow the platform data to specify to the DM9000 driver that there is no posibility of an attached EEPROM on the device, so default all reads to 0xff and ignore any write operations. Signed-off-by: Ben Dooks <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
2008-02-11DM9000: Add platform data to specify external phyBen Dooks1-0/+1
Patch from: Laurent Pinchart <[email protected]> This patch adds a flag to the DM9000 platform data which, when set, configures the device to use an external PHY. Signed-off-by: Laurent Pinchart <[email protected]> Signed-off-by: Ben Dooks <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
2005-05-15[PATCH] DM9000 network driverSascha Hauer1-0/+36
This patch adds support for the davicom dm9000 network driver. The dm9000 is found on some embedded arm boards such as the pimx1 or the scb9328. Signed-off-by: Sascha Hauer <[email protected]> Signed-off-by: Ben Dooks <[email protected]> Signed-off-by: Andrew Morton <[email protected]> diff -puN /dev/null drivers/net/dm9000.c