netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2.6.26 0/2] Dynamic TBIPA for gianfar
@ 2008-04-15 16:49 Paul Gortmaker
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Gortmaker @ 2008-04-15 16:49 UTC (permalink / raw)
  To: jgarzik; +Cc: netdev


These patches allow boards with a PHY at the end of the bus to function,
by having the TBIPA set dynamically.  The 1st patch factors out some of
the PHY probe code so it can be recycled by the TBIPA probe, and the
second patch implements the dynamic probe itself.

Paul.

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

* Re: [PATCH v2.6.26 0/2] Dynamic TBIPA for gianfar
       [not found]   ` <7d1d9c250804151857x65cf14cfxe6dc5696505631c7@mail.gmail.com>
@ 2008-04-16  2:06     ` Kumar Gala
  2008-04-16 13:14       ` Paul Gortmaker
  0 siblings, 1 reply; 4+ messages in thread
From: Kumar Gala @ 2008-04-16  2:06 UTC (permalink / raw)
  To: Paul Gortmaker
  Cc: Paul Gortmaker, netdev, Paul Mackerras,
	linuxppc-dev@ozlabs.org list


On Apr 15, 2008, at 8:57 PM, Paul Gortmaker wrote:
> On Tue, Apr 15, 2008 at 8:25 PM, Paul Mackerras <paulus@samba.org>  
> wrote:
>> Paul Gortmaker writes:
>>
>>> This is the resend of the two patches as per Andy's request for  
>>> v2.6.26
>>> that allow boards with a PHY at the end of the bus to function, by  
>>> having
>>> the TBIPA set dynamically.  The 1st patch factors out some of the  
>>> PHY
>>> probe code so it can be recycled by the TBIPA probe, and the  
>>> second patch
>>> implements the dynamic probe itself.
>>
>> I notice that these two patches only touch drivers/net and
>> include/linux.  If you want these to go upstream into Linus' tree,  
>> you
>> will need to send them to Jeff Garzik and the netdev list.  Posting
>> them to the linuxppc-dev list is fine for getting them reviewed but
>> isn't a path to upstream.
>
> Yep, they have already been sent to Jeff/netdev earlier today as well.
> I'd inadvertently left them off the CC but Andy reminded me already.
>
> Thanks,
> Paul.

these should get an Ack by Andy before going in to any tree.

- k

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

* Re: [PATCH v2.6.26 0/2] Dynamic TBIPA for gianfar
  2008-04-16  2:06     ` [PATCH v2.6.26 0/2] Dynamic TBIPA for gianfar Kumar Gala
@ 2008-04-16 13:14       ` Paul Gortmaker
  2008-04-16 13:31         ` Kumar Gala
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Gortmaker @ 2008-04-16 13:14 UTC (permalink / raw)
  To: Kumar Gala
  Cc: Paul Gortmaker, Paul Mackerras, linuxppc-dev@ozlabs.org list,
	netdev

Kumar Gala wrote:
>
> On Apr 15, 2008, at 8:57 PM, Paul Gortmaker wrote:
>> On Tue, Apr 15, 2008 at 8:25 PM, Paul Mackerras <paulus@samba.org> 
>> wrote:
>>> Paul Gortmaker writes:
>>>
>>>> This is the resend of the two patches as per Andy's request for 
>>>> v2.6.26
>>>> that allow boards with a PHY at the end of the bus to function, by 
>>>> having
>>>> the TBIPA set dynamically.  The 1st patch factors out some of the PHY
>>>> probe code so it can be recycled by the TBIPA probe, and the second 
>>>> patch
>>>> implements the dynamic probe itself.
>>>
>>> I notice that these two patches only touch drivers/net and
>>> include/linux.  If you want these to go upstream into Linus' tree, you
>>> will need to send them to Jeff Garzik and the netdev list.  Posting
>>> them to the linuxppc-dev list is fine for getting them reviewed but
>>> isn't a path to upstream.
>>
>> Yep, they have already been sent to Jeff/netdev earlier today as well.
>> I'd inadvertently left them off the CC but Andy reminded me already.
>>
>> Thanks,
>> Paul.
>
> these should get an Ack by Andy before going in to any tree.

Andy has already done that, so I think we should be good to go.

http://ozlabs.org/pipermail/linuxppc-dev/2008-April/054572.html

Paul.

>
> - k


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

* Re: [PATCH v2.6.26 0/2] Dynamic TBIPA for gianfar
  2008-04-16 13:14       ` Paul Gortmaker
@ 2008-04-16 13:31         ` Kumar Gala
  0 siblings, 0 replies; 4+ messages in thread
From: Kumar Gala @ 2008-04-16 13:31 UTC (permalink / raw)
  To: Paul Gortmaker
  Cc: Paul Gortmaker, Paul Mackerras, linuxppc-dev@ozlabs.org list,
	netdev


On Apr 16, 2008, at 8:14 AM, Paul Gortmaker wrote:
> Kumar Gala wrote:
>>
>> On Apr 15, 2008, at 8:57 PM, Paul Gortmaker wrote:
>>> On Tue, Apr 15, 2008 at 8:25 PM, Paul Mackerras <paulus@samba.org>  
>>> wrote:
>>>> Paul Gortmaker writes:
>>>>
>>>>> This is the resend of the two patches as per Andy's request for  
>>>>> v2.6.26
>>>>> that allow boards with a PHY at the end of the bus to function,  
>>>>> by having
>>>>> the TBIPA set dynamically.  The 1st patch factors out some of  
>>>>> the PHY
>>>>> probe code so it can be recycled by the TBIPA probe, and the  
>>>>> second patch
>>>>> implements the dynamic probe itself.
>>>>
>>>> I notice that these two patches only touch drivers/net and
>>>> include/linux.  If you want these to go upstream into Linus'  
>>>> tree, you
>>>> will need to send them to Jeff Garzik and the netdev list.  Posting
>>>> them to the linuxppc-dev list is fine for getting them reviewed but
>>>> isn't a path to upstream.
>>>
>>> Yep, they have already been sent to Jeff/netdev earlier today as  
>>> well.
>>> I'd inadvertently left them off the CC but Andy reminded me already.
>>>
>>> Thanks,
>>> Paul.
>>
>> these should get an Ack by Andy before going in to any tree.
>
> Andy has already done that, so I think we should be good to go.
>
> http://ozlabs.org/pipermail/linuxppc-dev/2008-April/054572.html

Cool.  I'm guessing these will go via jeff's tree for 2.6.26?

- k

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

end of thread, other threads:[~2008-04-16 13:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1208276601-16964-1-git-send-email-paul.gortmaker@windriver.com>
     [not found] ` <18437.18289.944128.351533@cargo.ozlabs.ibm.com>
     [not found]   ` <7d1d9c250804151857x65cf14cfxe6dc5696505631c7@mail.gmail.com>
2008-04-16  2:06     ` [PATCH v2.6.26 0/2] Dynamic TBIPA for gianfar Kumar Gala
2008-04-16 13:14       ` Paul Gortmaker
2008-04-16 13:31         ` Kumar Gala
2008-04-15 16:49 Paul Gortmaker

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