public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/14] MAINTAINERS: remove 3c505
       [not found] <1362275632-20242-1-git-send-email-cesarb@cesarb.net>
@ 2013-03-03  1:53 ` Cesar Eduardo Barros
  2013-03-03  6:44   ` David Miller
  2013-03-03  1:53 ` [PATCH 05/14] MAINTAINERS: remove drivers/net/wan/cycx* Cesar Eduardo Barros
  2013-03-03  1:53 ` [PATCH 07/14] MAINTAINERS: remove eexpress Cesar Eduardo Barros
  2 siblings, 1 reply; 6+ messages in thread
From: Cesar Eduardo Barros @ 2013-03-03  1:53 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-kernel, Joe Perches, Cesar Eduardo Barros, Paul Gortmaker,
	Philip Blundell, netdev

This driver was removed by commit 0e245db (drivers/net: delete the 3Com
3c505/3c507 intel i825xx support).

Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: Philip Blundell <philb@gnu.org>
Cc: netdev@vger.kernel.org
Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net>
---
 MAINTAINERS | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index aea0adf..5b64aa5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -114,12 +114,6 @@ Maintainers List (try to look for most precise areas first)
 
 		-----------------------------------
 
-3C505 NETWORK DRIVER
-M:	Philip Blundell <philb@gnu.org>
-L:	netdev@vger.kernel.org
-S:	Maintained
-F:	drivers/net/ethernet/i825xx/3c505*
-
 3C59X NETWORK DRIVER
 M:	Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
 L:	netdev@vger.kernel.org
-- 
1.7.11.7

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

* [PATCH 05/14] MAINTAINERS: remove drivers/net/wan/cycx*
       [not found] <1362275632-20242-1-git-send-email-cesarb@cesarb.net>
  2013-03-03  1:53 ` [PATCH 01/14] MAINTAINERS: remove 3c505 Cesar Eduardo Barros
@ 2013-03-03  1:53 ` Cesar Eduardo Barros
  2013-03-03  6:44   ` David Miller
  2013-03-03  1:53 ` [PATCH 07/14] MAINTAINERS: remove eexpress Cesar Eduardo Barros
  2 siblings, 1 reply; 6+ messages in thread
From: Cesar Eduardo Barros @ 2013-03-03  1:53 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-kernel, Joe Perches, Cesar Eduardo Barros, Paul Gortmaker,
	Arnaldo Carvalho de Melo, netdev

This driver was removed by commit 6fcdf4f (wanrouter: delete now
orphaned header content, files/drivers).

Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: netdev@vger.kernel.org
Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net>
---
 MAINTAINERS | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 261b245..e909cd3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2357,12 +2357,6 @@ W:	http://www.arm.linux.org.uk/
 S:	Maintained
 F:	drivers/video/cyber2000fb.*
 
-CYCLADES 2X SYNC CARD DRIVER
-M:	Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
-W:	http://oops.ghostprotocols.net:81/blog
-S:	Maintained
-F:	drivers/net/wan/cycx*
-
 CYCLADES ASYNC MUX DRIVER
 W:	http://www.cyclades.com/
 S:	Orphan
-- 
1.7.11.7

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

* [PATCH 07/14] MAINTAINERS: remove eexpress
       [not found] <1362275632-20242-1-git-send-email-cesarb@cesarb.net>
  2013-03-03  1:53 ` [PATCH 01/14] MAINTAINERS: remove 3c505 Cesar Eduardo Barros
  2013-03-03  1:53 ` [PATCH 05/14] MAINTAINERS: remove drivers/net/wan/cycx* Cesar Eduardo Barros
@ 2013-03-03  1:53 ` Cesar Eduardo Barros
  2013-03-03  6:44   ` David Miller
  2 siblings, 1 reply; 6+ messages in thread
From: Cesar Eduardo Barros @ 2013-03-03  1:53 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-kernel, Joe Perches, Cesar Eduardo Barros, Paul Gortmaker,
	Philip Blundell, netdev

This driver was removed by commit f84932d (drivers/net: delete ISA intel
eexpress and eepro i825xx drivers).

Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: Philip Blundell <philb@gnu.org>
Cc: netdev@vger.kernel.org
Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net>
---
 MAINTAINERS | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2e1443c..92718d8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3057,12 +3057,6 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
 F:	drivers/video/s1d13xxxfb.c
 F:	include/video/s1d13xxxfb.h
 
-ETHEREXPRESS-16 NETWORK DRIVER
-M:	Philip Blundell <philb@gnu.org>
-L:	netdev@vger.kernel.org
-S:	Maintained
-F:	drivers/net/ethernet/i825xx/eexpress.*
-
 ETHERNET BRIDGE
 M:	Stephen Hemminger <stephen@networkplumber.org>
 L:	bridge@lists.linux-foundation.org
-- 
1.7.11.7

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

* Re: [PATCH 07/14] MAINTAINERS: remove eexpress
  2013-03-03  1:53 ` [PATCH 07/14] MAINTAINERS: remove eexpress Cesar Eduardo Barros
@ 2013-03-03  6:44   ` David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2013-03-03  6:44 UTC (permalink / raw)
  To: cesarb; +Cc: akpm, linux-kernel, joe, paul.gortmaker, philb, netdev

From: Cesar Eduardo Barros <cesarb@cesarb.net>
Date: Sat,  2 Mar 2013 22:53:45 -0300

> This driver was removed by commit f84932d (drivers/net: delete ISA intel
> eexpress and eepro i825xx drivers).
> 
> Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
> Cc: Philip Blundell <philb@gnu.org>
> Cc: netdev@vger.kernel.org
> Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net>

Applied.

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

* Re: [PATCH 05/14] MAINTAINERS: remove drivers/net/wan/cycx*
  2013-03-03  1:53 ` [PATCH 05/14] MAINTAINERS: remove drivers/net/wan/cycx* Cesar Eduardo Barros
@ 2013-03-03  6:44   ` David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2013-03-03  6:44 UTC (permalink / raw)
  To: cesarb; +Cc: akpm, linux-kernel, joe, paul.gortmaker, acme, netdev

From: Cesar Eduardo Barros <cesarb@cesarb.net>
Date: Sat,  2 Mar 2013 22:53:43 -0300

> This driver was removed by commit 6fcdf4f (wanrouter: delete now
> orphaned header content, files/drivers).
> 
> Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
> Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
> Cc: netdev@vger.kernel.org
> Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net>

Applied.

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

* Re: [PATCH 01/14] MAINTAINERS: remove 3c505
  2013-03-03  1:53 ` [PATCH 01/14] MAINTAINERS: remove 3c505 Cesar Eduardo Barros
@ 2013-03-03  6:44   ` David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2013-03-03  6:44 UTC (permalink / raw)
  To: cesarb; +Cc: akpm, linux-kernel, joe, paul.gortmaker, philb, netdev

From: Cesar Eduardo Barros <cesarb@cesarb.net>
Date: Sat,  2 Mar 2013 22:53:39 -0300

> This driver was removed by commit 0e245db (drivers/net: delete the 3Com
> 3c505/3c507 intel i825xx support).
> 
> Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
> Cc: Philip Blundell <philb@gnu.org>
> Cc: netdev@vger.kernel.org
> Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net>

Applied.

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

end of thread, other threads:[~2013-03-03  6:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1362275632-20242-1-git-send-email-cesarb@cesarb.net>
2013-03-03  1:53 ` [PATCH 01/14] MAINTAINERS: remove 3c505 Cesar Eduardo Barros
2013-03-03  6:44   ` David Miller
2013-03-03  1:53 ` [PATCH 05/14] MAINTAINERS: remove drivers/net/wan/cycx* Cesar Eduardo Barros
2013-03-03  6:44   ` David Miller
2013-03-03  1:53 ` [PATCH 07/14] MAINTAINERS: remove eexpress Cesar Eduardo Barros
2013-03-03  6:44   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox