| To: | ralf@linux-mips.org, linux-mips@linux-mips.org, netdev@vger.kernel.org, gregkh@suse.de |
|---|---|
| Subject: | [PATCH 0/2] Fix ethernet driver for Octeon based Movidis hardware |
| From: | David Daney <ddaney@caviumnetworks.com> |
| Date: | Thu, 1 Apr 2010 18:17:53 -0700 |
| Cc: | davem@davemloft.net, David Daney <ddaney@caviumnetworks.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
The Movidis X16 bootloader doesn't enable the mdio bus. The first
patch fixes this by enabling the mdio bus when the driver is
initialized.
Also the addresses of the PHYs was unknown for this device. The
second patch adds the corresponding PHY addresses.
With both patches applied I can successfully use all eight Ethernet
ports.
Please consider for 2.6.34. Since Octeon is an embedded MIPS SOC it
is unlikely to break the kernel for any workstations. Any or all of
these could be considered for merging via Ralf's linux-mips.org tree.
Thanks,
David Daney (2):
netdev: phy/mdio-octeon: Enable the hardware before using it.
staging: octeon-ethernet: Use proper phy addresses for Movidis
hardware.
drivers/net/phy/mdio-octeon.c | 10 ++++++++++
drivers/staging/octeon/cvmx-helper-board.c | 8 ++++++++
2 files changed, 18 insertions(+), 0 deletions(-)
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2/2] staging: octeon-ethernet: Use proper phy addresses for Movidis hardware., David Daney |
|---|---|
| Next by Date: | Re: [PATCH 0/2] Fix ethernet driver for Octeon based Movidis hardware, David Miller |
| Next by Thread: | [PATCH 1/2] netdev: phy/mdio-octeon: Enable the hardware before using it., David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |