netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* atl2 network driver status
@ 2008-10-02 23:02 Greg KH
  2008-10-02 23:06 ` Greg KH
  2008-10-02 23:17 ` Jay Cliburn
  0 siblings, 2 replies; 7+ messages in thread
From: Greg KH @ 2008-10-02 23:02 UTC (permalink / raw)
  To: xiong.huang, csnook; +Cc: netdev, linux-kernel

Hi,

In looking for drivers to add to drivers/staging/ I ran across the atl2
driver that is currently in the Fedora and Ubuntu kernel trees.

This driver doesn't look to be scheduled for inclusion in the upstream
netdev git tree for submission for 2.6.28, is there any reason why it is
still out-of-the-tree?

And, if it's not going into 2.6.28, any objection for me adding it to
the drivers/staging/ tree?  If so, I need a list of reasons why it is
not merged upstream properly so far so that people know what to work on
in order to get it there.

thanks,

greg k-h

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

* Re: atl2 network driver status
  2008-10-02 23:02 atl2 network driver status Greg KH
@ 2008-10-02 23:06 ` Greg KH
  2008-10-02 23:17 ` Jay Cliburn
  1 sibling, 0 replies; 7+ messages in thread
From: Greg KH @ 2008-10-02 23:06 UTC (permalink / raw)
  To: xiong.huang, csnook; +Cc: netdev, linux-kernel

On Thu, Oct 02, 2008 at 04:02:46PM -0700, Greg KH wrote:
> Hi,
> 
> In looking for drivers to add to drivers/staging/ I ran across the atl2
> driver that is currently in the Fedora and Ubuntu kernel trees.
> 
> This driver doesn't look to be scheduled for inclusion in the upstream
> netdev git tree for submission for 2.6.28, is there any reason why it is
> still out-of-the-tree?
> 
> And, if it's not going into 2.6.28, any objection for me adding it to
> the drivers/staging/ tree?  If so, I need a list of reasons why it is
> not merged upstream properly so far so that people know what to work on
> in order to get it there.

Ok, in looking at the code, I see a list of things that probably need to
be fixed up properly, but it would be nice to see what others think the
reasons are :)

thanks,

greg k-h

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

* Re: atl2 network driver status
  2008-10-02 23:02 atl2 network driver status Greg KH
  2008-10-02 23:06 ` Greg KH
@ 2008-10-02 23:17 ` Jay Cliburn
  2008-10-02 23:21   ` Greg KH
  1 sibling, 1 reply; 7+ messages in thread
From: Jay Cliburn @ 2008-10-02 23:17 UTC (permalink / raw)
  To: Greg KH; +Cc: xiong.huang, csnook, netdev, linux-kernel

On Thu, 2 Oct 2008 16:02:46 -0700
Greg KH <greg@kroah.com> wrote:

> Hi,
> 
> In looking for drivers to add to drivers/staging/ I ran across the
> atl2 driver that is currently in the Fedora and Ubuntu kernel trees.
> 
> This driver doesn't look to be scheduled for inclusion in the upstream
> netdev git tree for submission for 2.6.28, is there any reason why it
> is still out-of-the-tree?

Hi Greg,

It's in net-next-2.6.

http://marc.info/?l=linux-netdev&m=122144021209242&w=2

Best,
Jay

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

* Re: atl2 network driver status
  2008-10-02 23:17 ` Jay Cliburn
@ 2008-10-02 23:21   ` Greg KH
  2008-10-02 23:29     ` Jay Cliburn
  0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2008-10-02 23:21 UTC (permalink / raw)
  To: Jay Cliburn; +Cc: xiong.huang, csnook, netdev, linux-kernel

On Thu, Oct 02, 2008 at 06:17:31PM -0500, Jay Cliburn wrote:
> On Thu, 2 Oct 2008 16:02:46 -0700
> Greg KH <greg@kroah.com> wrote:
> 
> > Hi,
> > 
> > In looking for drivers to add to drivers/staging/ I ran across the
> > atl2 driver that is currently in the Fedora and Ubuntu kernel trees.
> > 
> > This driver doesn't look to be scheduled for inclusion in the upstream
> > netdev git tree for submission for 2.6.28, is there any reason why it
> > is still out-of-the-tree?
> 
> Hi Greg,
> 
> It's in net-next-2.6.
> 
> http://marc.info/?l=linux-netdev&m=122144021209242&w=2

Nice, so that means it's going to be in 2.6.28?

thanks,

greg k-h

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

* Re: atl2 network driver status
  2008-10-02 23:21   ` Greg KH
@ 2008-10-02 23:29     ` Jay Cliburn
  2008-10-02 23:35       ` Jay Cliburn
  0 siblings, 1 reply; 7+ messages in thread
From: Jay Cliburn @ 2008-10-02 23:29 UTC (permalink / raw)
  To: Greg KH; +Cc: xiong.huang, csnook, netdev, linux-kernel

On Thu, 2 Oct 2008 16:21:48 -0700
Greg KH <greg@kroah.com> wrote:

> On Thu, Oct 02, 2008 at 06:17:31PM -0500, Jay Cliburn wrote:
> > On Thu, 2 Oct 2008 16:02:46 -0700
> > Greg KH <greg@kroah.com> wrote:
> > 
> > > Hi,
> > > 
> > > In looking for drivers to add to drivers/staging/ I ran across the
> > > atl2 driver that is currently in the Fedora and Ubuntu kernel
> > > trees.
> > > 
> > > This driver doesn't look to be scheduled for inclusion in the
> > > upstream netdev git tree for submission for 2.6.28, is there any
> > > reason why it is still out-of-the-tree?
> > 
> > Hi Greg,
> > 
> > It's in net-next-2.6.
> > 
> > http://marc.info/?l=linux-netdev&m=122144021209242&w=2
> 
> Nice, so that means it's going to be in 2.6.28?

I think so.  As I understand it, net-next-2.6 is Dave Miller's git tree
for stuff destined for 2.6.28.

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

* Re: atl2 network driver status
  2008-10-02 23:29     ` Jay Cliburn
@ 2008-10-02 23:35       ` Jay Cliburn
  2008-10-03 22:00         ` Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: Jay Cliburn @ 2008-10-02 23:35 UTC (permalink / raw)
  To: Greg KH; +Cc: Jay Cliburn, xiong.huang, csnook, netdev, linux-kernel

On Thu, 2 Oct 2008 18:29:43 -0500
Jay Cliburn <jcliburn@gmail.com> wrote:

> On Thu, 2 Oct 2008 16:21:48 -0700
> Greg KH <greg@kroah.com> wrote:
> 
> > On Thu, Oct 02, 2008 at 06:17:31PM -0500, Jay Cliburn wrote:
> > > On Thu, 2 Oct 2008 16:02:46 -0700
> > > Greg KH <greg@kroah.com> wrote:
> > > 
> > > > Hi,
> > > > 
> > > > In looking for drivers to add to drivers/staging/ I ran across
> > > > the atl2 driver that is currently in the Fedora and Ubuntu
> > > > kernel trees.
> > > > 
> > > > This driver doesn't look to be scheduled for inclusion in the
> > > > upstream netdev git tree for submission for 2.6.28, is there any
> > > > reason why it is still out-of-the-tree?
> > > 
> > > Hi Greg,
> > > 
> > > It's in net-next-2.6.
> > > 
> > > http://marc.info/?l=linux-netdev&m=122144021209242&w=2
> > 
> > Nice, so that means it's going to be in 2.6.28?
> 
> I think so.  As I understand it, net-next-2.6 is Dave Miller's git
> tree for stuff destined for 2.6.28.

Yep, here it is: Dave's description of his two main trees.

So atl2 will be in 2.6.28.



Date: Sat, 19 Apr 2008 17:35:10 -0700 (PDT)
From: David Miller <davem@davemloft.net>
To: sfr@canb.auug.org.au
Cc: akpm@linux-foundation.org, netdev@vger.kernel.org
Subject: New GIT net tree naming...



Based upon feedback from Andrew and others I'm now starting
to use a new naming scheme for my GIT trees:

For changes against Linus's current tree:

   master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git

For development meant to be merged in the next merge
window we have:

   master.kernel.org:/pub/scm/linux/kernel/git/davem/net-next-2.6.git

Andrew/Stephen, let me know if this works for you.  This way
the tree names will never change.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: atl2 network driver status
  2008-10-02 23:35       ` Jay Cliburn
@ 2008-10-03 22:00         ` Greg KH
  0 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2008-10-03 22:00 UTC (permalink / raw)
  To: Jay Cliburn; +Cc: xiong.huang, csnook, netdev, linux-kernel

On Thu, Oct 02, 2008 at 06:35:03PM -0500, Jay Cliburn wrote:
> On Thu, 2 Oct 2008 18:29:43 -0500
> Jay Cliburn <jcliburn@gmail.com> wrote:
> 
> > On Thu, 2 Oct 2008 16:21:48 -0700
> > Greg KH <greg@kroah.com> wrote:
> > 
> > > On Thu, Oct 02, 2008 at 06:17:31PM -0500, Jay Cliburn wrote:
> > > > On Thu, 2 Oct 2008 16:02:46 -0700
> > > > Greg KH <greg@kroah.com> wrote:
> > > > 
> > > > > Hi,
> > > > > 
> > > > > In looking for drivers to add to drivers/staging/ I ran across
> > > > > the atl2 driver that is currently in the Fedora and Ubuntu
> > > > > kernel trees.
> > > > > 
> > > > > This driver doesn't look to be scheduled for inclusion in the
> > > > > upstream netdev git tree for submission for 2.6.28, is there any
> > > > > reason why it is still out-of-the-tree?
> > > > 
> > > > Hi Greg,
> > > > 
> > > > It's in net-next-2.6.
> > > > 
> > > > http://marc.info/?l=linux-netdev&m=122144021209242&w=2
> > > 
> > > Nice, so that means it's going to be in 2.6.28?
> > 
> > I think so.  As I understand it, net-next-2.6 is Dave Miller's git
> > tree for stuff destined for 2.6.28.
> 
> Yep, here it is: Dave's description of his two main trees.
> 
> So atl2 will be in 2.6.28.

Ah, sorry for the noise, I should have remembered this.  Thanks for
pointing it out.

greg k-h

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

end of thread, other threads:[~2008-10-03 23:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-02 23:02 atl2 network driver status Greg KH
2008-10-02 23:06 ` Greg KH
2008-10-02 23:17 ` Jay Cliburn
2008-10-02 23:21   ` Greg KH
2008-10-02 23:29     ` Jay Cliburn
2008-10-02 23:35       ` Jay Cliburn
2008-10-03 22:00         ` 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).