2010-06-09 19:38:42

by Joe Perches

[permalink] [raw]
Subject: [PATCH 00/12] MAINTAINERS: Cleanups after renames/deletions

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


2010-06-09 19:38:52

by Joe Perches

[permalink] [raw]
Subject: [PATCH 12/12] Documentation/networking/wavelan.txt: Deleted, not in tree

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

Signed-off-by: Joe Perches <[email protected]>
Cc: Jean Tourrilhes <[email protected]>
Cc: Randy Dunlap <[email protected]>
---
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 <[email protected]>
-
- 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

2010-06-09 19:38:50

by Joe Perches

[permalink] [raw]
Subject: [PATCH 08/12] MAINTAINERS: Remove section SMX UIO Interface

commit d6e976c0d258c9547a308bd8a9a82ec93e2bc6e2
removed the file

Signed-off-by: Joe Perches <[email protected]>
Cc: Ben Nizette <[email protected]>
---
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: [email protected]
S: Supported
F: drivers/net/smsc9420.*

-SMX UIO Interface
-M: Ben Nizette <[email protected]>
-S: Maintained
-F: drivers/uio/uio_smx.c
-
SN-IA64 (Itanium) SUB-PLATFORM
M: Jes Sorensen <[email protected]>
L: [email protected]
--
1.7.1.244.gbdc4

2010-06-09 19:39:16

by Joe Perches

[permalink] [raw]
Subject: [PATCH 09/12] MAINTAINERS: Update SPEAR CLOCK FRAMEWORK SUPPORT file patterns

Signed-off-by: Joe Perches <[email protected]>
Cc: Viresh Kumar <[email protected]>
---
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 <[email protected]>
--
1.7.1.244.gbdc4

2010-06-09 19:38:45

by Joe Perches

[permalink] [raw]
Subject: [PATCH 02/12] MAINTAINERS: Update ARM/NUVOTON W90X900 ARM ARCHITECTURE file patterns

Signed-off-by: Joe Perches <[email protected]>
Cc: Wan ZongShun <[email protected]>
---
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 <[email protected]>
--
1.7.1.244.gbdc4

2010-06-09 19:38:48

by Joe Perches

[permalink] [raw]
Subject: [PATCH 05/12] MAINTAINERS: Update NETWORKING [WIRELESS] file patterns

Signed-off-by: Joe Perches <[email protected]>
Cc: "John W. Linville" <[email protected]>
---
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

2010-06-09 19:39:12

by Joe Perches

[permalink] [raw]
Subject: [PATCH 11/12] MAINTAINERS: Remove section WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS

commit 1d794e3b353b50ab5d9d46f7c15607f9ec8c78e0 removed it

Signed-off-by: Joe Perches <[email protected]>
Cc: Jean Tourrilhes <[email protected]>
---
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 <[email protected]>
-L: [email protected]
-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 <[email protected]>
L: [email protected]
--
1.7.1.244.gbdc4

2010-06-09 19:39:14

by Joe Perches

[permalink] [raw]
Subject: [PATCH 10/12] MAINTAINERS: Remove section STRIP

commit f80a3f62383bf673c310926d55142d51f118926d removed it

Signed-off-by: Joe Perches <[email protected]>
---
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 <[email protected]>
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 <[email protected]>
W: http://www.stradis.com/
--
1.7.1.244.gbdc4

2010-06-09 19:39:53

by Joe Perches

[permalink] [raw]
Subject: [PATCH 07/12] MAINTAINERS: Update RICOH SMARTMEDIA/XD DRIVER file patterns

Entered as 822 (10 key typo?)

Signed-off-by: Joe Perches <[email protected]>
Cc: Maxim Levitsky <[email protected]>
---
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 <[email protected]>
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

2010-06-09 19:40:09

by Joe Perches

[permalink] [raw]
Subject: [PATCH 06/12] MAINTAINERS: Update PPP OVER L2TP file patterns

commit 21b4aaa14329db793832e865f15000c5c0192ac3
moved the file

Signed-off-by: Joe Perches <[email protected]>
Cc: James Chapman <[email protected]>
---
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 <[email protected]>
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

2010-06-09 19:40:30

by Joe Perches

[permalink] [raw]
Subject: [PATCH 04/12] MAINTAINERS: Update ARM/ZIPIT Z2 SUPPORT file patterns

Use correct file location

Signed-off-by: Joe Perches <[email protected]>
Cc: Marek Vasut <[email protected]>
---
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 <[email protected]>
L: [email protected] (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 <[email protected]>
--
1.7.1.244.gbdc4

2010-06-09 19:40:48

by Joe Perches

[permalink] [raw]
Subject: [PATCH 03/12] MAINTAINERS: Update ARM/VOIPAC PXA270 file patterns

Signed-off-by: Joe Perches <[email protected]>
Cc: Marek Vasut <[email protected]>
---
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 <[email protected]>
L: [email protected] (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 <[email protected]>
--
1.7.1.244.gbdc4

2010-06-09 19:41:05

by Joe Perches

[permalink] [raw]
Subject: [PATCH 01/12] MAINTAINERS: Update ARM/BCMRING MTD NAND DRIVER file patterns

Signed-off-by: Joe Perches <[email protected]>
Cc: Leo Chen <[email protected]>
Cc: Scott Branden <[email protected]>
---
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: [email protected]
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

2010-06-09 19:47:45

by Marek Vasut

[permalink] [raw]
Subject: Re: [PATCH 03/12] MAINTAINERS: Update ARM/VOIPAC PXA270 file patterns

Dne St 9. června 2010 21:38:29 Joe Perches napsal(a):
> Signed-off-by: Joe Perches <[email protected]>
> Cc: Marek Vasut <[email protected]>
> ---
> 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 <[email protected]>
> L: [email protected] (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 <[email protected]>

Obviously

Acked-by: Marek Vasut <[email protected]>

Thanks !

2010-06-09 19:51:14

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH 12/12] Documentation/networking/wavelan.txt: Deleted, not in tree

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 <[email protected]>
> Cc: Jean Tourrilhes <[email protected]>
> Cc: Randy Dunlap <[email protected]>

Acked-by: Randy Dunlap <[email protected]>

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 <[email protected]>
> -
> - 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 ***

2010-06-09 22:33:44

by Hans J. Koch

[permalink] [raw]
Subject: Re: [PATCH 08/12] MAINTAINERS: Remove section SMX UIO Interface

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 <[email protected]>

Acked-by: Hans J. Koch <[email protected]>

> Cc: Ben Nizette <[email protected]>
> ---
> 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: [email protected]
> S: Supported
> F: drivers/net/smsc9420.*
>
> -SMX UIO Interface
> -M: Ben Nizette <[email protected]>
> -S: Maintained
> -F: drivers/uio/uio_smx.c
> -
> SN-IA64 (Itanium) SUB-PLATFORM
> M: Jes Sorensen <[email protected]>
> L: [email protected]
> --
> 1.7.1.244.gbdc4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

2010-06-09 23:00:36

by Ben Nizette

[permalink] [raw]
Subject: Re: [PATCH 08/12] MAINTAINERS: Remove section SMX UIO Interface


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

> commit d6e976c0d258c9547a308bd8a9a82ec93e2bc6e2
> removed the file
>
> Signed-off-by: Joe Perches <[email protected]>
> Cc: Ben Nizette <[email protected]>

Acked-by: Ben Nizette <[email protected]>

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: [email protected]
> S: Supported
> F: drivers/net/smsc9420.*
>
> -SMX UIO Interface
> -M: Ben Nizette <[email protected]>
> -S: Maintained
> -F: drivers/uio/uio_smx.c
> -
> SN-IA64 (Itanium) SUB-PLATFORM
> M: Jes Sorensen <[email protected]>
> L: [email protected]
> --
> 1.7.1.244.gbdc4
>

2010-06-10 01:47:17

by Wan ZongShun

[permalink] [raw]
Subject: Re: [PATCH 02/12] MAINTAINERS: Update ARM/NUVOTON W90X900 ARM ARCHITECTURE file patterns

Hi Joe,

2010/6/10 Joe Perches <[email protected]>:
> Signed-off-by: Joe Perches <[email protected]>
> Cc:  Wan ZongShun <[email protected]>
> ---
>  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 <[email protected]>

>
>  ARM/U300 MACHINE SUPPORT
>  M:     Linus Walleij <[email protected]>
> --
> 1.7.1.244.gbdc4
>
>



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

* linux-arm-NUC900 mailing list
mail addr:[email protected]
main web: https://groups.google.com/group/NUC900
you can subscribe it by sending me mail:
[email protected]

2010-06-10 01:55:16

by Joe Perches

[permalink] [raw]
Subject: Re: [PATCH 02/12] MAINTAINERS: Update ARM/NUVOTON W90X900 ARM ARCHITECTURE file patterns

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

Hi.

> 2010/6/10 Joe Perches <[email protected]>:
> > Signed-off-by: Joe Perches <[email protected]>
> > Cc: Wan ZongShun <[email protected]>
> > ---
> > 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

2010-06-11 20:18:53

by Andrew Morton

[permalink] [raw]
Subject: Re: [PATCH 11/12] MAINTAINERS: Remove section WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS

On Wed, 9 Jun 2010 12:38:37 -0700
Joe Perches <[email protected]> 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.