netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/RFC] cxgb4: Add MAINTAINERS info
       [not found]   ` <20100428103356.931ba48c.randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
@ 2010-05-05 19:01     ` Roland Dreier
       [not found]       ` <adawrvijhpq.fsf_-_-BjVyx320WGW9gfZ95n9DRSW4+XlvGpQz@public.gmane.org>
  2010-05-06  5:57       ` Or Gerlitz
  0 siblings, 2 replies; 6+ messages in thread
From: Roland Dreier @ 2010-05-05 19:01 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA,
	swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW, dm-ut6Up61K2wZBDgjK7y7TUQ

Hi guys, does this info for cxgb4/iw_cxgb4 (pretty much copied from
cxgb3, except with Dimitris instead of Divy) look right?  If so I'll add
it to my tree.

Thanks,
  Roland
---
diff --git a/MAINTAINERS b/MAINTAINERS
index 7a9ccda..a00231b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1719,6 +1719,20 @@ W:	http://www.openfabrics.org
 S:	Supported
 F:	drivers/infiniband/hw/cxgb3/
 
+CXGB4 ETHERNET DRIVER (CXGB4)
+M:	Dimitris Michailidis <dm-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
+L:	netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+W:	http://www.chelsio.com
+S:	Supported
+F:	drivers/net/cxgb4/
+
+CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
+M:	Steve Wise <swise-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
+L:	linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+W:	http://www.openfabrics.org
+S:	Supported
+F:	drivers/infiniband/hw/cxgb4/
+
 CYBERPRO FB DRIVER
 M:	Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
 L:	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org (moderated for non-subscribers)
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH/RFC] cxgb4: Add MAINTAINERS info
       [not found]       ` <adawrvijhpq.fsf_-_-BjVyx320WGW9gfZ95n9DRSW4+XlvGpQz@public.gmane.org>
@ 2010-05-05 19:59         ` Steve Wise
       [not found]           ` <4BE1CE39.1050707-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
  2010-05-06  8:43         ` Dimitris Michailidis
  1 sibling, 1 reply; 6+ messages in thread
From: Steve Wise @ 2010-05-05 19:59 UTC (permalink / raw)
  To: Roland Dreier
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA,
	dm-ut6Up61K2wZBDgjK7y7TUQ

Looks good to me.

Steve.

Roland Dreier wrote:
> Hi guys, does this info for cxgb4/iw_cxgb4 (pretty much copied from
> cxgb3, except with Dimitris instead of Divy) look right?  If so I'll add
> it to my tree.
>
> Thanks,
>   Roland
> ---
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7a9ccda..a00231b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1719,6 +1719,20 @@ W:	http://www.openfabrics.org
>  S:	Supported
>  F:	drivers/infiniband/hw/cxgb3/
>  
> +CXGB4 ETHERNET DRIVER (CXGB4)
> +M:	Dimitris Michailidis <dm-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
> +L:	netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> +W:	http://www.chelsio.com
> +S:	Supported
> +F:	drivers/net/cxgb4/
> +
> +CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
> +M:	Steve Wise <swise-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
> +L:	linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> +W:	http://www.openfabrics.org
> +S:	Supported
> +F:	drivers/infiniband/hw/cxgb4/
> +
>  CYBERPRO FB DRIVER
>  M:	Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
>  L:	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org (moderated for non-subscribers)
>   

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH/RFC] cxgb4: Add MAINTAINERS info
       [not found]           ` <4BE1CE39.1050707-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
@ 2010-05-05 21:40             ` Divy Le Ray
  0 siblings, 0 replies; 6+ messages in thread
From: Divy Le Ray @ 2010-05-05 21:40 UTC (permalink / raw)
  To: Steve Wise
  Cc: Roland Dreier, linux-rdma-u79uwXL29TY76Z2rM5mHXA,
	netdev-u79uwXL29TY76Z2rM5mHXA, dm-ut6Up61K2wZBDgjK7y7TUQ

On 05/05/2010 12:59 PM, Steve Wise wrote:
> Looks good to me.

It looks right to me too.

Cheers,
Divy

>
> Steve.
>
> Roland Dreier wrote:
>> Hi guys, does this info for cxgb4/iw_cxgb4 (pretty much copied from
>> cxgb3, except with Dimitris instead of Divy) look right?  If so I'll add
>> it to my tree.
>>
>> Thanks,
>>   Roland
>> ---
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 7a9ccda..a00231b 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -1719,6 +1719,20 @@ W:    http://www.openfabrics.org
>>  S:    Supported
>>  F:    drivers/infiniband/hw/cxgb3/
>>
>> +CXGB4 ETHERNET DRIVER (CXGB4)
>> +M:    Dimitris Michailidis <dm-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
>> +L:    netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
>> +W:    http://www.chelsio.com
>> +S:    Supported
>> +F:    drivers/net/cxgb4/
>> +
>> +CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
>> +M:    Steve Wise <swise-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
>> +L:    linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
>> +W:    http://www.openfabrics.org
>> +S:    Supported
>> +F:    drivers/infiniband/hw/cxgb4/
>> +
>>  CYBERPRO FB DRIVER
>>  M:    Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
>>  L:    linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org (moderated for 
>> non-subscribers)
>
> -- 
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH/RFC] cxgb4: Add MAINTAINERS info
  2010-05-05 19:01     ` [PATCH/RFC] cxgb4: Add MAINTAINERS info Roland Dreier
       [not found]       ` <adawrvijhpq.fsf_-_-BjVyx320WGW9gfZ95n9DRSW4+XlvGpQz@public.gmane.org>
@ 2010-05-06  5:57       ` Or Gerlitz
       [not found]         ` <4BE25A3D.20800-smomgflXvOZWk0Htik3J/w@public.gmane.org>
  1 sibling, 1 reply; 6+ messages in thread
From: Or Gerlitz @ 2010-05-06  5:57 UTC (permalink / raw)
  To: Roland Dreier; +Cc: linux-rdma, netdev, swise, dm

Roland Dreier wrote:
>  +CXGB4 ETHERNET DRIVER (CXGB4)
>   
not sure who's the butterfly that caused this, but this was somehow 
committed as  "CXGB4 ETHERNET DRIVER (CXGB3)" and same goes for the IW_ 
piece

Or.


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

* Re: [PATCH/RFC] cxgb4: Add MAINTAINERS info
       [not found]       ` <adawrvijhpq.fsf_-_-BjVyx320WGW9gfZ95n9DRSW4+XlvGpQz@public.gmane.org>
  2010-05-05 19:59         ` Steve Wise
@ 2010-05-06  8:43         ` Dimitris Michailidis
  1 sibling, 0 replies; 6+ messages in thread
From: Dimitris Michailidis @ 2010-05-06  8:43 UTC (permalink / raw)
  To: Roland Dreier
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA,
	swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW

Roland Dreier wrote:
> Hi guys, does this info for cxgb4/iw_cxgb4 (pretty much copied from
> cxgb3, except with Dimitris instead of Divy) look right?  If so I'll add
> it to my tree.

Yes, it's fine with me.  Thanks.

> 
> Thanks,
>   Roland
> ---
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7a9ccda..a00231b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1719,6 +1719,20 @@ W:	http://www.openfabrics.org
>  S:	Supported
>  F:	drivers/infiniband/hw/cxgb3/
>  
> +CXGB4 ETHERNET DRIVER (CXGB4)
> +M:	Dimitris Michailidis <dm-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
> +L:	netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> +W:	http://www.chelsio.com
> +S:	Supported
> +F:	drivers/net/cxgb4/
> +
> +CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
> +M:	Steve Wise <swise-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
> +L:	linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> +W:	http://www.openfabrics.org
> +S:	Supported
> +F:	drivers/infiniband/hw/cxgb4/
> +
>  CYBERPRO FB DRIVER
>  M:	Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
>  L:	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org (moderated for non-subscribers)

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH/RFC] cxgb4: Add MAINTAINERS info
       [not found]         ` <4BE25A3D.20800-smomgflXvOZWk0Htik3J/w@public.gmane.org>
@ 2010-05-06 16:07           ` Roland Dreier
  0 siblings, 0 replies; 6+ messages in thread
From: Roland Dreier @ 2010-05-06 16:07 UTC (permalink / raw)
  To: Or Gerlitz
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA,
	swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW, dm-ut6Up61K2wZBDgjK7y7TUQ

 > not sure who's the butterfly that caused this, but this was somehow
 > committed as  "CXGB4 ETHERNET DRIVER (CXGB3)" and same goes for the
 > IW_ piece

Thanks, I think I committed, saw the problem, fixed it up, sent the RFC,
and then pushed my tree.  I fixed it up now.  Pretty impressive eagle
eyes to notice that...
-- 
Roland Dreier <rolandd-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org> || For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/index.html
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20100428164341.cee2911a.sfr@canb.auug.org.au>
     [not found] ` <20100428103356.931ba48c.randy.dunlap@oracle.com>
     [not found]   ` <20100428103356.931ba48c.randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2010-05-05 19:01     ` [PATCH/RFC] cxgb4: Add MAINTAINERS info Roland Dreier
     [not found]       ` <adawrvijhpq.fsf_-_-BjVyx320WGW9gfZ95n9DRSW4+XlvGpQz@public.gmane.org>
2010-05-05 19:59         ` Steve Wise
     [not found]           ` <4BE1CE39.1050707-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
2010-05-05 21:40             ` Divy Le Ray
2010-05-06  8:43         ` Dimitris Michailidis
2010-05-06  5:57       ` Or Gerlitz
     [not found]         ` <4BE25A3D.20800-smomgflXvOZWk0Htik3J/w@public.gmane.org>
2010-05-06 16:07           ` Roland Dreier

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