linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Git pull request: Orion/Kirkwood stuff for 2.6.35
@ 2010-05-03 23:14 Nicolas Pitre
  2010-05-04  0:17 ` Ben Dooks
  2010-05-14 13:46 ` Nicolas Pitre
  0 siblings, 2 replies; 5+ messages in thread
From: Nicolas Pitre @ 2010-05-03 23:14 UTC (permalink / raw)
  To: linux-arm-kernel


Russell, could you pull:

    git://git.kernel.org/pub/scm/linux/kernel/git/nico/orion.git master

This contains what I have pending for Orion/Kirkwood so far.  Since I'm 
not working at Marvell anymore, I'm using a different server for this 
pull request.  If anyone at Marvell is willing to maintain this tree 
I'll be happy to pass the baton.  Otherwise I'll just collect patches 
but I don't expect to work much on it myself (this code is in 
maintenance mode anyway).

Arnaud Patard (1):
      [ARM] dns323-setup.c: fix WARN() when booting

Nicolas Pitre (1):
      update MAINTAINERS file

Siddarth Gore (1):
      [ARM] Kirkwood: Marvell GuruPlug support

Simon Guinot (3):
      [ARM] Kirkwood: add LaCie 2Big Network v2 support
      [ARM] Kirkwood: add LaCie 5Big Network v2 support
      [ARM] Kirkwood: merge net2big_v2 and net5big_v2 board setups

 MAINTAINERS                               |   12 +-
 arch/arm/mach-kirkwood/Kconfig            |   18 +
 arch/arm/mach-kirkwood/Makefile           |    3 +
 arch/arm/mach-kirkwood/guruplug-setup.c   |  131 +++++++
 arch/arm/mach-kirkwood/netxbig_v2-setup.c |  415 +++++++++++++++++++++++
 arch/arm/mach-orion5x/dns323-setup.c      |    1 +
 6 files changed, 574 insertions(+), 6 deletions(-)


Nicolas

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

* Git pull request: Orion/Kirkwood stuff for 2.6.35
  2010-05-03 23:14 Git pull request: Orion/Kirkwood stuff for 2.6.35 Nicolas Pitre
@ 2010-05-04  0:17 ` Ben Dooks
  2010-05-04  2:30   ` Nicolas Pitre
  2010-05-14 13:46 ` Nicolas Pitre
  1 sibling, 1 reply; 5+ messages in thread
From: Ben Dooks @ 2010-05-04  0:17 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, May 03, 2010 at 07:14:23PM -0400, Nicolas Pitre wrote:
> 
> Russell, could you pull:
> 
>     git://git.kernel.org/pub/scm/linux/kernel/git/nico/orion.git master
> 
> This contains what I have pending for Orion/Kirkwood so far.  Since I'm 
> not working at Marvell anymore, I'm using a different server for this 
> pull request.  If anyone at Marvell is willing to maintain this tree 
> I'll be happy to pass the baton.  Otherwise I'll just collect patches 
> but I don't expect to work much on it myself (this code is in 
> maintenance mode anyway).

Could the MAINTAINERS entry be updated, I know Lennert doesn't want to
receive kirkwood patches.
 
> Arnaud Patard (1):
>       [ARM] dns323-setup.c: fix WARN() when booting
> 
> Nicolas Pitre (1):
>       update MAINTAINERS file
> 
> Siddarth Gore (1):
>       [ARM] Kirkwood: Marvell GuruPlug support
> 
> Simon Guinot (3):
>       [ARM] Kirkwood: add LaCie 2Big Network v2 support
>       [ARM] Kirkwood: add LaCie 5Big Network v2 support
>       [ARM] Kirkwood: merge net2big_v2 and net5big_v2 board setups
> 
>  MAINTAINERS                               |   12 +-
>  arch/arm/mach-kirkwood/Kconfig            |   18 +
>  arch/arm/mach-kirkwood/Makefile           |    3 +
>  arch/arm/mach-kirkwood/guruplug-setup.c   |  131 +++++++
>  arch/arm/mach-kirkwood/netxbig_v2-setup.c |  415 +++++++++++++++++++++++
>  arch/arm/mach-orion5x/dns323-setup.c      |    1 +
>  6 files changed, 574 insertions(+), 6 deletions(-)
> 
> 
> Nicolas
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

-- 
-- 
Ben

Q:      What's a light-year?
A:      One-third less calories than a regular year.

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

* Git pull request: Orion/Kirkwood stuff for 2.6.35
  2010-05-04  0:17 ` Ben Dooks
@ 2010-05-04  2:30   ` Nicolas Pitre
  2010-05-04  8:04     ` Ben Dooks
  0 siblings, 1 reply; 5+ messages in thread
From: Nicolas Pitre @ 2010-05-04  2:30 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, 4 May 2010, Ben Dooks wrote:

> On Mon, May 03, 2010 at 07:14:23PM -0400, Nicolas Pitre wrote:
> > 
> > Russell, could you pull:
> > 
> >     git://git.kernel.org/pub/scm/linux/kernel/git/nico/orion.git master
> > 
> > This contains what I have pending for Orion/Kirkwood so far.  Since I'm 
> > not working at Marvell anymore, I'm using a different server for this 
> > pull request.  If anyone at Marvell is willing to maintain this tree 
> > I'll be happy to pass the baton.  Otherwise I'll just collect patches 
> > but I don't expect to work much on it myself (this code is in 
> > maintenance mode anyway).
> 
> Could the MAINTAINERS entry be updated, I know Lennert doesn't want to
> receive kirkwood patches.

I'll confirm with him and include the update in a future pull request 
(I've asked a few people to resend their patches).


Nicolas

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

* Git pull request: Orion/Kirkwood stuff for 2.6.35
  2010-05-04  2:30   ` Nicolas Pitre
@ 2010-05-04  8:04     ` Ben Dooks
  0 siblings, 0 replies; 5+ messages in thread
From: Ben Dooks @ 2010-05-04  8:04 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, May 03, 2010 at 10:30:22PM -0400, Nicolas Pitre wrote:
> On Tue, 4 May 2010, Ben Dooks wrote:
> 
> > On Mon, May 03, 2010 at 07:14:23PM -0400, Nicolas Pitre wrote:
> > > 
> > > Russell, could you pull:
> > > 
> > >     git://git.kernel.org/pub/scm/linux/kernel/git/nico/orion.git master
> > > 
> > > This contains what I have pending for Orion/Kirkwood so far.  Since I'm 
> > > not working at Marvell anymore, I'm using a different server for this 
> > > pull request.  If anyone at Marvell is willing to maintain this tree 
> > > I'll be happy to pass the baton.  Otherwise I'll just collect patches 
> > > but I don't expect to work much on it myself (this code is in 
> > > maintenance mode anyway).
> > 
> > Could the MAINTAINERS entry be updated, I know Lennert doesn't want to
> > receive kirkwood patches.
> 
> I'll confirm with him and include the update in a future pull request 
> (I've asked a few people to resend their patches).

Ok, I will try and re-sort the dtcommod patches for tomorrrow.

-- 
Ben

Q:      What's a light-year?
A:      One-third less calories than a regular year.

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

* Git pull request: Orion/Kirkwood stuff for 2.6.35
  2010-05-03 23:14 Git pull request: Orion/Kirkwood stuff for 2.6.35 Nicolas Pitre
  2010-05-04  0:17 ` Ben Dooks
@ 2010-05-14 13:46 ` Nicolas Pitre
  1 sibling, 0 replies; 5+ messages in thread
From: Nicolas Pitre @ 2010-05-14 13:46 UTC (permalink / raw)
  To: linux-arm-kernel

Ping.

On Mon, 3 May 2010, Nicolas Pitre wrote:

> 
> Russell, could you pull:
> 
>     git://git.kernel.org/pub/scm/linux/kernel/git/nico/orion.git master
> 
> This contains what I have pending for Orion/Kirkwood so far.  Since I'm 
> not working at Marvell anymore, I'm using a different server for this 
> pull request.  If anyone at Marvell is willing to maintain this tree 
> I'll be happy to pass the baton.  Otherwise I'll just collect patches 
> but I don't expect to work much on it myself (this code is in 
> maintenance mode anyway).
> 
> Arnaud Patard (1):
>       [ARM] dns323-setup.c: fix WARN() when booting
> 
> Nicolas Pitre (1):
>       update MAINTAINERS file
> 
> Siddarth Gore (1):
>       [ARM] Kirkwood: Marvell GuruPlug support
> 
> Simon Guinot (3):
>       [ARM] Kirkwood: add LaCie 2Big Network v2 support
>       [ARM] Kirkwood: add LaCie 5Big Network v2 support
>       [ARM] Kirkwood: merge net2big_v2 and net5big_v2 board setups
> 
>  MAINTAINERS                               |   12 +-
>  arch/arm/mach-kirkwood/Kconfig            |   18 +
>  arch/arm/mach-kirkwood/Makefile           |    3 +
>  arch/arm/mach-kirkwood/guruplug-setup.c   |  131 +++++++
>  arch/arm/mach-kirkwood/netxbig_v2-setup.c |  415 +++++++++++++++++++++++
>  arch/arm/mach-orion5x/dns323-setup.c      |    1 +
>  6 files changed, 574 insertions(+), 6 deletions(-)
> 
> 
> Nicolas
> 

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

end of thread, other threads:[~2010-05-14 13:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-03 23:14 Git pull request: Orion/Kirkwood stuff for 2.6.35 Nicolas Pitre
2010-05-04  0:17 ` Ben Dooks
2010-05-04  2:30   ` Nicolas Pitre
2010-05-04  8:04     ` Ben Dooks
2010-05-14 13:46 ` Nicolas Pitre

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