public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] MAINTAINERS: Cleanups after renames/deletions
@ 2010-06-09 19:38 Joe Perches
  2010-06-09 19:38 ` [PATCH 01/12] MAINTAINERS: Update ARM/BCMRING MTD NAND DRIVER file patterns Joe Perches
                   ` (11 more replies)
  0 siblings, 12 replies; 20+ messages in thread
From: Joe Perches @ 2010-06-09 19:38 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

Just some miscellaneous cleanups

Joe Perches (12):
  MAINTAINERS: Update ARM/BCMRING MTD NAND DRIVER file patterns
  MAINTAINERS: Update ARM/NUVOTON W90X900 ARM ARCHITECTURE file patterns
  MAINTAINERS: Update ARM/VOIPAC PXA270 file patterns
  MAINTAINERS: Update ARM/ZIPIT Z2 SUPPORT file patterns
  MAINTAINERS: Update NETWORKING [WIRELESS] file patterns
  MAINTAINERS: Update PPP OVER L2TP file patterns
  MAINTAINERS: Update RICOH SMARTMEDIA/XD DRIVER file patterns
  MAINTAINERS: Remove section SMX UIO Interface
  MAINTAINERS: Update SPEAR CLOCK FRAMEWORK SUPPORT file patterns
  MAINTAINERS: Remove section STRIP
  MAINTAINERS: Remove section WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
  Documentation/networking/wavelan.txt: Deleted, not in tree

 Documentation/networking/wavelan.txt |   73 ----------------------------------
 MAINTAINERS                          |   37 ++++-------------
 2 files changed, 9 insertions(+), 101 deletions(-)
 delete mode 100644 Documentation/networking/wavelan.txt


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

* [PATCH 01/12] MAINTAINERS: Update ARM/BCMRING MTD NAND DRIVER file patterns
  2010-06-09 19:38 [PATCH 00/12] MAINTAINERS: Cleanups after renames/deletions Joe Perches
@ 2010-06-09 19:38 ` Joe Perches
  2010-06-09 19:38 ` [PATCH 02/12] MAINTAINERS: Update ARM/NUVOTON W90X900 ARM ARCHITECTURE " Joe Perches
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 20+ messages in thread
From: Joe Perches @ 2010-06-09 19:38 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Leo Chen, Scott Branden

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Leo Chen <leochen@broadcom.com>
Cc: Scott Branden <sbranden@broadcom.com>
---
 MAINTAINERS |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 67accd7..2af46b6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -576,7 +576,6 @@ L:	linux-mtd@lists.infradead.org
 S:	Maintained
 F:	drivers/mtd/nand/bcm_umi_nand.c
 F:	drivers/mtd/nand/bcm_umi_bch.c
-F:	drivers/mtd/nand/bcm_umi_hamming.c
 F:	drivers/mtd/nand/nand_bcm_umi.h
 
 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
-- 
1.7.1.244.gbdc4


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

* [PATCH 02/12] MAINTAINERS: Update ARM/NUVOTON W90X900 ARM ARCHITECTURE file patterns
  2010-06-09 19:38 [PATCH 00/12] MAINTAINERS: Cleanups after renames/deletions Joe Perches
  2010-06-09 19:38 ` [PATCH 01/12] MAINTAINERS: Update ARM/BCMRING MTD NAND DRIVER file patterns Joe Perches
@ 2010-06-09 19:38 ` Joe Perches
  2010-06-10  1:47   ` Wan ZongShun
  2010-06-09 19:38 ` [PATCH 03/12] MAINTAINERS: Update ARM/VOIPAC PXA270 " Joe Perches
                   ` (9 subsequent siblings)
  11 siblings, 1 reply; 20+ messages in thread
From: Joe Perches @ 2010-06-09 19:38 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Wan ZongShun

Signed-off-by: Joe Perches <joe@perches.com>
Cc:  Wan ZongShun <mcuos.com@gmail.com>
---
 MAINTAINERS |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2af46b6..9046e97 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -974,12 +974,11 @@ F:	drivers/input/keyboard/w90p910_keypad.c
 F:	drivers/input/touchscreen/w90p910_ts.c
 F:	drivers/watchdog/nuc900_wdt.c
 F:	drivers/net/arm/w90p910_ether.c
-F:	drivers/mtd/nand/w90p910_nand.c
+F:	drivers/mtd/nand/nuc900_nand.c
 F:	drivers/rtc/rtc-nuc900.c
 F:	drivers/spi/spi_nuc900.c
 F:	drivers/usb/host/ehci-w90x900.c
 F:	drivers/video/nuc900fb.c
-F:	drivers/sound/soc/nuc900/
 
 ARM/U300 MACHINE SUPPORT
 M:	Linus Walleij <linus.walleij@stericsson.com>
-- 
1.7.1.244.gbdc4


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

* [PATCH 03/12] MAINTAINERS: Update ARM/VOIPAC PXA270 file patterns
  2010-06-09 19:38 [PATCH 00/12] MAINTAINERS: Cleanups after renames/deletions Joe Perches
  2010-06-09 19:38 ` [PATCH 01/12] MAINTAINERS: Update ARM/BCMRING MTD NAND DRIVER file patterns Joe Perches
  2010-06-09 19:38 ` [PATCH 02/12] MAINTAINERS: Update ARM/NUVOTON W90X900 ARM ARCHITECTURE " Joe Perches
@ 2010-06-09 19:38 ` Joe Perches
  2010-06-09 19:45   ` Marek Vasut
  2010-06-09 19:38 ` [PATCH 04/12] MAINTAINERS: Update ARM/ZIPIT Z2 SUPPORT " Joe Perches
                   ` (8 subsequent siblings)
  11 siblings, 1 reply; 20+ messages in thread
From: Joe Perches @ 2010-06-09 19:38 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Marek Vasut

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Marek Vasut <marek.vasut@gmail.com>
---
 MAINTAINERS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9046e97..eaffcbe 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1008,7 +1008,7 @@ M:	Marek Vasut <marek.vasut@gmail.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 F:	arch/arm/mach-pxa/vpac270.c
-F:	arch/arm/mach-pxa/include/mach-pxa/vpac270.h
+F:	arch/arm/mach-pxa/include/mach/vpac270.h
 
 ARM/ZIPIT Z2 SUPPORT
 M:	Marek Vasut <marek.vasut@gmail.com>
-- 
1.7.1.244.gbdc4


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

* [PATCH 04/12] MAINTAINERS: Update ARM/ZIPIT Z2 SUPPORT file patterns
  2010-06-09 19:38 [PATCH 00/12] MAINTAINERS: Cleanups after renames/deletions Joe Perches
                   ` (2 preceding siblings ...)
  2010-06-09 19:38 ` [PATCH 03/12] MAINTAINERS: Update ARM/VOIPAC PXA270 " Joe Perches
@ 2010-06-09 19:38 ` Joe Perches
  2010-06-09 19:38 ` [PATCH 05/12] MAINTAINERS: Update NETWORKING [WIRELESS] " Joe Perches
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 20+ messages in thread
From: Joe Perches @ 2010-06-09 19:38 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Marek Vasut

Use correct file location

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Marek Vasut <marek.vasut@gmail.com>
---
 MAINTAINERS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index eaffcbe..6facecc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1015,7 +1015,7 @@ M:	Marek Vasut <marek.vasut@gmail.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 F:	arch/arm/mach-pxa/z2.c
-F:	arch/arm/mach-pxa/include/mach-pxa/z2.h
+F:	arch/arm/mach-pxa/include/mach/z2.h
 
 ASC7621 HARDWARE MONITOR DRIVER
 M:	George Joseph <george.joseph@fairview5.com>
-- 
1.7.1.244.gbdc4


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

* [PATCH 05/12] MAINTAINERS: Update NETWORKING [WIRELESS] file patterns
  2010-06-09 19:38 [PATCH 00/12] MAINTAINERS: Cleanups after renames/deletions Joe Perches
                   ` (3 preceding siblings ...)
  2010-06-09 19:38 ` [PATCH 04/12] MAINTAINERS: Update ARM/ZIPIT Z2 SUPPORT " Joe Perches
@ 2010-06-09 19:38 ` Joe Perches
  2010-06-09 19:38 ` [PATCH 06/12] MAINTAINERS: Update PPP OVER L2TP " Joe Perches
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 20+ messages in thread
From: Joe Perches @ 2010-06-09 19:38 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, John W. Linville

Signed-off-by: Joe Perches <joe@perches.com>
Cc: "John W. Linville" <linville@tuxdriver.com>
---
 MAINTAINERS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6facecc..70742db 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4013,7 +4013,7 @@ F:	net/rfkill/
 F:	net/wireless/
 F:	include/net/ieee80211*
 F:	include/linux/wireless.h
-F:	include/linux/iw_handler.h
+F:	include/net/iw_handler.h
 F:	drivers/net/wireless/
 
 NETWORKING DRIVERS
-- 
1.7.1.244.gbdc4


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

* [PATCH 06/12] MAINTAINERS: Update PPP OVER L2TP file patterns
  2010-06-09 19:38 [PATCH 00/12] MAINTAINERS: Cleanups after renames/deletions Joe Perches
                   ` (4 preceding siblings ...)
  2010-06-09 19:38 ` [PATCH 05/12] MAINTAINERS: Update NETWORKING [WIRELESS] " Joe Perches
@ 2010-06-09 19:38 ` Joe Perches
  2010-06-09 19:38 ` [PATCH 07/12] MAINTAINERS: Update RICOH SMARTMEDIA/XD DRIVER " Joe Perches
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 20+ messages in thread
From: Joe Perches @ 2010-06-09 19:38 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, James Chapman

commit 21b4aaa14329db793832e865f15000c5c0192ac3
moved the file

Signed-off-by: Joe Perches <joe@perches.com>
Cc: James Chapman <jchapman@katalix.com>
---
 MAINTAINERS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 70742db..977309a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4501,7 +4501,7 @@ F:	drivers/net/pppox.c
 PPP OVER L2TP
 M:	James Chapman <jchapman@katalix.com>
 S:	Maintained
-F:	drivers/net/pppol2tp.c
+F:	net/l2tp/l2tp_ppp.c
 F:	include/linux/if_pppol2tp.h
 
 PPS SUPPORT
-- 
1.7.1.244.gbdc4


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

* [PATCH 07/12] MAINTAINERS: Update RICOH SMARTMEDIA/XD DRIVER file patterns
  2010-06-09 19:38 [PATCH 00/12] MAINTAINERS: Cleanups after renames/deletions Joe Perches
                   ` (5 preceding siblings ...)
  2010-06-09 19:38 ` [PATCH 06/12] MAINTAINERS: Update PPP OVER L2TP " Joe Perches
@ 2010-06-09 19:38 ` Joe Perches
  2010-06-09 19:38 ` [PATCH 08/12] MAINTAINERS: Remove section SMX UIO Interface Joe Perches
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 20+ messages in thread
From: Joe Perches @ 2010-06-09 19:38 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Maxim Levitsky

Entered as 822 (10 key typo?)

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Maxim Levitsky <maximlevitsky@gmail.com>
---
 MAINTAINERS |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 977309a..765322e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4786,8 +4786,8 @@ F:	net/rfkill/
 RICOH SMARTMEDIA/XD DRIVER
 M:	Maxim Levitsky <maximlevitsky@gmail.com>
 S:	Maintained
-F:	drivers/mtd/nand/r822.c
-F:	drivers/mtd/nand/r822.h
+F:	drivers/mtd/nand/r852.c
+F:	drivers/mtd/nand/r852.h
 
 RISCOM8 DRIVER
 S:	Orphan
-- 
1.7.1.244.gbdc4


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

* [PATCH 08/12] MAINTAINERS: Remove section SMX UIO Interface
  2010-06-09 19:38 [PATCH 00/12] MAINTAINERS: Cleanups after renames/deletions Joe Perches
                   ` (6 preceding siblings ...)
  2010-06-09 19:38 ` [PATCH 07/12] MAINTAINERS: Update RICOH SMARTMEDIA/XD DRIVER " Joe Perches
@ 2010-06-09 19:38 ` Joe Perches
  2010-06-09 22:32   ` Hans J. Koch
  2010-06-09 22:51   ` Ben Nizette
  2010-06-09 19:38 ` [PATCH 09/12] MAINTAINERS: Update SPEAR CLOCK FRAMEWORK SUPPORT file patterns Joe Perches
                   ` (3 subsequent siblings)
  11 siblings, 2 replies; 20+ messages in thread
From: Joe Perches @ 2010-06-09 19:38 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Ben Nizette

commit d6e976c0d258c9547a308bd8a9a82ec93e2bc6e2
removed the file

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Ben Nizette <bn@niasdigital.com>
---
 MAINTAINERS |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 765322e..8aac474 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5226,11 +5226,6 @@ L:	netdev@vger.kernel.org
 S:	Supported
 F:	drivers/net/smsc9420.*
 
-SMX UIO Interface
-M:	Ben Nizette <bn@niasdigital.com>
-S:	Maintained
-F:	drivers/uio/uio_smx.c
-
 SN-IA64 (Itanium) SUB-PLATFORM
 M:	Jes Sorensen <jes@sgi.com>
 L:	linux-altix@sgi.com
-- 
1.7.1.244.gbdc4


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

* [PATCH 09/12] MAINTAINERS: Update SPEAR CLOCK FRAMEWORK SUPPORT file patterns
  2010-06-09 19:38 [PATCH 00/12] MAINTAINERS: Cleanups after renames/deletions Joe Perches
                   ` (7 preceding siblings ...)
  2010-06-09 19:38 ` [PATCH 08/12] MAINTAINERS: Remove section SMX UIO Interface Joe Perches
@ 2010-06-09 19:38 ` Joe Perches
  2010-06-09 19:38 ` [PATCH 10/12] MAINTAINERS: Remove section STRIP Joe Perches
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 20+ messages in thread
From: Joe Perches @ 2010-06-09 19:38 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Viresh Kumar

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Viresh Kumar <viresh.kumar@st.com>
---
 MAINTAINERS |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8aac474..6402d30 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5354,7 +5354,8 @@ S:	Maintained
 F:	arch/arm/mach-spear*/clock.c
 F:	arch/arm/mach-spear*/include/mach/clkdev.h
 F:	arch/arm/plat-spear/clock.c
-F:	arch/arm/plat-spear/include/plat/clock.h and clkdev.h
+F:	arch/arm/plat-spear/include/plat/clkdev.h
+F:	arch/arm/plat-spear/include/plat/clock.h
 
 SPEAR PAD MULTIPLEXING SUPPORT
 M:	Viresh Kumar <viresh.kumar@st.com>
-- 
1.7.1.244.gbdc4


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

* [PATCH 10/12] MAINTAINERS: Remove section STRIP
  2010-06-09 19:38 [PATCH 00/12] MAINTAINERS: Cleanups after renames/deletions Joe Perches
                   ` (8 preceding siblings ...)
  2010-06-09 19:38 ` [PATCH 09/12] MAINTAINERS: Update SPEAR CLOCK FRAMEWORK SUPPORT file patterns Joe Perches
@ 2010-06-09 19:38 ` Joe Perches
  2010-06-09 19:38 ` [PATCH 11/12] MAINTAINERS: Remove section WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS Joe Perches
  2010-06-09 19:38 ` [PATCH 12/12] Documentation/networking/wavelan.txt: Deleted, not in tree Joe Perches
  11 siblings, 0 replies; 20+ messages in thread
From: Joe Perches @ 2010-06-09 19:38 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

commit f80a3f62383bf673c310926d55142d51f118926d removed it

Signed-off-by: Joe Perches <joe@perches.com>
---
 MAINTAINERS |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6402d30..56a87ac 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5434,11 +5434,6 @@ M:	Ion Badulescu <ionut@badula.org>
 S:	Odd Fixes
 F:	drivers/net/starfire*
 
-STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
-S:	Orphan
-F:	drivers/staging/strip/strip.c
-F:	include/linux/if_strip.h
-
 STRADIS MPEG-2 DECODER DRIVER
 M:	Nathan Laredo <laredo@gnu.org>
 W:	http://www.stradis.com/
-- 
1.7.1.244.gbdc4


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

* [PATCH 11/12] MAINTAINERS: Remove section WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
  2010-06-09 19:38 [PATCH 00/12] MAINTAINERS: Cleanups after renames/deletions Joe Perches
                   ` (9 preceding siblings ...)
  2010-06-09 19:38 ` [PATCH 10/12] MAINTAINERS: Remove section STRIP Joe Perches
@ 2010-06-09 19:38 ` Joe Perches
  2010-06-11 20:17   ` Andrew Morton
  2010-06-09 19:38 ` [PATCH 12/12] Documentation/networking/wavelan.txt: Deleted, not in tree Joe Perches
  11 siblings, 1 reply; 20+ messages in thread
From: Joe Perches @ 2010-06-09 19:38 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Jean Tourrilhes

commit 1d794e3b353b50ab5d9d46f7c15607f9ec8c78e0 removed it

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Jean Tourrilhes <jt@hpl.hp.com>
---
 MAINTAINERS |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 56a87ac..fb3a7d6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6220,14 +6220,6 @@ F:	Documentation/watchdog/
 F:	drivers/watchdog/
 F:	include/linux/watchdog.h
 
-WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
-M:	Jean Tourrilhes <jt@hpl.hp.com>
-L:	linux-wireless@vger.kernel.org
-W:	http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
-S:	Maintained
-F:	Documentation/networking/wavelan.txt
-F:	drivers/staging/wavelan/
-
 WD7000 SCSI DRIVER
 M:	Miroslav Zagorac <zaga@fly.cc.fer.hr>
 L:	linux-scsi@vger.kernel.org
-- 
1.7.1.244.gbdc4


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

* [PATCH 12/12] Documentation/networking/wavelan.txt: Deleted, not in tree
  2010-06-09 19:38 [PATCH 00/12] MAINTAINERS: Cleanups after renames/deletions Joe Perches
                   ` (10 preceding siblings ...)
  2010-06-09 19:38 ` [PATCH 11/12] MAINTAINERS: Remove section WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS Joe Perches
@ 2010-06-09 19:38 ` Joe Perches
  2010-06-09 19:51   ` Randy Dunlap
  11 siblings, 1 reply; 20+ messages in thread
From: Joe Perches @ 2010-06-09 19:38 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Jean Tourrilhes, Randy Dunlap

commit 1d794e3b353b50ab5d9d46f7c15607f9ec8c78e0 removed the source,
so remove the documentation as well.

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Jean Tourrilhes <jt@hpl.hp.com>
Cc: Randy Dunlap <rdunlap@xenotime.net>
---
 Documentation/networking/wavelan.txt |   73 ----------------------------------
 1 files changed, 0 insertions(+), 73 deletions(-)
 delete mode 100644 Documentation/networking/wavelan.txt

diff --git a/Documentation/networking/wavelan.txt b/Documentation/networking/wavelan.txt
deleted file mode 100644
index afa6e52..0000000
--- a/Documentation/networking/wavelan.txt
+++ /dev/null
@@ -1,73 +0,0 @@
-	The Wavelan drivers saga
-	------------------------
-
-	By Jean Tourrilhes <jt@hpl.hp.com>
-
-	The Wavelan is a Radio network adapter designed by
-Lucent. Under this generic name is hidden quite a variety of hardware,
-and many Linux driver to support it.
-	The get the full story on Wireless LANs, please consult :
-		http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
-
-"wavelan" driver (old ISA Wavelan)
-----------------
-	o Config :	Network device -> Wireless LAN -> AT&T WaveLAN
-	o Location :	.../drivers/net/wireless/wavelan*
-	o in-line doc :	.../drivers/net/wireless/wavelan.p.h
-	o on-line doc :
-	    http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Wavelan.html
-
-	This is the driver for the ISA version of the first generation
-of the Wavelan, now discontinued. The device is 2 Mb/s, composed of a
-Intel 82586 controller and a Lucent Modem, and is NOT 802.11 compliant.
-	The driver has been tested with the following hardware :
-	o Wavelan ISA 915 MHz (full length ISA card) 
-	o Wavelan ISA 915 MHz 2.0 (half length ISA card) 
-	o Wavelan ISA 2.4 GHz (full length ISA card, fixed frequency) 
-	o Wavelan ISA 2.4 GHz 2.0 (half length ISA card, frequency selectable) 
-	o Above cards with the optional DES encryption feature 
-
-"wavelan_cs" driver (old Pcmcia Wavelan)
--------------------
-	o Config :	Network device -> PCMCIA network ->
-				Pcmcia Wireless LAN -> AT&T/Lucent WaveLAN
-	o Location :	.../drivers/net/pcmcia/wavelan*
-	o in-line doc :	.../drivers/net/pcmcia/wavelan_cs.h
-	o on-line doc :
-	    http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Wavelan.html
-
-	This is the driver for the PCMCIA version of the first
-generation of the Wavelan, now discontinued. The device is 2 Mb/s,
-composed of a Intel 82593 controller (totally different from the 82586)
-and a Lucent Modem, and NOT 802.11 compatible.
-	The driver has been tested with the following hardware :
-	o Wavelan Pcmcia 915 MHz 2.0 (Pcmcia card + separate
-					modem/antenna block) 
-	o Wavelan Pcmcia 2.4 GHz 2.0 (Pcmcia card + separate
-					modem/antenna block) 
-
-"wvlan_cs" driver (Wavelan IEEE, GPL)
------------------
-	o Config :	Not yet in kernel
-	o Location :	Pcmcia package 3.1.10+
-	o on-line doc :	http://www.fasta.fh-dortmund.de/users/andy/wvlan/
-
-	This is the driver for the current generation of Wavelan IEEE,
-which is 802.11 compatible. Depending on version, it is 2 Mb/s or 11
-Mb/s, with or without encryption, all implemented in Lucent specific
-DSP (the Hermes).
-	This is a GPL full source PCMCIA driver (ISA is just a Pcmcia
-card with ISA-Pcmcia bridge).
-
-"wavelan2_cs" driver (Wavelan IEEE, binary)
---------------------
-	o Config :	Not yet in kernel
-	o Location :	ftp://sourceforge.org/pcmcia/contrib/
-
-	This driver support exactly the same hardware as the previous
-driver, the main difference is that it is based on a binary library
-and supported by Lucent.
-
-	I hope it clears the confusion ;-)
-
-	Jean
-- 
1.7.1.244.gbdc4


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

* Re: [PATCH 03/12] MAINTAINERS: Update ARM/VOIPAC PXA270 file patterns
  2010-06-09 19:38 ` [PATCH 03/12] MAINTAINERS: Update ARM/VOIPAC PXA270 " Joe Perches
@ 2010-06-09 19:45   ` Marek Vasut
  0 siblings, 0 replies; 20+ messages in thread
From: Marek Vasut @ 2010-06-09 19:45 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, linux-kernel

Dne St 9. června 2010 21:38:29 Joe Perches napsal(a):
> Signed-off-by: Joe Perches <joe@perches.com>
> Cc: Marek Vasut <marek.vasut@gmail.com>
> ---
>  MAINTAINERS |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9046e97..eaffcbe 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1008,7 +1008,7 @@ M:	Marek Vasut <marek.vasut@gmail.com>
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:	Maintained
>  F:	arch/arm/mach-pxa/vpac270.c
> -F:	arch/arm/mach-pxa/include/mach-pxa/vpac270.h
> +F:	arch/arm/mach-pxa/include/mach/vpac270.h
> 
>  ARM/ZIPIT Z2 SUPPORT
>  M:	Marek Vasut <marek.vasut@gmail.com>

Obviously

Acked-by: Marek Vasut <marek.vasut@gmail.com>

Thanks !

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

* Re: [PATCH 12/12] Documentation/networking/wavelan.txt: Deleted, not in tree
  2010-06-09 19:38 ` [PATCH 12/12] Documentation/networking/wavelan.txt: Deleted, not in tree Joe Perches
@ 2010-06-09 19:51   ` Randy Dunlap
  0 siblings, 0 replies; 20+ messages in thread
From: Randy Dunlap @ 2010-06-09 19:51 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, linux-kernel, Jean Tourrilhes

On Wed,  9 Jun 2010 12:38:38 -0700 Joe Perches wrote:

> commit 1d794e3b353b50ab5d9d46f7c15607f9ec8c78e0 removed the source,
> so remove the documentation as well.
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> Cc: Jean Tourrilhes <jt@hpl.hp.com>
> Cc: Randy Dunlap <rdunlap@xenotime.net>

Acked-by: Randy Dunlap <rdunlap@xenotime.net>

Thanks.

Andrew, please push this patch.


> ---
>  Documentation/networking/wavelan.txt |   73 ----------------------------------
>  1 files changed, 0 insertions(+), 73 deletions(-)
>  delete mode 100644 Documentation/networking/wavelan.txt
> 
> diff --git a/Documentation/networking/wavelan.txt b/Documentation/networking/wavelan.txt
> deleted file mode 100644
> index afa6e52..0000000
> --- a/Documentation/networking/wavelan.txt
> +++ /dev/null
> @@ -1,73 +0,0 @@
> -	The Wavelan drivers saga
> -	------------------------
> -
> -	By Jean Tourrilhes <jt@hpl.hp.com>
> -
> -	The Wavelan is a Radio network adapter designed by
> -Lucent. Under this generic name is hidden quite a variety of hardware,
> -and many Linux driver to support it.
> -	The get the full story on Wireless LANs, please consult :
> -		http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
> -
> -"wavelan" driver (old ISA Wavelan)
> -----------------
> -	o Config :	Network device -> Wireless LAN -> AT&T WaveLAN
> -	o Location :	.../drivers/net/wireless/wavelan*
> -	o in-line doc :	.../drivers/net/wireless/wavelan.p.h
> -	o on-line doc :
> -	    http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Wavelan.html
> -
> -	This is the driver for the ISA version of the first generation
> -of the Wavelan, now discontinued. The device is 2 Mb/s, composed of a
> -Intel 82586 controller and a Lucent Modem, and is NOT 802.11 compliant.
> -	The driver has been tested with the following hardware :
> -	o Wavelan ISA 915 MHz (full length ISA card) 
> -	o Wavelan ISA 915 MHz 2.0 (half length ISA card) 
> -	o Wavelan ISA 2.4 GHz (full length ISA card, fixed frequency) 
> -	o Wavelan ISA 2.4 GHz 2.0 (half length ISA card, frequency selectable) 
> -	o Above cards with the optional DES encryption feature 
> -
> -"wavelan_cs" driver (old Pcmcia Wavelan)
> --------------------
> -	o Config :	Network device -> PCMCIA network ->
> -				Pcmcia Wireless LAN -> AT&T/Lucent WaveLAN
> -	o Location :	.../drivers/net/pcmcia/wavelan*
> -	o in-line doc :	.../drivers/net/pcmcia/wavelan_cs.h
> -	o on-line doc :
> -	    http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Wavelan.html
> -
> -	This is the driver for the PCMCIA version of the first
> -generation of the Wavelan, now discontinued. The device is 2 Mb/s,
> -composed of a Intel 82593 controller (totally different from the 82586)
> -and a Lucent Modem, and NOT 802.11 compatible.
> -	The driver has been tested with the following hardware :
> -	o Wavelan Pcmcia 915 MHz 2.0 (Pcmcia card + separate
> -					modem/antenna block) 
> -	o Wavelan Pcmcia 2.4 GHz 2.0 (Pcmcia card + separate
> -					modem/antenna block) 
> -
> -"wvlan_cs" driver (Wavelan IEEE, GPL)
> ------------------
> -	o Config :	Not yet in kernel
> -	o Location :	Pcmcia package 3.1.10+
> -	o on-line doc :	http://www.fasta.fh-dortmund.de/users/andy/wvlan/
> -
> -	This is the driver for the current generation of Wavelan IEEE,
> -which is 802.11 compatible. Depending on version, it is 2 Mb/s or 11
> -Mb/s, with or without encryption, all implemented in Lucent specific
> -DSP (the Hermes).
> -	This is a GPL full source PCMCIA driver (ISA is just a Pcmcia
> -card with ISA-Pcmcia bridge).
> -
> -"wavelan2_cs" driver (Wavelan IEEE, binary)
> ---------------------
> -	o Config :	Not yet in kernel
> -	o Location :	ftp://sourceforge.org/pcmcia/contrib/
> -
> -	This driver support exactly the same hardware as the previous
> -driver, the main difference is that it is based on a binary library
> -and supported by Lucent.
> -
> -	I hope it clears the confusion ;-)
> -
> -	Jean
> -- 
> 1.7.1.244.gbdc4
> 


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

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

* Re: [PATCH 08/12] MAINTAINERS: Remove section SMX UIO Interface
  2010-06-09 19:38 ` [PATCH 08/12] MAINTAINERS: Remove section SMX UIO Interface Joe Perches
@ 2010-06-09 22:32   ` Hans J. Koch
  2010-06-09 22:51   ` Ben Nizette
  1 sibling, 0 replies; 20+ messages in thread
From: Hans J. Koch @ 2010-06-09 22:32 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, linux-kernel, Ben Nizette

On Wed, Jun 09, 2010 at 12:38:34PM -0700, Joe Perches wrote:
> commit d6e976c0d258c9547a308bd8a9a82ec93e2bc6e2
> removed the file

oops, I forgot the MAINTAINERS entry when I removed the driver.
Thank you for cleaning up these things!

Hans

> 
> Signed-off-by: Joe Perches <joe@perches.com>

Acked-by: Hans J. Koch <hjk@linutronix.de>

> Cc: Ben Nizette <bn@niasdigital.com>
> ---
>  MAINTAINERS |    5 -----
>  1 files changed, 0 insertions(+), 5 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 765322e..8aac474 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5226,11 +5226,6 @@ L:	netdev@vger.kernel.org
>  S:	Supported
>  F:	drivers/net/smsc9420.*
>  
> -SMX UIO Interface
> -M:	Ben Nizette <bn@niasdigital.com>
> -S:	Maintained
> -F:	drivers/uio/uio_smx.c
> -
>  SN-IA64 (Itanium) SUB-PLATFORM
>  M:	Jes Sorensen <jes@sgi.com>
>  L:	linux-altix@sgi.com
> -- 
> 1.7.1.244.gbdc4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

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

* Re: [PATCH 08/12] MAINTAINERS: Remove section SMX UIO Interface
  2010-06-09 19:38 ` [PATCH 08/12] MAINTAINERS: Remove section SMX UIO Interface Joe Perches
  2010-06-09 22:32   ` Hans J. Koch
@ 2010-06-09 22:51   ` Ben Nizette
  1 sibling, 0 replies; 20+ messages in thread
From: Ben Nizette @ 2010-06-09 22:51 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, linux-kernel


On 10/06/2010, at 5:38 AM, Joe Perches wrote:

> commit d6e976c0d258c9547a308bd8a9a82ec93e2bc6e2
> removed the file
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> Cc: Ben Nizette <bn@niasdigital.com>

Acked-by: Ben Nizette <bn@niasdigital.com>

Thanks!

> ---
> MAINTAINERS |    5 -----
> 1 files changed, 0 insertions(+), 5 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 765322e..8aac474 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5226,11 +5226,6 @@ L:	netdev@vger.kernel.org
> S:	Supported
> F:	drivers/net/smsc9420.*
> 
> -SMX UIO Interface
> -M:	Ben Nizette <bn@niasdigital.com>
> -S:	Maintained
> -F:	drivers/uio/uio_smx.c
> -
> SN-IA64 (Itanium) SUB-PLATFORM
> M:	Jes Sorensen <jes@sgi.com>
> L:	linux-altix@sgi.com
> -- 
> 1.7.1.244.gbdc4
> 


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

* Re: [PATCH 02/12] MAINTAINERS: Update ARM/NUVOTON W90X900 ARM  ARCHITECTURE file patterns
  2010-06-09 19:38 ` [PATCH 02/12] MAINTAINERS: Update ARM/NUVOTON W90X900 ARM ARCHITECTURE " Joe Perches
@ 2010-06-10  1:47   ` Wan ZongShun
  2010-06-10  1:55     ` Joe Perches
  0 siblings, 1 reply; 20+ messages in thread
From: Wan ZongShun @ 2010-06-10  1:47 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, linux-kernel, Mark Brown

Hi Joe,

2010/6/10 Joe Perches <joe@perches.com>:
> Signed-off-by: Joe Perches <joe@perches.com>
> Cc:  Wan ZongShun <mcuos.com@gmail.com>
> ---
>  MAINTAINERS |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2af46b6..9046e97 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -974,12 +974,11 @@ F:        drivers/input/keyboard/w90p910_keypad.c
>  F:     drivers/input/touchscreen/w90p910_ts.c
>  F:     drivers/watchdog/nuc900_wdt.c
>  F:     drivers/net/arm/w90p910_ether.c
> -F:     drivers/mtd/nand/w90p910_nand.c
> +F:     drivers/mtd/nand/nuc900_nand.c
>  F:     drivers/rtc/rtc-nuc900.c
>  F:     drivers/spi/spi_nuc900.c
>  F:     drivers/usb/host/ehci-w90x900.c
>  F:     drivers/video/nuc900fb.c
> -F:     drivers/sound/soc/nuc900/

The NUC900 audio driver has been applied by Mark.
It seems not to have been merged into mainline tree yet.

so, thanks for your patch.

Acked-by: Wan ZongShun <mcuos.com@gmail.com>

>
>  ARM/U300 MACHINE SUPPORT
>  M:     Linus Walleij <linus.walleij@stericsson.com>
> --
> 1.7.1.244.gbdc4
>
>



-- 
*linux-arm-kernel mailing list
mail addr:linux-arm-kernel@lists.infradead.org
you can subscribe by:
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

* linux-arm-NUC900 mailing list
mail addr:NUC900@googlegroups.com
main web: https://groups.google.com/group/NUC900
you can subscribe it by sending me mail:
mcuos.com@gmail.com

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

* Re: [PATCH 02/12] MAINTAINERS: Update ARM/NUVOTON W90X900 ARM  ARCHITECTURE file patterns
  2010-06-10  1:47   ` Wan ZongShun
@ 2010-06-10  1:55     ` Joe Perches
  0 siblings, 0 replies; 20+ messages in thread
From: Joe Perches @ 2010-06-10  1:55 UTC (permalink / raw)
  To: Wan ZongShun; +Cc: Andrew Morton, linux-kernel, Mark Brown

On Thu, 2010-06-10 at 09:47 +0800, Wan ZongShun wrote:
> Hi Joe,

Hi.

> 2010/6/10 Joe Perches <joe@perches.com>:
> > Signed-off-by: Joe Perches <joe@perches.com>
> > Cc:  Wan ZongShun <mcuos.com@gmail.com>
> > ---
> >  MAINTAINERS |    3 +--
> >  1 files changed, 1 insertions(+), 2 deletions(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 2af46b6..9046e97 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -974,12 +974,11 @@ F:        drivers/input/keyboard/w90p910_keypad.c
> >  F:     drivers/input/touchscreen/w90p910_ts.c
> >  F:     drivers/watchdog/nuc900_wdt.c
> >  F:     drivers/net/arm/w90p910_ether.c
> > -F:     drivers/mtd/nand/w90p910_nand.c
> > +F:     drivers/mtd/nand/nuc900_nand.c
> >  F:     drivers/rtc/rtc-nuc900.c
> >  F:     drivers/spi/spi_nuc900.c
> >  F:     drivers/usb/host/ehci-w90x900.c
> >  F:     drivers/video/nuc900fb.c
> > -F:     drivers/sound/soc/nuc900/
> 
> The NUC900 audio driver has been applied by Mark.
> It seems not to have been merged into mainline tree yet.

I presume when it does it should be in
sound/soc/ not drivers/sound/soc

cheers, Joe


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

* Re: [PATCH 11/12] MAINTAINERS: Remove section WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
  2010-06-09 19:38 ` [PATCH 11/12] MAINTAINERS: Remove section WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS Joe Perches
@ 2010-06-11 20:17   ` Andrew Morton
  0 siblings, 0 replies; 20+ messages in thread
From: Andrew Morton @ 2010-06-11 20:17 UTC (permalink / raw)
  To: Joe Perches; +Cc: linux-kernel, Jean Tourrilhes, Wolfram Sang

On Wed,  9 Jun 2010 12:38:37 -0700
Joe Perches <joe@perches.com> wrote:

> commit 1d794e3b353b50ab5d9d46f7c15607f9ec8c78e0 removed it

grump.

Sentences start with capital letters and end with full-stops.

The preferred way of referring to a commit ID is

	1d794e3b353b50ab5d9d46f7c15607f9ec8c78e0 ("Staging: wavelan: delete the driver").

or

	1d794e3b353b ("Staging: wavelan: delete the driver").

Yes, it's a pita entering that in there, but I'd rather it be your pita
than my pita ;)

If someone can come up with a checkpatch rule which detects a git hash
not followed by ("text"), that would help.


Alternatively, we beat Linus up and just use bare commit ID's.  All
commit IDs refer to Linus's tree anwyay, so if someone wants to locate
a commit within a different tree, they look up the patch title in
Linus's tree first.

Except for when people send commit ID's which just don't exist in
Linus's tree, which happens occasionally.

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

end of thread, other threads:[~2010-06-11 20:18 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-09 19:38 [PATCH 00/12] MAINTAINERS: Cleanups after renames/deletions Joe Perches
2010-06-09 19:38 ` [PATCH 01/12] MAINTAINERS: Update ARM/BCMRING MTD NAND DRIVER file patterns Joe Perches
2010-06-09 19:38 ` [PATCH 02/12] MAINTAINERS: Update ARM/NUVOTON W90X900 ARM ARCHITECTURE " Joe Perches
2010-06-10  1:47   ` Wan ZongShun
2010-06-10  1:55     ` Joe Perches
2010-06-09 19:38 ` [PATCH 03/12] MAINTAINERS: Update ARM/VOIPAC PXA270 " Joe Perches
2010-06-09 19:45   ` Marek Vasut
2010-06-09 19:38 ` [PATCH 04/12] MAINTAINERS: Update ARM/ZIPIT Z2 SUPPORT " Joe Perches
2010-06-09 19:38 ` [PATCH 05/12] MAINTAINERS: Update NETWORKING [WIRELESS] " Joe Perches
2010-06-09 19:38 ` [PATCH 06/12] MAINTAINERS: Update PPP OVER L2TP " Joe Perches
2010-06-09 19:38 ` [PATCH 07/12] MAINTAINERS: Update RICOH SMARTMEDIA/XD DRIVER " Joe Perches
2010-06-09 19:38 ` [PATCH 08/12] MAINTAINERS: Remove section SMX UIO Interface Joe Perches
2010-06-09 22:32   ` Hans J. Koch
2010-06-09 22:51   ` Ben Nizette
2010-06-09 19:38 ` [PATCH 09/12] MAINTAINERS: Update SPEAR CLOCK FRAMEWORK SUPPORT file patterns Joe Perches
2010-06-09 19:38 ` [PATCH 10/12] MAINTAINERS: Remove section STRIP Joe Perches
2010-06-09 19:38 ` [PATCH 11/12] MAINTAINERS: Remove section WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS Joe Perches
2010-06-11 20:17   ` Andrew Morton
2010-06-09 19:38 ` [PATCH 12/12] Documentation/networking/wavelan.txt: Deleted, not in tree Joe Perches
2010-06-09 19:51   ` Randy Dunlap

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