[PATCH] mv643xx_eth: Clean up platform_data configuration
authorDale Farnsworth <dale@farnsworth.org>
Fri, 27 Jan 2006 08:18:01 +0000 (01:18 -0700)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 27 Jan 2006 16:11:16 +0000 (11:11 -0500)
commit01999873a455fe9104e91820c72849e608239928
tree24695d2629535ed0ccfdaa26d028705bca0eaecf
parentd0412d967032b9e147bcbacc9ff0c0342636cf2d
[PATCH] mv643xx_eth: Clean up platform_data configuration

We shouldn't expose the hardware register contents in platform_data.
The only things we allow the user to configure are autoneg, speed, and
duplex.  Add specific platform_data fields for these values and remove
the registers configs.

Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
arch/ppc/platforms/hdpu.c
drivers/net/mv643xx_eth.c
drivers/net/mv643xx_eth.h
include/linux/mv643xx.h