netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Please pull for-2.6.26 branch of linux-2.6-mv643xx_eth.git
@ 2008-04-01 19:03 Dale Farnsworth
  2008-04-12  9:10 ` Jeff Garzik
  0 siblings, 1 reply; 4+ messages in thread
From: Dale Farnsworth @ 2008-04-01 19:03 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: netdev, Lennert Buytenhek

Hi Jeff,

Please pull from the following git repository:
  git://git.farnsworth.org/dale/linux-2.6-mv643xx_eth.git for-2.6.26

It contains the commits below, which were previously posted on netdev.

Thanks,
-Dale


Lennert Buytenhek (7):
      mv643xx_eth: mp->tx_desc_count needs spinlock protection
      mv643xx_eth: various cleanups
      mv643xx_eth: identify ports by struct mv643xx_private *
      mv643xx_eth: report netdev name in all printks
      mv643xx_eth: pass port identifier to register accessors
      mv643xx_eth: only print banner once
      mv643xx_eth: update copyright

 drivers/net/mv643xx_eth.c |  473 ++++++++++++++++++++++-----------------------
 1 files changed, 230 insertions(+), 243 deletions(-)

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

* Re: Please pull for-2.6.26 branch of linux-2.6-mv643xx_eth.git
  2008-04-01 19:03 Dale Farnsworth
@ 2008-04-12  9:10 ` Jeff Garzik
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Garzik @ 2008-04-12  9:10 UTC (permalink / raw)
  To: Dale Farnsworth; +Cc: netdev, Lennert Buytenhek

Dale Farnsworth wrote:
> Hi Jeff,
> 
> Please pull from the following git repository:
>   git://git.farnsworth.org/dale/linux-2.6-mv643xx_eth.git for-2.6.26
> 
> It contains the commits below, which were previously posted on netdev.
> 
> Thanks,
> -Dale
> 
> 
> Lennert Buytenhek (7):
>       mv643xx_eth: mp->tx_desc_count needs spinlock protection
>       mv643xx_eth: various cleanups
>       mv643xx_eth: identify ports by struct mv643xx_private *
>       mv643xx_eth: report netdev name in all printks
>       mv643xx_eth: pass port identifier to register accessors
>       mv643xx_eth: only print banner once
>       mv643xx_eth: update copyright

pulled



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

* Please pull for-2.6.26 branch of linux-2.6-mv643xx_eth.git
@ 2008-04-29 16:34 Dale Farnsworth
  2008-05-06 16:23 ` Jeff Garzik
  0 siblings, 1 reply; 4+ messages in thread
From: Dale Farnsworth @ 2008-04-29 16:34 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: netdev, Lennert Buytenhek

Hi Jeff,

The following changes since commit e31a94ed371c70855eb30b77c490d6d85dd4da26:
  Linus Torvalds (1):
    Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus

are available in the git repository at:

  git://git.farnsworth.org/dale/linux-2.6-mv643xx_eth.git for-2.6.26

Please pull.

Lennert Buytenhek (5):
      mv643xx_eth: get rid of static variables, allow multiple instances
      mv643xx_eth: mbus decode window support
      mv643xx_eth: configurable t_clk
      mv643xx_eth: shorten shared platform driver name
      mv643xx_eth: inter-mv643xx SMI port sharing

 arch/arm/mach-orion5x/common.c            |    2 +
 arch/powerpc/platforms/chrp/pegasos_eth.c |    4 +
 arch/powerpc/sysdev/mv64x60_dev.c         |    2 +
 arch/ppc/syslib/mv64x60.c                 |    3 +
 drivers/net/mv643xx_eth.c                 |  160 ++++++++++++++++++++++-------
 include/linux/mv643xx_eth.h               |   16 +++-
 6 files changed, 148 insertions(+), 39 deletions(-)


Thanks,
-Dale

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

* Re: Please pull for-2.6.26 branch of linux-2.6-mv643xx_eth.git
  2008-04-29 16:34 Please pull for-2.6.26 branch of linux-2.6-mv643xx_eth.git Dale Farnsworth
@ 2008-05-06 16:23 ` Jeff Garzik
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Garzik @ 2008-05-06 16:23 UTC (permalink / raw)
  To: Dale Farnsworth; +Cc: netdev, Lennert Buytenhek

Dale Farnsworth wrote:
> Hi Jeff,
> 
> The following changes since commit e31a94ed371c70855eb30b77c490d6d85dd4da26:
>   Linus Torvalds (1):
>     Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
> 
> are available in the git repository at:
> 
>   git://git.farnsworth.org/dale/linux-2.6-mv643xx_eth.git for-2.6.26
> 
> Please pull.
> 
> Lennert Buytenhek (5):
>       mv643xx_eth: get rid of static variables, allow multiple instances
>       mv643xx_eth: mbus decode window support
>       mv643xx_eth: configurable t_clk
>       mv643xx_eth: shorten shared platform driver name
>       mv643xx_eth: inter-mv643xx SMI port sharing
> 
>  arch/arm/mach-orion5x/common.c            |    2 +
>  arch/powerpc/platforms/chrp/pegasos_eth.c |    4 +
>  arch/powerpc/sysdev/mv64x60_dev.c         |    2 +
>  arch/ppc/syslib/mv64x60.c                 |    3 +
>  drivers/net/mv643xx_eth.c                 |  160 ++++++++++++++++++++++-------
>  include/linux/mv643xx_eth.h               |   16 +++-
>  6 files changed, 148 insertions(+), 39 deletions(-)

pulled



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

end of thread, other threads:[~2008-05-06 16:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-29 16:34 Please pull for-2.6.26 branch of linux-2.6-mv643xx_eth.git Dale Farnsworth
2008-05-06 16:23 ` Jeff Garzik
  -- strict thread matches above, loose matches on Subject: below --
2008-04-01 19:03 Dale Farnsworth
2008-04-12  9:10 ` Jeff Garzik

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