]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commit7a3c66e2d322c638e9306e739d96b2192dacde88
tree05f3c3564c5895e80a94895d000be4dda8070ead
parent82a9928db560c429807f02467d22394f944a8916
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]