2011-03-26 22:38:02

by Joe Perches

[permalink] [raw]
Subject: [PATCH 1/2] MAINTAINERS: Update m68knommu patterns

Commit 66d857b08b ("m68k: merge m68k and m68knommu arch directories")
moved the files around.

cc: Greg Ungerer <[email protected]>
Signed-off-by: Joe Perches <[email protected]>
---
MAINTAINERS | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4fb9017..735f124 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6274,7 +6274,8 @@ M: Greg Ungerer <[email protected]>
W: http://www.uclinux.org/
L: [email protected] (subscribers-only)
S: Maintained
-F: arch/m68knommu/
+F: arch/m68k/*/*_no.*
+F: arch/m68k/include/asm/*_no.*

UCLINUX FOR RENESAS H8/300 (H8300)
M: Yoshinori Sato <[email protected]>
--
1.7.4.2.g597a6.dirty


2011-03-26 22:38:00

by Joe Perches

[permalink] [raw]
Subject: [PATCH 2/2] MAINTAINERS: Update various tty patterns

Commits 4a6514e6d0
("tty: move obsolete and broken tty drivers to drivers/staging/tty/")
and a6afd9f3e8
("tty: move a number of tty drivers from drivers/char/ to drivers/tty/")
moved files around.

Update patterns and orphan some files that were moved to staging.

cc: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Joe Perches <[email protected]>
---
MAINTAINERS | 29 +++++++++++++----------------
1 files changed, 13 insertions(+), 16 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 735f124..a512d04 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -184,10 +184,9 @@ F: Documentation/filesystems/9p.txt
F: fs/9p/

A2232 SERIAL BOARD DRIVER
-M: Enver Haase <[email protected]>
L: [email protected]
-S: Maintained
-F: drivers/char/ser_a2232*
+S: Orphan
+F: drivers/staging/generic_serial/ser_a2232*

AACRAID SCSI RAID DRIVER
M: Adaptec OEM Raid Solutions <[email protected]>
@@ -1833,11 +1832,10 @@ S: Maintained
F: drivers/platform/x86/compal-laptop.c

COMPUTONE INTELLIPORT MULTIPORT CARD
-M: "Michael H. Warfield" <[email protected]>
W: http://www.wittsend.com/computone.html
-S: Maintained
+S: Orphan
F: Documentation/serial/computone.txt
-F: drivers/char/ip2/
+F: drivers/staging/tty/ip2/

CONEXANT ACCESSRUNNER USB DRIVER
M: Simon Arlott <[email protected]>
@@ -2020,7 +2018,7 @@ F: drivers/net/wan/cycx*
CYCLADES ASYNC MUX DRIVER
W: http://www.cyclades.com/
S: Orphan
-F: drivers/char/cyclades.c
+F: drivers/tty/cyclades.c
F: include/linux/cyclades.h

CYCLADES PC300 DRIVER
@@ -2134,8 +2132,8 @@ L: [email protected]
W: http://www.digi.com
S: Orphan
F: Documentation/serial/digiepca.txt
-F: drivers/char/epca*
-F: drivers/char/digi*
+F: drivers/staging/tty/epca*
+F: drivers/staging/tty/digi*

DIOLAN U2C-12 I2C DRIVER
M: Guenter Roeck <[email protected]>
@@ -4218,7 +4216,7 @@ MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
M: Jiri Slaby <[email protected]>
S: Maintained
F: Documentation/serial/moxa-smartio
-F: drivers/char/mxser.*
+F: drivers/tty/mxser.*

MSI LAPTOP SUPPORT
M: "Lee, Chun-Yi" <[email protected]>
@@ -4260,7 +4258,7 @@ F: sound/oss/msnd*

MULTITECH MULTIPORT CARD (ISICOM)
S: Orphan
-F: drivers/char/isicom.c
+F: drivers/tty/isicom.c
F: include/linux/isicom.h

MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
@@ -5299,14 +5297,14 @@ F: drivers/memstick/host/r592.*
RISCOM8 DRIVER
S: Orphan
F: Documentation/serial/riscom8.txt
-F: drivers/char/riscom8*
+F: drivers/staging/tty/riscom8*

ROCKETPORT DRIVER
P: Comtrol Corp.
W: http://www.comtrol.com
S: Maintained
F: Documentation/serial/rocket.txt
-F: drivers/char/rocket*
+F: drivers/tty/rocket*

ROSE NETWORK LAYER
M: Ralf Baechle <[email protected]>
@@ -5942,10 +5940,9 @@ F: arch/arm/mach-spear6xx/spear600.c
F: arch/arm/mach-spear6xx/spear600_evb.c

SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
-M: Roger Wolff <[email protected]>
-S: Supported
+S: Orphan
F: Documentation/serial/specialix.txt
-F: drivers/char/specialix*
+F: drivers/staging/tty/specialix*

SPI SUBSYSTEM
M: David Brownell <[email protected]>
--
1.7.4.2.g597a6.dirty

2011-03-27 11:29:47

by Greg Ungerer

[permalink] [raw]
Subject: Re: [PATCH 1/2] MAINTAINERS: Update m68knommu patterns

On 27/03/11 08:37, Joe Perches wrote:
> Commit 66d857b08b ("m68k: merge m68k and m68knommu arch directories")
> moved the files around.
>
> cc: Greg Ungerer<[email protected]>

Acked-by: Greg Ungerer <[email protected]>

Thanks Joe!


> Signed-off-by: Joe Perches<[email protected]>
> ---
> MAINTAINERS | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4fb9017..735f124 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6274,7 +6274,8 @@ M: Greg Ungerer<[email protected]>
> W: http://www.uclinux.org/
> L: [email protected] (subscribers-only)
> S: Maintained
> -F: arch/m68knommu/
> +F: arch/m68k/*/*_no.*
> +F: arch/m68k/include/asm/*_no.*
>
> UCLINUX FOR RENESAS H8/300 (H8300)
> M: Yoshinori Sato<[email protected]>


--
------------------------------------------------------------------------
Greg Ungerer -- Principal Engineer EMAIL: [email protected]
SnapGear Group, McAfee PHONE: +61 7 3435 2888
8 Gardner Close FAX: +61 7 3217 5323
Milton, QLD, 4064, Australia WEB: http://www.SnapGear.com