]> git.baikalelectronics.ru Git - kernel.git/commit
net: Add support for the KS8695 ethernet devices.
authorDaniel Silverstone <dsilvers@simtec.co.uk>
Fri, 12 Dec 2008 05:00:29 +0000 (21:00 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Dec 2008 05:00:29 +0000 (21:00 -0800)
commit6a4a2ff5344e1cecdbc8ab93d140e05625443f8d
tree05f3c3564c5895e80a94895d000be4dda8070ead
parent643800557e03cf3cbd9a814e6b612e2f7c0f6cf7
net: Add support for the KS8695 ethernet devices.

Implements the KS8695 ethernet device (ks8695net).

This driver is only of use on the KS8695 which is an ARM9 based SoC. The
documentation on this SoC is sparse and poor, with barely a register
description and a rough outline of how the ethernet works, this driver was
therefore written with strong reference to the Micrel supplied Linux 2.6.9
port, and to Andrew Victor's ks8695eth driver.

Signed-off-by: Daniel Silverstone <dsilvers@simtec.co.uk>
Signed-off-by: Vincent Sanders <vince@simtec.co.uk>
Acked-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/arm/Kconfig
drivers/net/arm/Makefile
drivers/net/arm/ks8695net.c [new file with mode: 0644]
drivers/net/arm/ks8695net.h [new file with mode: 0644]