netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix ethernet driver for Octeon based Movidis hardware
@ 2010-04-02  1:17 David Daney
  2010-04-02  1:17 ` [PATCH 1/2] netdev: phy/mdio-octeon: Enable the hardware before using it David Daney
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: David Daney @ 2010-04-02  1:17 UTC (permalink / raw)
  To: ralf, linux-mips, netdev, gregkh; +Cc: davem, David Daney

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(-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-04-02 17:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-02  1:17 [PATCH 0/2] Fix ethernet driver for Octeon based Movidis hardware David Daney
2010-04-02  1:17 ` [PATCH 1/2] netdev: phy/mdio-octeon: Enable the hardware before using it David Daney
2010-04-02  1:17 ` [PATCH 2/2] staging: octeon-ethernet: Use proper phy addresses for Movidis hardware David Daney
2010-04-02  1:20 ` [PATCH 0/2] Fix ethernet driver for Octeon based " David Miller
2010-04-02 17:04   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).