linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/18] MAINTAINERS: Trivial pattern changes
@ 2013-07-22  0:15 Joe Perches
  2013-07-22  0:15 ` [PATCH 01/18] MAINTAINERS: EXYNOS - Remove board files Joe Perches
                   ` (17 more replies)
  0 siblings, 18 replies; 36+ messages in thread
From: Joe Perches @ 2013-07-22  0:15 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

A collection of little tiny patches...

Joe Perches (18):
  MAINTAINERS: EXYNOS - Remove board files
  MAINTAINERS: ARM: OMAP2/3: Remove unused clockdomain files
  MAINTAINERS: OMAP POWERDOMAIN, update patterns
  MAINTAINERS: ARM: S3C2410: Update patterns
  MAINTAINERS: ARM: spear: Consolidate sections
  MAINTAINERS: ARM: plat-nomadik: Update patterns
  MAINTAINERS: ARM: S3C24XX: Remove plat-s3c24xx
  MAINTAINERS: ghes_edac: Update pattern
  MAINTAINERS: gpio: vt8500: Remove file pattern
  MAINTAINERS: Update SIANO drivers
  MAINTAINERS: SI4713: Fix file pattern
  MAINTAINERS: Update it913x patterns
  MAINTAINERS: Update sirf patterns
  MAINTAINERS: Update ssbi patterns
  MAINTAINERS: Update file pattern for ARC uart
  MAINTAINERS: Update USB EHCI platform pattern
  MAINTAINERS: usb: phy: Update patterns
  MAINTAINERS: Update GRE DEMUX patterns

 MAINTAINERS | 68 +++++++++++++++----------------------------------------------
 1 file changed, 16 insertions(+), 52 deletions(-)

-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 01/18] MAINTAINERS: EXYNOS - Remove board files
  2013-07-22  0:15 [PATCH 00/18] MAINTAINERS: Trivial pattern changes Joe Perches
@ 2013-07-22  0:15 ` Joe Perches
  2013-07-23  5:24   ` Kyungmin Park
  2013-07-22  0:15 ` [PATCH 02/18] MAINTAINERS: ARM: OMAP2/3: Remove unused clockdomain files Joe Perches
                   ` (16 subsequent siblings)
  17 siblings, 1 reply; 36+ messages in thread
From: Joe Perches @ 2013-07-22  0:15 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Tomasz Figa, Kyungmin Park, Kukjin Kim, linux-kernel

ommit ca9143501c30 ("ARM: EXYNOS: Remove unused board files")
removed the files, remove the patterns too.

Signed-off-by: Joe Perches <joe@perches.com>
cc: Tomasz Figa <t.figa@samsung.com>
cc: Kyungmin Park <kyungmin.park@samsung.com>
cc: Kukjin Kim <kgene.kim@samsung.com>
---
 MAINTAINERS | 2 --
 1 file changed, 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index bf61e04..2124104 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1154,8 +1154,6 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 F:	arch/arm/mach-s5pv210/mach-aquila.c
 F:	arch/arm/mach-s5pv210/mach-goni.c
-F:	arch/arm/mach-exynos/mach-universal_c210.c
-F:	arch/arm/mach-exynos/mach-nuri.c
 
 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
 M:	Kyungmin Park <kyungmin.park@samsung.com>
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 02/18] MAINTAINERS: ARM: OMAP2/3: Remove unused clockdomain files
  2013-07-22  0:15 [PATCH 00/18] MAINTAINERS: Trivial pattern changes Joe Perches
  2013-07-22  0:15 ` [PATCH 01/18] MAINTAINERS: EXYNOS - Remove board files Joe Perches
@ 2013-07-22  0:15 ` Joe Perches
  2013-07-22  5:01   ` Paul Walmsley
  2013-07-22  0:15 ` [PATCH 03/18] MAINTAINERS: OMAP POWERDOMAIN, update patterns Joe Perches
                   ` (15 subsequent siblings)
  17 siblings, 1 reply; 36+ messages in thread
From: Joe Perches @ 2013-07-22  0:15 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Paul Walmsley, Rajendra Nayak, Santosh Shilimkar, linux-kernel

commit 4bd5259e53a ("ARM: OMAP2/3: clockdomain/PRM/CM: move the
low-level clockdomain functions into PRM/CM") deleted the files,
update the pattern.

Signed-off-by: Joe Perches <joe@perches.com>
cc: Paul Walmsley <paul@pwsan.com>
cc: Rajendra Nayak <rnayak@ti.com>
cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
---
 MAINTAINERS | 2 --
 1 file changed, 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2124104..521de95 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5909,8 +5909,6 @@ L:	linux-omap@vger.kernel.org
 S:	Maintained
 F:	arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
 F:	arch/arm/mach-omap2/powerdomain44xx.c
-F:	arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
-F:	arch/arm/mach-omap2/clockdomain44xx.c
 
 OMAP AUDIO SUPPORT
 M:	Peter Ujfalusi <peter.ujfalusi@ti.com>
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 03/18] MAINTAINERS: OMAP POWERDOMAIN, update patterns
  2013-07-22  0:15 [PATCH 00/18] MAINTAINERS: Trivial pattern changes Joe Perches
  2013-07-22  0:15 ` [PATCH 01/18] MAINTAINERS: EXYNOS - Remove board files Joe Perches
  2013-07-22  0:15 ` [PATCH 02/18] MAINTAINERS: ARM: OMAP2/3: Remove unused clockdomain files Joe Perches
@ 2013-07-22  0:15 ` Joe Perches
  2013-07-22  5:03   ` Paul Walmsley
  2013-07-22  0:15 ` [PATCH 04/18] MAINTAINERS: ARM: S3C2410: Update patterns Joe Perches
                   ` (14 subsequent siblings)
  17 siblings, 1 reply; 36+ messages in thread
From: Joe Perches @ 2013-07-22  0:15 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Paul Walmsley, Rajendra Nayak, Santosh Shilimkar, linux-kernel

commit 498153995b9 ("ARM: OMAP2+: powerdomain/PRM: move the
low-level powerdomain") renamed the files, update the patterns.

Signed-off-by: Joe Perches <joe@perches.com>
cc: Paul Walmsley <paul@pwsan.com>
cc: Rajendra Nayak <rnayak@ti.com>
cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
---
 MAINTAINERS | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 521de95..157e4ee 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5902,13 +5902,12 @@ S:	Maintained
 F:	arch/arm/*omap*/*pm*
 F:	drivers/cpufreq/omap-cpufreq.c
 
-OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
+OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
 M:	Rajendra Nayak <rnayak@ti.com>
 M:	Paul Walmsley <paul@pwsan.com>
 L:	linux-omap@vger.kernel.org
 S:	Maintained
-F:	arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
-F:	arch/arm/mach-omap2/powerdomain44xx.c
+F:	arch/arm/mach-omap2/prm*
 
 OMAP AUDIO SUPPORT
 M:	Peter Ujfalusi <peter.ujfalusi@ti.com>
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 04/18] MAINTAINERS: ARM: S3C2410: Update patterns
  2013-07-22  0:15 [PATCH 00/18] MAINTAINERS: Trivial pattern changes Joe Perches
                   ` (2 preceding siblings ...)
  2013-07-22  0:15 ` [PATCH 03/18] MAINTAINERS: OMAP POWERDOMAIN, update patterns Joe Perches
@ 2013-07-22  0:15 ` Joe Perches
  2013-07-24  4:16   ` Kukjin Kim
  2013-07-22  0:15 ` [PATCH 05/18] MAINTAINERS: ARM: spear: Consolidate sections Joe Perches
                   ` (13 subsequent siblings)
  17 siblings, 1 reply; 36+ messages in thread
From: Joe Perches @ 2013-07-22  0:15 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Kukjin Kim, linux-kernel

commit 85fd6d63bf2 ("ARM: S3C2410: move mach-s3c2410/* into mach-s3c24xx/")
moved the files, update the patterns.

Signed-off-by: Joe Perches <joe@perches.com>
cc: Kukjin Kim <kgene.kim@samsung.com>
---
 MAINTAINERS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 157e4ee..fbd5a67 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7446,9 +7446,9 @@ P:	Vincent Sanders <vince@simtec.co.uk>
 M:	Simtec Linux Team <linux@simtec.co.uk>
 W:	http://www.simtec.co.uk/products/EB2410ITX/
 S:	Supported
-F:	arch/arm/mach-s3c2410/mach-bast.c
-F:	arch/arm/mach-s3c2410/bast-ide.c
-F:	arch/arm/mach-s3c2410/bast-irq.c
+F:	arch/arm/mach-s3c24xx/mach-bast.c
+F:	arch/arm/mach-s3c24xx/bast-ide.c
+F:	arch/arm/mach-s3c24xx/bast-irq.c
 
 TI DAVINCI MACHINE SUPPORT
 M:	Sekhar Nori <nsekhar@ti.com>
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 05/18] MAINTAINERS: ARM: spear: Consolidate sections
  2013-07-22  0:15 [PATCH 00/18] MAINTAINERS: Trivial pattern changes Joe Perches
                   ` (3 preceding siblings ...)
  2013-07-22  0:15 ` [PATCH 04/18] MAINTAINERS: ARM: S3C2410: Update patterns Joe Perches
@ 2013-07-22  0:15 ` Joe Perches
  2013-07-22  4:26   ` Viresh Kumar
  2013-07-22  0:15 ` [PATCH 06/18] MAINTAINERS: ARM: plat-nomadik: Update patterns Joe Perches
                   ` (12 subsequent siblings)
  17 siblings, 1 reply; 36+ messages in thread
From: Joe Perches @ 2013-07-22  0:15 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Arnd Bergmann, Viresh Kumar, linux-kernel

commit a7ed099ffc8 ("ARM: spear: move all files to mach-spear")
moved all the files into a single directory, delete the now
unnecessary duplicate sections and update the pattern.

Signed-off-by: Joe Perches <joe@perches.com>
cc: Arnd Bergmann <arnd@arndb.de>
cc: Viresh Kumar <viresh.kumar@linaro.org>
---
 MAINTAINERS | 30 +-----------------------------
 1 file changed, 1 insertion(+), 29 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index fbd5a67..5e90164 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7701,35 +7701,7 @@ L:	spear-devel@list.st.com
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 W:	http://www.st.com/spear
 S:	Maintained
-F:	arch/arm/plat-spear/
-
-SPEAR13XX MACHINE SUPPORT
-M:	Viresh Kumar <viresh.linux@gmail.com>
-M:	Shiraz Hashim <shiraz.hashim@st.com>
-L:	spear-devel@list.st.com
-L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-W:	http://www.st.com/spear
-S:	Maintained
-F:	arch/arm/mach-spear13xx/
-
-SPEAR3XX MACHINE SUPPORT
-M:	Viresh Kumar <viresh.linux@gmail.com>
-M:	Shiraz Hashim <shiraz.hashim@st.com>
-L:	spear-devel@list.st.com
-L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-W:	http://www.st.com/spear
-S:	Maintained
-F:	arch/arm/mach-spear3xx/
-
-SPEAR6XX MACHINE SUPPORT
-M:	Rajeev Kumar <rajeev-dlh.kumar@st.com>
-M:	Shiraz Hashim <shiraz.hashim@st.com>
-M:	Viresh Kumar <viresh.linux@gmail.com>
-L:	spear-devel@list.st.com
-L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-W:	http://www.st.com/spear
-S:	Maintained
-F:	arch/arm/mach-spear6xx/
+F:	arch/arm/mach-spear/
 
 SPEAR CLOCK FRAMEWORK SUPPORT
 M:	Viresh Kumar <viresh.linux@gmail.com>
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 06/18] MAINTAINERS: ARM: plat-nomadik: Update patterns
  2013-07-22  0:15 [PATCH 00/18] MAINTAINERS: Trivial pattern changes Joe Perches
                   ` (4 preceding siblings ...)
  2013-07-22  0:15 ` [PATCH 05/18] MAINTAINERS: ARM: spear: Consolidate sections Joe Perches
@ 2013-07-22  0:15 ` Joe Perches
  2013-07-26 23:15   ` Linus Walleij
  2013-08-07  8:46   ` Linus Walleij
  2013-07-22  0:15 ` [PATCH 07/18] MAINTAINERS: ARM: S3C24XX: Remove plat-s3c24xx Joe Perches
                   ` (11 subsequent siblings)
  17 siblings, 2 replies; 36+ messages in thread
From: Joe Perches @ 2013-07-22  0:15 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linus Walleij, linux-kernel

commit 694e33a7f4 ("ARM: plat-nomadik: move MTU, kill plat-nomadik")
moved the files, update the patterns.

Signed-off-by: Joe Perches <joe@perches.com>
cc: Linus Walleij <linus.walleij@linaro.org>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5e90164..ab9a5c4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1023,7 +1023,6 @@ M:	STEricsson <STEricsson_nomadik_linux@list.st.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 F:	arch/arm/mach-nomadik/
-F:	arch/arm/plat-nomadik/
 F:	drivers/i2c/busses/i2c-nomadik.c
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
 
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 07/18] MAINTAINERS: ARM: S3C24XX: Remove plat-s3c24xx
  2013-07-22  0:15 [PATCH 00/18] MAINTAINERS: Trivial pattern changes Joe Perches
                   ` (5 preceding siblings ...)
  2013-07-22  0:15 ` [PATCH 06/18] MAINTAINERS: ARM: plat-nomadik: Update patterns Joe Perches
@ 2013-07-22  0:15 ` Joe Perches
  2013-07-22  0:15 ` [PATCH 08/18] MAINTAINERS: ghes_edac: Update pattern Joe Perches
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 36+ messages in thread
From: Joe Perches @ 2013-07-22  0:15 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

commit 09ec1d7ea6 ("ARM: S3C24XX: Remove plat-s3c24xx directory in
arch/arm/") moved the files, remove the pattern.

Signed-off-by: Joe Perches <joe@perches.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ab9a5c4..e94aecb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1130,7 +1130,6 @@ L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
 W:	http://www.fluff.org/ben/linux/
 S:	Maintained
 F:	arch/arm/plat-samsung/
-F:	arch/arm/plat-s3c24xx/
 F:	arch/arm/mach-s3c24*/
 F:	arch/arm/mach-s3c64xx/
 F:	drivers/*/*s3c2410*
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 08/18] MAINTAINERS: ghes_edac: Update pattern
  2013-07-22  0:15 [PATCH 00/18] MAINTAINERS: Trivial pattern changes Joe Perches
                   ` (6 preceding siblings ...)
  2013-07-22  0:15 ` [PATCH 07/18] MAINTAINERS: ARM: S3C24XX: Remove plat-s3c24xx Joe Perches
@ 2013-07-22  0:15 ` Joe Perches
  2013-07-22  0:15 ` [PATCH 09/18] MAINTAINERS: gpio: vt8500: Remove file pattern Joe Perches
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 36+ messages in thread
From: Joe Perches @ 2013-07-22  0:15 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Mauro Carvalho Chehab, linux-kernel

commit 77c5f5d2 ("ghes_edac: Register at EDAC core the BIOS report")
typoed the file pattern.  Fix it.

Signed-off-by: Joe Perches <joe@perches.com>
cc: Mauro Carvalho Chehab <mchehab@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e94aecb..9c224cf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2981,7 +2981,7 @@ M:	Mauro Carvalho Chehab <m.chehab@samsung.com>
 L:	linux-edac@vger.kernel.org
 W:	bluesmoke.sourceforge.net
 S:	Maintained
-F:	drivers/edac/ghes-edac.c
+F:	drivers/edac/ghes_edac.c
 
 EDAC-I82443BXGX
 M:	Tim Small <tim@buttersideup.com>
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 09/18] MAINTAINERS: gpio: vt8500: Remove file pattern
  2013-07-22  0:15 [PATCH 00/18] MAINTAINERS: Trivial pattern changes Joe Perches
                   ` (7 preceding siblings ...)
  2013-07-22  0:15 ` [PATCH 08/18] MAINTAINERS: ghes_edac: Update pattern Joe Perches
@ 2013-07-22  0:15 ` Joe Perches
  2013-07-29 15:44   ` Linus Walleij
  2013-07-22  0:15 ` [PATCH 10/18] MAINTAINERS: Update SIANO drivers Joe Perches
                   ` (8 subsequent siblings)
  17 siblings, 1 reply; 36+ messages in thread
From: Joe Perches @ 2013-07-22  0:15 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Tony Prisk, Linus Walleij, linux-kernel

commit dc1010860b ("gpio: vt8500: Remove arch-vt8500 gpio driver")
removed the file, remove the pattern.

Signed-off-by: Joe Perches <joe@perches.com>
cc: Tony Prisk <linux@prisktech.co.nz>
cc: Linus Walleij <linus.walleij@linaro.org>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9c224cf..b206920 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1292,7 +1292,6 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 F:	arch/arm/mach-vt8500/
 F:	drivers/clocksource/vt8500_timer.c
-F:	drivers/gpio/gpio-vt8500.c
 F:	drivers/i2c/busses/i2c-wmt.c
 F:	drivers/mmc/host/wmt-sdmmc.c
 F:	drivers/pwm/pwm-vt8500.c
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 10/18] MAINTAINERS: Update SIANO drivers
  2013-07-22  0:15 [PATCH 00/18] MAINTAINERS: Trivial pattern changes Joe Perches
                   ` (8 preceding siblings ...)
  2013-07-22  0:15 ` [PATCH 09/18] MAINTAINERS: gpio: vt8500: Remove file pattern Joe Perches
@ 2013-07-22  0:15 ` Joe Perches
  2013-07-22  0:15 ` [PATCH 11/18] MAINTAINERS: SI4713: Fix file pattern Joe Perches
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 36+ messages in thread
From: Joe Perches @ 2013-07-22  0:15 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Mauro Carvalho Chehab, linux-kernel

commit 786baecfe78 ("[media] dvb-usb: move it to drivers/media/usb/dvb-usb")
moved the files, update the pattern.

Signed-off-by: Joe Perches <joe@perches.com>
cc: Mauro Carvalho Chehab <mchehab@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b206920..81d68ae 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7403,7 +7403,7 @@ W:	http://linuxtv.org
 T:	git git://linuxtv.org/media_tree.git
 S:	Odd fixes
 F:	drivers/media/common/siano/
-F:	drivers/media/dvb/siano/
+F:	drivers/media/usb/siano/
 F:	drivers/media/usb/siano/
 F:	drivers/media/mmc/siano
 
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 11/18] MAINTAINERS: SI4713: Fix file pattern
  2013-07-22  0:15 [PATCH 00/18] MAINTAINERS: Trivial pattern changes Joe Perches
                   ` (9 preceding siblings ...)
  2013-07-22  0:15 ` [PATCH 10/18] MAINTAINERS: Update SIANO drivers Joe Perches
@ 2013-07-22  0:15 ` Joe Perches
  2013-07-27 18:39   ` edubezval
  2013-07-22  0:15 ` [PATCH 12/18] MAINTAINERS: Update it913x patterns Joe Perches
                   ` (6 subsequent siblings)
  17 siblings, 1 reply; 36+ messages in thread
From: Joe Perches @ 2013-07-22  0:15 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Eduardo Valentin, Mauro Carvalho Chehab, linux-kernel

commit c937ca034a0 ("[media] MAINTAINERS: Add maintainer entry for
si4713 FM transmitter driver") typoed the pattern, fix it.

Signed-off-by: Joe Perches <joe@perches.com>
cc: Eduardo Valentin <edubezval@gmail.com>
cc: Mauro Carvalho Chehab <mchehab@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 81d68ae..aa5ccd0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7394,7 +7394,7 @@ L:	linux-media@vger.kernel.org
 T:	git git://linuxtv.org/media_tree.git
 W:	http://linuxtv.org
 S:	Odd Fixes
-F:	drivers/media/radio/radio-si4713.h
+F:	drivers/media/radio/radio-si4713.c
 
 SIANO DVB DRIVER
 M:	Mauro Carvalho Chehab <m.chehab@samsung.com>
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 12/18] MAINTAINERS: Update it913x patterns
  2013-07-22  0:15 [PATCH 00/18] MAINTAINERS: Trivial pattern changes Joe Perches
                   ` (10 preceding siblings ...)
  2013-07-22  0:15 ` [PATCH 11/18] MAINTAINERS: SI4713: Fix file pattern Joe Perches
@ 2013-07-22  0:15 ` Joe Perches
  2013-07-22 21:16   ` Antti Palosaari
  2013-07-22  0:15 ` [PATCH 13/18] MAINTAINERS: Update sirf patterns Joe Perches
                   ` (5 subsequent siblings)
  17 siblings, 1 reply; 36+ messages in thread
From: Joe Perches @ 2013-07-22  0:15 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Antti Palosaari, Mauro Carvalho Chehab, linux-kernel

commit d7104bffcfb ("[media] MAINTAINERS: add drivers/media/tuners/it913x*")
used the incorrect file patterns.  Fix it.

Signed-off-by: Joe Perches <joe@perches.com>
cc: Antti Palosaari <crope@iki.fi>
cc: Mauro Carvalho Chehab <mchehab@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index aa5ccd0..7622b04 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4566,7 +4566,7 @@ W:	http://palosaari.fi/linux/
 Q:	http://patchwork.linuxtv.org/project/linux-media/list/
 T:	git git://linuxtv.org/anttip/media_tree.git
 S:	Maintained
-F:	drivers/media/tuners/it913x*
+F:	drivers/media/tuners/tuner_it913x*
 
 IVTV VIDEO4LINUX DRIVER
 M:	Andy Walls <awalls@md.metrocast.net>
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 13/18] MAINTAINERS: Update sirf patterns
  2013-07-22  0:15 [PATCH 00/18] MAINTAINERS: Trivial pattern changes Joe Perches
                   ` (11 preceding siblings ...)
  2013-07-22  0:15 ` [PATCH 12/18] MAINTAINERS: Update it913x patterns Joe Perches
@ 2013-07-22  0:15 ` Joe Perches
  2013-08-09  6:23   ` Barry Song
  2013-08-14 19:38   ` Linus Walleij
  2013-07-22  0:15 ` [PATCH 14/18] MAINTAINERS: Update ssbi patterns Joe Perches
                   ` (4 subsequent siblings)
  17 siblings, 2 replies; 36+ messages in thread
From: Joe Perches @ 2013-07-22  0:15 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Barry Song, Linus Walleij, linux-kernel

commit 3370dc916c ("pinctrl:sirf:re-arch and add support for
new SiRFatlas6 SoC") moved the files, update the patterns.

Signed-off-by: Joe Perches <joe@perches.com>
cc: Barry Song <21cnbao@gmail.com>
cc: Linus Walleij <linus.walleij@linaro.org>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7622b04..6b24f82 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -813,7 +813,7 @@ F:	arch/arm/mach-prima2/
 F:	drivers/dma/sirf-dma.c
 F:	drivers/i2c/busses/i2c-sirf.c
 F:	drivers/mmc/host/sdhci-sirf.c
-F:	drivers/pinctrl/pinctrl-sirf.c
+F:	drivers/pinctrl/sirf/
 F:	drivers/spi/spi-sirf.c
 
 ARM/EBSA110 MACHINE SUPPORT
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 14/18] MAINTAINERS: Update ssbi patterns
  2013-07-22  0:15 [PATCH 00/18] MAINTAINERS: Trivial pattern changes Joe Perches
                   ` (12 preceding siblings ...)
  2013-07-22  0:15 ` [PATCH 13/18] MAINTAINERS: Update sirf patterns Joe Perches
@ 2013-07-22  0:15 ` Joe Perches
  2013-07-22  0:15 ` [PATCH 15/18] MAINTAINERS: Update file pattern for ARC uart Joe Perches
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 36+ messages in thread
From: Joe Perches @ 2013-07-22  0:15 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Arnd Bergmann, Samuel Ortiz, linux-kernel

commit 45fcac1aad5 ("mfd: Move ssbi driver into drivers/mfd")
move the files, update the patterns.

Signed-off-by: Joe Perches <joe@perches.com>
cc: Arnd Bergmann <arnd@arndb.de>
cc: Samuel Ortiz <sameo@linux.intel.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6b24f82..3d1f600 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1044,7 +1044,7 @@ F:	drivers/mmc/host/msm_sdcc.h
 F:	drivers/tty/serial/msm_serial.h
 F:	drivers/tty/serial/msm_serial.c
 F:	drivers/*/pm8???-*
-F:	drivers/ssbi/
+F:	drivers/mfd/ssbi/
 F:	include/linux/mfd/pm8xxx/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
 S:	Maintained
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 15/18] MAINTAINERS: Update file pattern for ARC uart
  2013-07-22  0:15 [PATCH 00/18] MAINTAINERS: Trivial pattern changes Joe Perches
                   ` (13 preceding siblings ...)
  2013-07-22  0:15 ` [PATCH 14/18] MAINTAINERS: Update ssbi patterns Joe Perches
@ 2013-07-22  0:15 ` Joe Perches
  2013-07-22  0:15 ` [PATCH 16/18] MAINTAINERS: Update USB EHCI platform pattern Joe Perches
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 36+ messages in thread
From: Joe Perches @ 2013-07-22  0:15 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

commit 6659a20a76 ("ARC: MAINTAINERS update for ARC") typoed the
file pattern.  Fix it.

Signed-off-by: Joe Perches <joe@perches.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3d1f600..cf20695 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7962,7 +7962,7 @@ M:	Vineet Gupta <vgupta@synopsys.com>
 S:	Supported
 F:	arch/arc/
 F:	Documentation/devicetree/bindings/arc/
-F:	drivers/tty/serial/arc-uart.c
+F:	drivers/tty/serial/arc_uart.c
 
 SYSV FILESYSTEM
 M:	Christoph Hellwig <hch@infradead.org>
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 16/18] MAINTAINERS: Update USB EHCI platform pattern
  2013-07-22  0:15 [PATCH 00/18] MAINTAINERS: Trivial pattern changes Joe Perches
                   ` (14 preceding siblings ...)
  2013-07-22  0:15 ` [PATCH 15/18] MAINTAINERS: Update file pattern for ARC uart Joe Perches
@ 2013-07-22  0:15 ` Joe Perches
  2013-07-22  0:15 ` [PATCH 17/18] MAINTAINERS: usb: phy: Update patterns Joe Perches
  2013-07-22  0:15 ` [PATCH 18/18] MAINTAINERS: Update GRE DEMUX patterns Joe Perches
  17 siblings, 0 replies; 36+ messages in thread
From: Joe Perches @ 2013-07-22  0:15 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Arnd Bergmann, linux-kernel

commit f3bc64d6d1f ("USB: EHCI: DT support for generic bus glue")
removed the ehci-vt8500.c file, update the file pattern to include
ehci-platform.c.

Signed-off-by: Joe Perches <joe@perches.com>
cc: Arnd Bergmann <arnd@arndb.de>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index cf20695..d0c54ba 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1297,7 +1297,7 @@ F:	drivers/mmc/host/wmt-sdmmc.c
 F:	drivers/pwm/pwm-vt8500.c
 F:	drivers/rtc/rtc-vt8500.c
 F:	drivers/tty/serial/vt8500_serial.c
-F:	drivers/usb/host/ehci-vt8500.c
+F:	drivers/usb/host/ehci-platform.c
 F:	drivers/usb/host/uhci-platform.c
 F:	drivers/video/vt8500lcdfb.*
 F:	drivers/video/wm8505fb*
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 17/18] MAINTAINERS: usb: phy: Update patterns
  2013-07-22  0:15 [PATCH 00/18] MAINTAINERS: Trivial pattern changes Joe Perches
                   ` (15 preceding siblings ...)
  2013-07-22  0:15 ` [PATCH 16/18] MAINTAINERS: Update USB EHCI platform pattern Joe Perches
@ 2013-07-22  0:15 ` Joe Perches
  2013-07-22  9:10   ` Felipe Balbi
  2013-07-22  0:15 ` [PATCH 18/18] MAINTAINERS: Update GRE DEMUX patterns Joe Perches
  17 siblings, 1 reply; 36+ messages in thread
From: Joe Perches @ 2013-07-22  0:15 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Felipe Balbi, linux-kernel

commit a0e631235a0 ("usb: phy: move all PHY drivers to drivers/usb/phy/")
deleted the files, remove the file pattern.

Signed-off-by: Joe Perches <joe@perches.com>
cc: Felipe Balbi <balbi@ti.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d0c54ba..522ffed 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8642,7 +8642,6 @@ L:	linux-usb@vger.kernel.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
 S:	Maintained
 F:	drivers/usb/phy/
-F:	drivers/usb/otg/
 
 USB PRINTER DRIVER (usblp)
 M:	Pete Zaitcev <zaitcev@redhat.com>
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 18/18] MAINTAINERS: Update GRE DEMUX patterns
  2013-07-22  0:15 [PATCH 00/18] MAINTAINERS: Trivial pattern changes Joe Perches
                   ` (16 preceding siblings ...)
  2013-07-22  0:15 ` [PATCH 17/18] MAINTAINERS: usb: phy: Update patterns Joe Perches
@ 2013-07-22  0:15 ` Joe Perches
  17 siblings, 0 replies; 36+ messages in thread
From: Joe Perches @ 2013-07-22  0:15 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Dmitry Kozlov, Daniel Borkmann, David S. Miller, linux-kernel

commit c50cd35788 ("net: gre: move GSO functions to gre_offload")
renamed and separated the file into multiple files.  Update the patterns.

Signed-off-by: Joe Perches <joe@perches.com>
cc: Dmitry Kozlov <xeb@mail.ru>
cc: Daniel Borkmann <dborkman@redhat.com>
cc: David S. Miller <davem@davemloft.net>
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 522ffed..8716e89 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3631,7 +3631,8 @@ GRE DEMULTIPLEXER DRIVER
 M:	Dmitry Kozlov <xeb@mail.ru>
 L:	netdev@vger.kernel.org
 S:	Maintained
-F:	net/ipv4/gre.c
+F:	net/ipv4/gre_demux.c
+F:	net/ipv4/gre_offload.c
 F:	include/net/gre.h
 
 GRETH 10/100/1G Ethernet MAC device driver
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* Re: [PATCH 05/18] MAINTAINERS: ARM: spear: Consolidate sections
  2013-07-22  0:15 ` [PATCH 05/18] MAINTAINERS: ARM: spear: Consolidate sections Joe Perches
@ 2013-07-22  4:26   ` Viresh Kumar
  0 siblings, 0 replies; 36+ messages in thread
From: Viresh Kumar @ 2013-07-22  4:26 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, Arnd Bergmann, linux-kernel, spear-devel

On 22 July 2013 05:45, Joe Perches <joe@perches.com> wrote:
> commit a7ed099ffc8 ("ARM: spear: move all files to mach-spear")
> moved all the files into a single directory, delete the now
> unnecessary duplicate sections and update the pattern.
>
> Signed-off-by: Joe Perches <joe@perches.com>
> cc: Arnd Bergmann <arnd@arndb.de>
> cc: Viresh Kumar <viresh.kumar@linaro.org>
> ---
>  MAINTAINERS | 30 +-----------------------------
>  1 file changed, 1 insertion(+), 29 deletions(-)

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

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

* Re: [PATCH 02/18] MAINTAINERS: ARM: OMAP2/3: Remove unused clockdomain files
  2013-07-22  0:15 ` [PATCH 02/18] MAINTAINERS: ARM: OMAP2/3: Remove unused clockdomain files Joe Perches
@ 2013-07-22  5:01   ` Paul Walmsley
  0 siblings, 0 replies; 36+ messages in thread
From: Paul Walmsley @ 2013-07-22  5:01 UTC (permalink / raw)
  To: Joe Perches
  Cc: Andrew Morton, Rajendra Nayak, Santosh Shilimkar, linux-kernel,
	cesarb, linux-omap

On Sun, 21 Jul 2013, Joe Perches wrote:

> commit 4bd5259e53a ("ARM: OMAP2/3: clockdomain/PRM/CM: move the
> low-level clockdomain functions into PRM/CM") deleted the files,
> update the pattern.
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> cc: Paul Walmsley <paul@pwsan.com>
> cc: Rajendra Nayak <rnayak@ti.com>
> cc: Santosh Shilimkar <santosh.shilimkar@ti.com>

I don't object to the content of this patch, but Cesar 
Eduardo Barros posted a patch for this already (and cc'ed you) back 
in March:

http://lkml.indiana.edu/hypermail/linux/kernel/1303.0/00904.html

Please take his patch instead, or credit him in your patch.


- Paul

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

* Re: [PATCH 03/18] MAINTAINERS: OMAP POWERDOMAIN, update patterns
  2013-07-22  0:15 ` [PATCH 03/18] MAINTAINERS: OMAP POWERDOMAIN, update patterns Joe Perches
@ 2013-07-22  5:03   ` Paul Walmsley
  2013-07-22  5:15     ` Joe Perches
  0 siblings, 1 reply; 36+ messages in thread
From: Paul Walmsley @ 2013-07-22  5:03 UTC (permalink / raw)
  To: Joe Perches
  Cc: Andrew Morton, Rajendra Nayak, Santosh Shilimkar, linux-kernel,
	linux-omap, cesarb

On Sun, 21 Jul 2013, Joe Perches wrote:

> commit 498153995b9 ("ARM: OMAP2+: powerdomain/PRM: move the
> low-level powerdomain") renamed the files, update the patterns.
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> cc: Paul Walmsley <paul@pwsan.com>
> cc: Rajendra Nayak <rnayak@ti.com>
> cc: Santosh Shilimkar <santosh.shilimkar@ti.com>

I don't object to the content of this patch, but Cesar 
Eduardo Barros posted a patch for this already (and cc'ed you) back 
in March:

http://lkml.indiana.edu/hypermail/linux/kernel/1303.0/00904.html

The regex used in his pattern is also more accurate.  Please take his 
patch instead, or credit him in your patch and use the cm*.[ch]/prm*.[ch] 
notation from his patch.


- Paul

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

* Re: [PATCH 03/18] MAINTAINERS: OMAP POWERDOMAIN, update patterns
  2013-07-22  5:03   ` Paul Walmsley
@ 2013-07-22  5:15     ` Joe Perches
  2013-07-22  5:32       ` Paul Walmsley
  0 siblings, 1 reply; 36+ messages in thread
From: Joe Perches @ 2013-07-22  5:15 UTC (permalink / raw)
  To: Paul Walmsley, Cesar Eduardo Barros
  Cc: Andrew Morton, Rajendra Nayak, Santosh Shilimkar, linux-kernel,
	linux-omap, cesarb

On Mon, 2013-07-22 at 05:03 +0000, Paul Walmsley wrote:
> On Sun, 21 Jul 2013, Joe Perches wrote:
> 
> > commit 498153995b9 ("ARM: OMAP2+: powerdomain/PRM: move the
> > low-level powerdomain") renamed the files, update the patterns.
> > 
> > Signed-off-by: Joe Perches <joe@perches.com>
> > cc: Paul Walmsley <paul@pwsan.com>
> > cc: Rajendra Nayak <rnayak@ti.com>
> > cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
> 
> I don't object to the content of this patch, but Cesar 
> Eduardo Barros posted a patch for this already (and cc'ed you) back 
> in March:
> 
> http://lkml.indiana.edu/hypermail/linux/kernel/1303.0/00904.html
> 
> The regex used in his pattern is also more accurate.  Please take his 
> patch instead, or credit him in your patch and use the cm*.[ch]/prm*.[ch] 
> notation from his patch.

(cc'ing Cesar)

Hi Paul.

I'm not the MAINTAINERS maintainer and I don't
pick up patches.

I certainly don't object at all if Andrew picks
up the patches you mentioned and drops these 2.

Andrew, here are links to Cesar's original patches
https://patchwork.kernel.org/project/LKML/list/?submitter=3513
https://lkml.org/lkml/2013/3/2/185

It seems a few are similar/duplicated to these 18.

Cesar, maybe you should resend yours.  I thought
they were applied and forgot all about them.

cheers, Joe


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

* Re: [PATCH 03/18] MAINTAINERS: OMAP POWERDOMAIN, update patterns
  2013-07-22  5:15     ` Joe Perches
@ 2013-07-22  5:32       ` Paul Walmsley
  2013-07-22  9:20         ` Cesar Eduardo Barros
  0 siblings, 1 reply; 36+ messages in thread
From: Paul Walmsley @ 2013-07-22  5:32 UTC (permalink / raw)
  To: Joe Perches
  Cc: Cesar Eduardo Barros, Andrew Morton, Rajendra Nayak,
	Santosh Shilimkar, linux-kernel, linux-omap

Hi Joe,

On Sun, 21 Jul 2013, Joe Perches wrote:

> I certainly don't object at all if Andrew picks
> up the patches you mentioned and drops these 2.
> 
> Andrew, here are links to Cesar's original patches
> https://patchwork.kernel.org/project/LKML/list/?submitter=3513
> https://lkml.org/lkml/2013/3/2/185
> 
> It seems a few are similar/duplicated to these 18.
> 
> Cesar, maybe you should resend yours.  I thought
> they were applied and forgot all about them.

Another possibility, assuming that there are some fixes from your series 
that Cesar didn't have, would be for you to take his patches into the 
series that you're sending to Andrew, assuming that you agree with them.  
Then we'd benefit from the superset of fixes.

regards,


- Paul

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

* Re: [PATCH 17/18] MAINTAINERS: usb: phy: Update patterns
  2013-07-22  0:15 ` [PATCH 17/18] MAINTAINERS: usb: phy: Update patterns Joe Perches
@ 2013-07-22  9:10   ` Felipe Balbi
  0 siblings, 0 replies; 36+ messages in thread
From: Felipe Balbi @ 2013-07-22  9:10 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, Felipe Balbi, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

On Sun, Jul 21, 2013 at 05:15:44PM -0700, Joe Perches wrote:
> commit a0e631235a0 ("usb: phy: move all PHY drivers to drivers/usb/phy/")
> deleted the files, remove the file pattern.
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> cc: Felipe Balbi <balbi@ti.com>

Acked-by: Felipe Balbi <balbi@ti.com>

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: [PATCH 03/18] MAINTAINERS: OMAP POWERDOMAIN, update patterns
  2013-07-22  5:32       ` Paul Walmsley
@ 2013-07-22  9:20         ` Cesar Eduardo Barros
  0 siblings, 0 replies; 36+ messages in thread
From: Cesar Eduardo Barros @ 2013-07-22  9:20 UTC (permalink / raw)
  To: Paul Walmsley
  Cc: Joe Perches, Andrew Morton, Rajendra Nayak, Santosh Shilimkar,
	linux-kernel, linux-omap

Em 22-07-2013 02:32, Paul Walmsley escreveu:
> On Sun, 21 Jul 2013, Joe Perches wrote:
>
>> I certainly don't object at all if Andrew picks
>> up the patches you mentioned and drops these 2.
>>
>> Andrew, here are links to Cesar's original patches
>> https://patchwork.kernel.org/project/LKML/list/?submitter=3513
>> https://lkml.org/lkml/2013/3/2/185
>>
>> It seems a few are similar/duplicated to these 18.
>>
>> Cesar, maybe you should resend yours.  I thought
>> they were applied and forgot all about them.
>
> Another possibility, assuming that there are some fixes from your series
> that Cesar didn't have, would be for you to take his patches into the
> series that you're sending to Andrew, assuming that you agree with them.
> Then we'd benefit from the superset of fixes.

I don't care whose patches are applied or who gets the credit. They are 
just trivial changes to a text file. What matters is that the patterns 
are correct enough that get_maintainer.pl does the right thing.

-- 
Cesar Eduardo Barros
cesarb@cesarb.eti.br

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

* Re: [PATCH 12/18] MAINTAINERS: Update it913x patterns
  2013-07-22  0:15 ` [PATCH 12/18] MAINTAINERS: Update it913x patterns Joe Perches
@ 2013-07-22 21:16   ` Antti Palosaari
  2013-07-22 21:25     ` Joe Perches
  0 siblings, 1 reply; 36+ messages in thread
From: Antti Palosaari @ 2013-07-22 21:16 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, Mauro Carvalho Chehab, linux-kernel, LMML

On 07/22/2013 03:15 AM, Joe Perches wrote:
> commit d7104bffcfb ("[media] MAINTAINERS: add drivers/media/tuners/it913x*")
> used the incorrect file patterns.  Fix it.
>
> Signed-off-by: Joe Perches <joe@perches.com>
> cc: Antti Palosaari <crope@iki.fi>
> cc: Mauro Carvalho Chehab <mchehab@redhat.com>

Acked-by: Antti Palosaari <crope@iki.fi>

PS. It wasn't that commit, but some later where driver was renamed, as 
it caused filename collision on media out-tree build.

> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index aa5ccd0..7622b04 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4566,7 +4566,7 @@ W:	http://palosaari.fi/linux/
>   Q:	http://patchwork.linuxtv.org/project/linux-media/list/
>   T:	git git://linuxtv.org/anttip/media_tree.git
>   S:	Maintained
> -F:	drivers/media/tuners/it913x*
> +F:	drivers/media/tuners/tuner_it913x*
>
>   IVTV VIDEO4LINUX DRIVER
>   M:	Andy Walls <awalls@md.metrocast.net>
>


-- 
http://palosaari.fi/

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

* Re: [PATCH 12/18] MAINTAINERS: Update it913x patterns
  2013-07-22 21:16   ` Antti Palosaari
@ 2013-07-22 21:25     ` Joe Perches
  0 siblings, 0 replies; 36+ messages in thread
From: Joe Perches @ 2013-07-22 21:25 UTC (permalink / raw)
  To: Antti Palosaari; +Cc: Andrew Morton, Mauro Carvalho Chehab, linux-kernel, LMML

On Tue, 2013-07-23 at 00:16 +0300, Antti Palosaari wrote:
> On 07/22/2013 03:15 AM, Joe Perches wrote:
> > commit d7104bffcfb ("[media] MAINTAINERS: add drivers/media/tuners/it913x*")
> > used the incorrect file patterns.  Fix it.
[]
> Acked-by: Antti Palosaari <crope@iki.fi>
> PS. It wasn't that commit, but some later where driver was renamed, as 
> it caused filename collision on media out-tree build.

Thanks, it's probably close enough though...



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

* Re: [PATCH 01/18] MAINTAINERS: EXYNOS - Remove board files
  2013-07-22  0:15 ` [PATCH 01/18] MAINTAINERS: EXYNOS - Remove board files Joe Perches
@ 2013-07-23  5:24   ` Kyungmin Park
  0 siblings, 0 replies; 36+ messages in thread
From: Kyungmin Park @ 2013-07-23  5:24 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, Tomasz Figa, Kukjin Kim, linux-kernel

On Mon, Jul 22, 2013 at 9:15 AM, Joe Perches <joe@perches.com> wrote:
> ommit ca9143501c30 ("ARM: EXYNOS: Remove unused board files")
> removed the files, remove the patterns too.
>
> Signed-off-by: Joe Perches <joe@perches.com>
> cc: Tomasz Figa <t.figa@samsung.com>
> cc: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
> cc: Kukjin Kim <kgene.kim@samsung.com>
> ---
>  MAINTAINERS | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index bf61e04..2124104 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1154,8 +1154,6 @@ L:        linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:     Maintained
>  F:     arch/arm/mach-s5pv210/mach-aquila.c
>  F:     arch/arm/mach-s5pv210/mach-goni.c
> -F:     arch/arm/mach-exynos/mach-universal_c210.c
> -F:     arch/arm/mach-exynos/mach-nuri.c
>
>  ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
>  M:     Kyungmin Park <kyungmin.park@samsung.com>
> --
> 1.8.1.2.459.gbcd45b4.dirty
>
> --
> 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] 36+ messages in thread

* RE: [PATCH 04/18] MAINTAINERS: ARM: S3C2410: Update patterns
  2013-07-22  0:15 ` [PATCH 04/18] MAINTAINERS: ARM: S3C2410: Update patterns Joe Perches
@ 2013-07-24  4:16   ` Kukjin Kim
  0 siblings, 0 replies; 36+ messages in thread
From: Kukjin Kim @ 2013-07-24  4:16 UTC (permalink / raw)
  To: 'Joe Perches', 'Andrew Morton'; +Cc: linux-kernel

Joe Perches wrote:
> 
> commit 85fd6d63bf2 ("ARM: S3C2410: move mach-s3c2410/* into
mach-s3c24xx/")
> moved the files, update the patterns.
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> cc: Kukjin Kim <kgene.kim@samsung.com>

Acked-by: Kukjin Kim <kgene.kim@samsung.com>

Thanks,
Kukjin

> ---
>  MAINTAINERS | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 157e4ee..fbd5a67 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7446,9 +7446,9 @@ P:	Vincent Sanders <vince@simtec.co.uk>
>  M:	Simtec Linux Team <linux@simtec.co.uk>
>  W:	http://www.simtec.co.uk/products/EB2410ITX/
>  S:	Supported
> -F:	arch/arm/mach-s3c2410/mach-bast.c
> -F:	arch/arm/mach-s3c2410/bast-ide.c
> -F:	arch/arm/mach-s3c2410/bast-irq.c
> +F:	arch/arm/mach-s3c24xx/mach-bast.c
> +F:	arch/arm/mach-s3c24xx/bast-ide.c
> +F:	arch/arm/mach-s3c24xx/bast-irq.c
> 
>  TI DAVINCI MACHINE SUPPORT
>  M:	Sekhar Nori <nsekhar@ti.com>
> --
> 1.8.1.2.459.gbcd45b4.dirty


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

* Re: [PATCH 06/18] MAINTAINERS: ARM: plat-nomadik: Update patterns
  2013-07-22  0:15 ` [PATCH 06/18] MAINTAINERS: ARM: plat-nomadik: Update patterns Joe Perches
@ 2013-07-26 23:15   ` Linus Walleij
  2013-08-07  8:46   ` Linus Walleij
  1 sibling, 0 replies; 36+ messages in thread
From: Linus Walleij @ 2013-07-26 23:15 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, linux-kernel

On Mon, Jul 22, 2013 at 2:15 AM, Joe Perches <joe@perches.com> wrote:

> commit 694e33a7f4 ("ARM: plat-nomadik: move MTU, kill plat-nomadik")
> moved the files, update the patterns.
>
> Signed-off-by: Joe Perches <joe@perches.com>
> cc: Linus Walleij <linus.walleij@linaro.org>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Sorry for missing this :-/

Yours,
Linus Walleij

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

* Re: [PATCH 11/18] MAINTAINERS: SI4713: Fix file pattern
  2013-07-22  0:15 ` [PATCH 11/18] MAINTAINERS: SI4713: Fix file pattern Joe Perches
@ 2013-07-27 18:39   ` edubezval
  0 siblings, 0 replies; 36+ messages in thread
From: edubezval @ 2013-07-27 18:39 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, Mauro Carvalho Chehab, linux-kernel

On Sun, Jul 21, 2013 at 8:15 PM, Joe Perches <joe@perches.com> wrote:
> commit c937ca034a0 ("[media] MAINTAINERS: Add maintainer entry for
> si4713 FM transmitter driver") typoed the pattern, fix it.
>
> Signed-off-by: Joe Perches <joe@perches.com>
> cc: Eduardo Valentin <edubezval@gmail.com>

Acked-by: Eduardo Valentin <edubezval@gmail.com>

> cc: Mauro Carvalho Chehab <mchehab@redhat.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 81d68ae..aa5ccd0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7394,7 +7394,7 @@ L:        linux-media@vger.kernel.org
>  T:     git git://linuxtv.org/media_tree.git
>  W:     http://linuxtv.org
>  S:     Odd Fixes
> -F:     drivers/media/radio/radio-si4713.h
> +F:     drivers/media/radio/radio-si4713.c
>
>  SIANO DVB DRIVER
>  M:     Mauro Carvalho Chehab <m.chehab@samsung.com>
> --
> 1.8.1.2.459.gbcd45b4.dirty
>



-- 
Eduardo Bezerra Valentin

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

* Re: [PATCH 09/18] MAINTAINERS: gpio: vt8500: Remove file pattern
  2013-07-22  0:15 ` [PATCH 09/18] MAINTAINERS: gpio: vt8500: Remove file pattern Joe Perches
@ 2013-07-29 15:44   ` Linus Walleij
  0 siblings, 0 replies; 36+ messages in thread
From: Linus Walleij @ 2013-07-29 15:44 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, Tony Prisk, linux-kernel

On Mon, Jul 22, 2013 at 2:15 AM, Joe Perches <joe@perches.com> wrote:

> commit dc1010860b ("gpio: vt8500: Remove arch-vt8500 gpio driver")
> removed the file, remove the pattern.
>
> Signed-off-by: Joe Perches <joe@perches.com>
> cc: Tony Prisk <linux@prisktech.co.nz>
> cc: Linus Walleij <linus.walleij@linaro.org>

Patch applied.

Yours,
Linus Walleij

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

* Re: [PATCH 06/18] MAINTAINERS: ARM: plat-nomadik: Update patterns
  2013-07-22  0:15 ` [PATCH 06/18] MAINTAINERS: ARM: plat-nomadik: Update patterns Joe Perches
  2013-07-26 23:15   ` Linus Walleij
@ 2013-08-07  8:46   ` Linus Walleij
  1 sibling, 0 replies; 36+ messages in thread
From: Linus Walleij @ 2013-08-07  8:46 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, linux-kernel

On Mon, Jul 22, 2013 at 2:15 AM, Joe Perches <joe@perches.com> wrote:

> commit 694e33a7f4 ("ARM: plat-nomadik: move MTU, kill plat-nomadik")
> moved the files, update the patterns.
>
> Signed-off-by: Joe Perches <joe@perches.com>
> cc: Linus Walleij <linus.walleij@linaro.org>

I applied this to my Nomadik tree, yell if you will push it some
other path.

Thanks,
Linus Walleij

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

* Re: [PATCH 13/18] MAINTAINERS: Update sirf patterns
  2013-07-22  0:15 ` [PATCH 13/18] MAINTAINERS: Update sirf patterns Joe Perches
@ 2013-08-09  6:23   ` Barry Song
  2013-08-14 19:38   ` Linus Walleij
  1 sibling, 0 replies; 36+ messages in thread
From: Barry Song @ 2013-08-09  6:23 UTC (permalink / raw)
  To: Joe Perches
  Cc: Andrew Morton, Linus Walleij, linux-kernel, DL-SHA-WorkGroupLinux

2013/7/22 Joe Perches <joe@perches.com>:
> commit 3370dc916c ("pinctrl:sirf:re-arch and add support for
> new SiRFatlas6 SoC") moved the files, update the patterns.
>
> Signed-off-by: Joe Perches <joe@perches.com>
> cc: Barry Song <21cnbao@gmail.com>
> cc: Linus Walleij <linus.walleij@linaro.org>

Acked-by: Barry Song <Baohua.Song@csr.com>

> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7622b04..6b24f82 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -813,7 +813,7 @@ F:  arch/arm/mach-prima2/
>  F:     drivers/dma/sirf-dma.c
>  F:     drivers/i2c/busses/i2c-sirf.c
>  F:     drivers/mmc/host/sdhci-sirf.c
> -F:     drivers/pinctrl/pinctrl-sirf.c
> +F:     drivers/pinctrl/sirf/
>  F:     drivers/spi/spi-sirf.c
>
>  ARM/EBSA110 MACHINE SUPPORT
> --
> 1.8.1.2.459.gbcd45b4.dirty
>

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

* Re: [PATCH 13/18] MAINTAINERS: Update sirf patterns
  2013-07-22  0:15 ` [PATCH 13/18] MAINTAINERS: Update sirf patterns Joe Perches
  2013-08-09  6:23   ` Barry Song
@ 2013-08-14 19:38   ` Linus Walleij
  1 sibling, 0 replies; 36+ messages in thread
From: Linus Walleij @ 2013-08-14 19:38 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, Barry Song, linux-kernel

On Mon, Jul 22, 2013 at 2:15 AM, Joe Perches <joe@perches.com> wrote:

> commit 3370dc916c ("pinctrl:sirf:re-arch and add support for
> new SiRFatlas6 SoC") moved the files, update the patterns.
>
> Signed-off-by: Joe Perches <joe@perches.com>
> cc: Barry Song <21cnbao@gmail.com>
> cc: Linus Walleij <linus.walleij@linaro.org>

Patch applied with Barry's ACK.

Yours,
Linus Walleij

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

end of thread, other threads:[~2013-08-14 19:38 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-22  0:15 [PATCH 00/18] MAINTAINERS: Trivial pattern changes Joe Perches
2013-07-22  0:15 ` [PATCH 01/18] MAINTAINERS: EXYNOS - Remove board files Joe Perches
2013-07-23  5:24   ` Kyungmin Park
2013-07-22  0:15 ` [PATCH 02/18] MAINTAINERS: ARM: OMAP2/3: Remove unused clockdomain files Joe Perches
2013-07-22  5:01   ` Paul Walmsley
2013-07-22  0:15 ` [PATCH 03/18] MAINTAINERS: OMAP POWERDOMAIN, update patterns Joe Perches
2013-07-22  5:03   ` Paul Walmsley
2013-07-22  5:15     ` Joe Perches
2013-07-22  5:32       ` Paul Walmsley
2013-07-22  9:20         ` Cesar Eduardo Barros
2013-07-22  0:15 ` [PATCH 04/18] MAINTAINERS: ARM: S3C2410: Update patterns Joe Perches
2013-07-24  4:16   ` Kukjin Kim
2013-07-22  0:15 ` [PATCH 05/18] MAINTAINERS: ARM: spear: Consolidate sections Joe Perches
2013-07-22  4:26   ` Viresh Kumar
2013-07-22  0:15 ` [PATCH 06/18] MAINTAINERS: ARM: plat-nomadik: Update patterns Joe Perches
2013-07-26 23:15   ` Linus Walleij
2013-08-07  8:46   ` Linus Walleij
2013-07-22  0:15 ` [PATCH 07/18] MAINTAINERS: ARM: S3C24XX: Remove plat-s3c24xx Joe Perches
2013-07-22  0:15 ` [PATCH 08/18] MAINTAINERS: ghes_edac: Update pattern Joe Perches
2013-07-22  0:15 ` [PATCH 09/18] MAINTAINERS: gpio: vt8500: Remove file pattern Joe Perches
2013-07-29 15:44   ` Linus Walleij
2013-07-22  0:15 ` [PATCH 10/18] MAINTAINERS: Update SIANO drivers Joe Perches
2013-07-22  0:15 ` [PATCH 11/18] MAINTAINERS: SI4713: Fix file pattern Joe Perches
2013-07-27 18:39   ` edubezval
2013-07-22  0:15 ` [PATCH 12/18] MAINTAINERS: Update it913x patterns Joe Perches
2013-07-22 21:16   ` Antti Palosaari
2013-07-22 21:25     ` Joe Perches
2013-07-22  0:15 ` [PATCH 13/18] MAINTAINERS: Update sirf patterns Joe Perches
2013-08-09  6:23   ` Barry Song
2013-08-14 19:38   ` Linus Walleij
2013-07-22  0:15 ` [PATCH 14/18] MAINTAINERS: Update ssbi patterns Joe Perches
2013-07-22  0:15 ` [PATCH 15/18] MAINTAINERS: Update file pattern for ARC uart Joe Perches
2013-07-22  0:15 ` [PATCH 16/18] MAINTAINERS: Update USB EHCI platform pattern Joe Perches
2013-07-22  0:15 ` [PATCH 17/18] MAINTAINERS: usb: phy: Update patterns Joe Perches
2013-07-22  9:10   ` Felipe Balbi
2013-07-22  0:15 ` [PATCH 18/18] MAINTAINERS: Update GRE DEMUX patterns Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).