* [PATCH 0/5] MAINTAINERS: pattern updates
@ 2009-06-18 18:08 Joe Perches
2009-06-18 18:08 ` [PATCH 1/5] MAINTAINERS: Fix Atheros pattern paths Joe Perches
` (4 more replies)
0 siblings, 5 replies; 7+ messages in thread
From: Joe Perches @ 2009-06-18 18:08 UTC (permalink / raw)
To: LKML; +Cc: Andrew Morton
A few miscellaneous cleanups of patterns
Joe Perches (5):
MAINTAINERS: Fix Atheros pattern paths
MAINTAINERS: Update Ftrace documentation pattern
MAINTAINERS: Update wireless.h path
MAINTAINERS: ieee802154 fix pattern typo
MAINTAINERS: kmemtrace pattern update
MAINTAINERS | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/5] MAINTAINERS: Fix Atheros pattern paths
2009-06-18 18:08 [PATCH 0/5] MAINTAINERS: pattern updates Joe Perches
@ 2009-06-18 18:08 ` Joe Perches
2009-06-18 18:08 ` [PATCH 2/5] MAINTAINERS: Update Ftrace documentation pattern Joe Perches
` (3 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Joe Perches @ 2009-06-18 18:08 UTC (permalink / raw)
To: LKML
Cc: Andrew Morton, Bob Copeland, Luis R . Rodriguez, Nick Kossifidis,
Jiri Slaby, ath5k-devel, linux-wireless, netdev
Signed-off-by: Joe Perches <joe@perches.com>
---
MAINTAINERS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index fb94add..4e73646 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -946,7 +946,7 @@ M: me@bobcopeland.com
L: linux-wireless@vger.kernel.org
L: ath5k-devel@lists.ath5k.org
S: Maintained
-F: drivers/net/wireless/ath5k/
+F: drivers/net/wireless/ath/ath5k/
ATHEROS ATH9K WIRELESS DRIVER
P: Luis R. Rodriguez
@@ -962,7 +962,7 @@ M: senthilkumar@atheros.com
L: linux-wireless@vger.kernel.org
L: ath9k-devel@lists.ath9k.org
S: Supported
-F: drivers/net/wireless/ath9k/
+F: drivers/net/wireless/ath/ath9k/
ATHEROS AR9170 WIRELESS DRIVER
P: Christian Lamparter
@@ -970,7 +970,7 @@ M: chunkeey@web.de
L: linux-wireless@vger.kernel.org
W: http://wireless.kernel.org/en/users/Drivers/ar9170
S: Maintained
-F: drivers/net/wireless/ar9170/
+F: drivers/net/wireless/ath/ar9170/
ATI_REMOTE2 DRIVER
P: Ville Syrjala
--
1.6.3.1.10.g659a0.dirty
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 2/5] MAINTAINERS: Update Ftrace documentation pattern
2009-06-18 18:08 [PATCH 0/5] MAINTAINERS: pattern updates Joe Perches
2009-06-18 18:08 ` [PATCH 1/5] MAINTAINERS: Fix Atheros pattern paths Joe Perches
@ 2009-06-18 18:08 ` Joe Perches
2009-06-18 18:08 ` [PATCH 3/5] MAINTAINERS: Update wireless.h path Joe Perches
` (2 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Joe Perches @ 2009-06-18 18:08 UTC (permalink / raw)
To: LKML; +Cc: Andrew Morton, Randy Dunlap, Steven Rostedt, linux-doc
Signed-off-by: Joe Perches <joe@perches.com>
---
MAINTAINERS | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 4e73646..d9b3665 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2391,7 +2391,7 @@ FTRACE
P: Steven Rostedt
M: rostedt@goodmis.org
S: Maintained
-F: Documentation/ftrace.txt
+F: Documentation/trace/ftrace.txt
F: arch/*/*/*/ftrace.h
F: arch/*/kernel/ftrace.c
F: include/*/ftrace.h
--
1.6.3.1.10.g659a0.dirty
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 3/5] MAINTAINERS: Update wireless.h path
2009-06-18 18:08 [PATCH 0/5] MAINTAINERS: pattern updates Joe Perches
2009-06-18 18:08 ` [PATCH 1/5] MAINTAINERS: Fix Atheros pattern paths Joe Perches
2009-06-18 18:08 ` [PATCH 2/5] MAINTAINERS: Update Ftrace documentation pattern Joe Perches
@ 2009-06-18 18:08 ` Joe Perches
2009-06-18 18:08 ` [PATCH 4/5] MAINTAINERS: ieee802154 fix pattern typo Joe Perches
2009-06-18 18:08 ` [PATCH 5/5] MAINTAINERS: kmemtrace pattern update Joe Perches
4 siblings, 0 replies; 7+ messages in thread
From: Joe Perches @ 2009-06-18 18:08 UTC (permalink / raw)
To: LKML; +Cc: Andrew Morton, John W . Linville, linux-wireless
Signed-off-by: Joe Perches <joe@perches.com>
---
MAINTAINERS | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index d9b3665..f4175c5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4084,7 +4084,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
S: Maintained
F: net/wireless/
F: include/net/ieee80211*
-F: include/net/wireless.h
+F: include/linux/wireless.h
NETWORKING DRIVERS
L: netdev@vger.kernel.org
--
1.6.3.1.10.g659a0.dirty
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 4/5] MAINTAINERS: ieee802154 fix pattern typo
2009-06-18 18:08 [PATCH 0/5] MAINTAINERS: pattern updates Joe Perches
` (2 preceding siblings ...)
2009-06-18 18:08 ` [PATCH 3/5] MAINTAINERS: Update wireless.h path Joe Perches
@ 2009-06-18 18:08 ` Joe Perches
2009-06-19 12:10 ` Dmitry Eremin-Solenikov
2009-06-18 18:08 ` [PATCH 5/5] MAINTAINERS: kmemtrace pattern update Joe Perches
4 siblings, 1 reply; 7+ messages in thread
From: Joe Perches @ 2009-06-18 18:08 UTC (permalink / raw)
To: LKML
Cc: Andrew Morton, Sergey Lapin, Dmitry Eremin-Solenikov,
linux-zigbee-devel
Signed-off-by: Joe Perches <joe@perches.com>
---
MAINTAINERS | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index f4175c5..2375de3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2850,7 +2850,7 @@ W: http://apps.sourceforge.net/trac/linux-zigbee
T: git git://git.kernel.org/pub/scm/linux/kernel/git/lumag/lowpan.git
S: Maintained
F: net/ieee802154/
-F: drivers/ieee801254/
+F: drivers/ieee802154/
INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
P: Mimi Zohar
--
1.6.3.1.10.g659a0.dirty
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 5/5] MAINTAINERS: kmemtrace pattern update
2009-06-18 18:08 [PATCH 0/5] MAINTAINERS: pattern updates Joe Perches
` (3 preceding siblings ...)
2009-06-18 18:08 ` [PATCH 4/5] MAINTAINERS: ieee802154 fix pattern typo Joe Perches
@ 2009-06-18 18:08 ` Joe Perches
4 siblings, 0 replies; 7+ messages in thread
From: Joe Perches @ 2009-06-18 18:08 UTC (permalink / raw)
To: LKML
Cc: Andrew Morton, Eduard - Gabriel Munteanu, Pekka Enberg,
Ingo Molnar, Zhao Lei, Steven Rostedt
Signed-off-by: Joe Perches <joe@perches.com>
---
MAINTAINERS | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 2375de3..4cf7ba2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3407,7 +3407,7 @@ P: Eduard - Gabriel Munteanu
M: eduard.munteanu@linux360.ro
S: Maintained
F: Documentation/trace/kmemtrace.txt
-F: include/trace/kmemtrace.h
+F: include/linux/kmemtrace.h
F: kernel/trace/kmemtrace.c
KPROBES
--
1.6.3.1.10.g659a0.dirty
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 4/5] MAINTAINERS: ieee802154 fix pattern typo
2009-06-18 18:08 ` [PATCH 4/5] MAINTAINERS: ieee802154 fix pattern typo Joe Perches
@ 2009-06-19 12:10 ` Dmitry Eremin-Solenikov
0 siblings, 0 replies; 7+ messages in thread
From: Dmitry Eremin-Solenikov @ 2009-06-19 12:10 UTC (permalink / raw)
To: Joe Perches
Cc: LKML, Andrew Morton, Sergey Lapin, linux-zigbee-devel,
David Miller
2009/6/18 Joe Perches <joe@perches.com>:
> Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Added to our for-linus branch, however I do not care if it will come to linus
via davem's or via akpm's tree.
> ---
> MAINTAINERS | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f4175c5..2375de3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2850,7 +2850,7 @@ W: http://apps.sourceforge.net/trac/linux-zigbee
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/lumag/lowpan.git
> S: Maintained
> F: net/ieee802154/
> -F: drivers/ieee801254/
> +F: drivers/ieee802154/
>
> INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
> P: Mimi Zohar
> --
> 1.6.3.1.10.g659a0.dirty
>
>
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-06-19 12:10 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-18 18:08 [PATCH 0/5] MAINTAINERS: pattern updates Joe Perches
2009-06-18 18:08 ` [PATCH 1/5] MAINTAINERS: Fix Atheros pattern paths Joe Perches
2009-06-18 18:08 ` [PATCH 2/5] MAINTAINERS: Update Ftrace documentation pattern Joe Perches
2009-06-18 18:08 ` [PATCH 3/5] MAINTAINERS: Update wireless.h path Joe Perches
2009-06-18 18:08 ` [PATCH 4/5] MAINTAINERS: ieee802154 fix pattern typo Joe Perches
2009-06-19 12:10 ` Dmitry Eremin-Solenikov
2009-06-18 18:08 ` [PATCH 5/5] MAINTAINERS: kmemtrace pattern update Joe Perches
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox