netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Improvements to octeon_ethernet.
@ 2010-02-15 20:12 David Daney
  2010-02-15 20:13 ` [PATCH 1/4] Staging: octeon: remove unneeded includes David Daney
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: David Daney @ 2010-02-15 20:12 UTC (permalink / raw)
  To: ralf.baechle, linux-mips, Netdev, Greg Kroah-Hartman

Here are a couple of improvements to the octeon_ethernet in
drivers/staging/octeon.  The first patch is just cleanup, the rest are
genuine bug fixes.

I will reply with the four patches.

We may want to merge via Ralf's linux-mips.org tree as Octeon is
infact a MIPS based SOC and he has a bunch of other patches queued
there that these depend on.

David Daney (4):
   Staging: octeon: remove unneeded includes
   Staging: Octeon:  Run phy bus accesses on a workqueue.
   MIPS: Octeon: Do proper acknowledgment of CIU timer interrupts.
   Staging: Octeon:  Free transmit SKBs in a timely manner.

  arch/mips/cavium-octeon/octeon-irq.c      |   67 +++++++++++++-
  drivers/staging/octeon/Kconfig            |    1 -
  drivers/staging/octeon/ethernet-defines.h |    5 +-
  drivers/staging/octeon/ethernet-mdio.h    |    1 -
  drivers/staging/octeon/ethernet-rgmii.c   |   56 +++++++++---
  drivers/staging/octeon/ethernet-sgmii.c   |    1 -
  drivers/staging/octeon/ethernet-spi.c     |    1 -
  drivers/staging/octeon/ethernet-tx.c      |  137 
++++++++++++++++++++++------
  drivers/staging/octeon/ethernet-tx.h      |    6 +-
  drivers/staging/octeon/ethernet-xaui.c    |    1 -
  drivers/staging/octeon/ethernet.c         |  141 
++++++++++++++++-------------
  drivers/staging/octeon/octeon-ethernet.h  |   11 ++-
  12 files changed, 303 insertions(+), 125 deletions(-)

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

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

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-15 20:12 [PATCH 0/4] Improvements to octeon_ethernet David Daney
2010-02-15 20:13 ` [PATCH 1/4] Staging: octeon: remove unneeded includes David Daney
2010-02-17 14:17   ` Ralf Baechle
2010-02-15 20:13 ` [PATCH 2/4] Staging: Octeon: Run phy bus accesses on a workqueue David Daney
2010-02-17 14:17   ` Ralf Baechle
2010-02-15 20:13 ` [PATCH 3/4] MIPS: Octeon: Do proper acknowledgment of CIU timer interrupts David Daney
2010-02-17 14:17   ` Ralf Baechle
2010-02-15 20:13 ` [PATCH 4/4] Staging: Octeon: Free transmit SKBs in a timely manner David Daney
2010-02-15 20:27   ` Eric Dumazet
2010-02-15 20:41     ` David Daney
2010-02-15 21:11       ` Eric Dumazet
2010-02-15 22:05         ` David Daney
2010-02-15 23:06   ` [PATCH 4/4] Staging: Octeon: Free transmit SKBs in a timely manner (v2) David Daney
2010-02-17 14:17     ` Ralf Baechle
2010-02-15 21:05 ` [PATCH 0/4] Improvements to octeon_ethernet 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).