| To: | Dale Farnsworth <dale@farnsworth.org> |
|---|---|
| Subject: | Re: [PATCH 2/2] mv643xx_eth: Place explicit port number in mv643xx_eth_platform_data |
| From: | Jeff Garzik <jeff@garzik.org> |
| Date: | Fri, 02 Mar 2007 20:17:32 -0500 |
| Cc: | linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-mips@linux-mips.org, Ralf Baechle <ralf@linux-mips.org> |
| In-reply-to: | <20070301233324.GA20193@xyzzy.farnsworth.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20070301233148.GA19550@xyzzy.farnsworth.org> <20070301233324.GA20193@xyzzy.farnsworth.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Thunderbird 1.5.0.9 (X11/20070212) |
Dale Farnsworth wrote: We were using the platform_device.id field to identify which ethernet port is used for mv643xx_eth device. This is not generally correct. It will be incorrect, for example, if a hardware platform uses a single port but not the first port. Here, we add an explicit port_number field to struct mv643xx_eth_platform_data. This makes the mv643xx_eth_platform_data structure required, but that isn't an issue since all users currently provide it already. Signed-off-by: Dale Farnsworth <dale@farnsworth.org> --- arch/mips/momentum/jaguar_atx/platform.c | 8 ++ arch/mips/momentum/ocelot_3/platform.c | 8 ++ arch/mips/momentum/ocelot_c/platform.c | 4 +arch/powerpc/platforms/chrp/pegasos_eth.c | 2 arch/ppc/syslib/mv64x60.c | 12 +++-drivers/net/mv643xx_eth.c | 59 ++++++++++----------include/linux/mv643xx.h | 1 7 files changed, 62 insertions(+), 32 deletions(-) ACK but not applied, patch corrupted |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 1/2] mv643xx_eth: move mac_addr inside mv643xx_eth_platform_data, Jeff Garzik |
|---|---|
| Next by Date: | Re: [PATCH 1/7] MTX-1 watchdog driver, Ralf Baechle |
| Previous by Thread: | [PATCH 2/2] mv643xx_eth: Place explicit port number in mv643xx_eth_platform_data, Dale Farnsworth |
| Next by Thread: | Re: [PATCH 1/2] mv643xx_eth: move mac_addr inside mv643xx_eth_platform_data, Jeff Garzik |
| Indexes: | [Date] [Thread] [Top] [All Lists] |