All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/16] MAINTAINERS: Update patterns
@ 2014-07-03 22:07 Joe Perches
  2014-07-03 22:07 ` [PATCH 01/16] MAINTAINERS: Update microcode patterns Joe Perches
                   ` (15 more replies)
  0 siblings, 16 replies; 27+ messages in thread
From: Joe Perches @ 2014-07-03 22:07 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

Semi-random periodic cleaning of incorrect patterns.

Joe Perches (16):
  MAINTAINERS: Update microcode patterns
  MAINTAINERS: Update cifs location
  MAINTAINERS: Use the correct efi-stub location
  MAINTAINERS: Update clk/sirf patterns
  MAINTAINERS: Fix ssbi pattern
  MAINTAINERS: Use correct filename for sdhci-bcm-kona
  MAINTAINERS: Fix PXA3xx NAND FLASH DRIVER pattern
  MAINTAINERS: Update picoxcell patterns
  MAINTAINERS: Update Samsunt MFD drivers pattern
  MAINTAINERS: Update staging removals and movements
  MAINTAINERS: Remove section CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
  MAINTAINERS: Remove METAG imgdafs pattern
  MAINTAINERS: Remove unused radeon drm pattern
  MAINTAINERS: Remove unusd ARM/QUALCOMM MSM pattern
  MAINTAINERS: Remove unused NFSD pattern
  MAINTAINERS: Update rcu torture patterns

 MAINTAINERS | 60 +++++++++++++-----------------------------------------------
 1 file changed, 13 insertions(+), 47 deletions(-)

-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 01/16] MAINTAINERS: Update microcode patterns
  2014-07-03 22:07 [PATCH 00/16] MAINTAINERS: Update patterns Joe Perches
@ 2014-07-03 22:07 ` Joe Perches
  2014-07-03 22:07 ` [PATCH 02/16] MAINTAINERS: Update cifs location Joe Perches
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 27+ messages in thread
From: Joe Perches @ 2014-07-03 22:07 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

commit bad5fa631fca ("x86, microcode: Move to a proper location")
moved the files, update the pattern.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index b9f079b..54bd82e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -604,7 +604,7 @@ AMD MICROCODE UPDATE SUPPORT
 M:	Andreas Herrmann <herrmann.der.user@googlemail.com>
 L:	amd64-microcode@amd64.org
 S:	Maintained
-F:	arch/x86/kernel/microcode_amd.c
+F:	arch/x86/kernel/cpu/microcode/amd*
 
 AMD XGBE DRIVER
 M:	Tom Lendacky <thomas.lendacky@amd.com>
@@ -4630,8 +4630,8 @@ F:	drivers/platform/x86/intel_menlow.c
 INTEL IA32 MICROCODE UPDATE SUPPORT
 M:	Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
 S:	Maintained
-F:	arch/x86/kernel/microcode_core.c
-F:	arch/x86/kernel/microcode_intel.c
+F:	arch/x86/kernel/cpu/microcode/core*
+F:	arch/x86/kernel/cpu/microcode/intel*
 
 INTEL I/OAT DMA DRIVER
 M:	Dan Williams <dan.j.williams@intel.com>
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 02/16] MAINTAINERS: Update cifs location
  2014-07-03 22:07 [PATCH 00/16] MAINTAINERS: Update patterns Joe Perches
  2014-07-03 22:07 ` [PATCH 01/16] MAINTAINERS: Update microcode patterns Joe Perches
@ 2014-07-03 22:07 ` Joe Perches
  2014-07-03 22:07 ` [PATCH 03/16] MAINTAINERS: Use the correct efi-stub location Joe Perches
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 27+ messages in thread
From: Joe Perches @ 2014-07-03 22:07 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

commit 30706a545417 ("cifs: create a new Documentation/ directory
and move docfiles into it") moved the files, update the pattern.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 54bd82e..a047941 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2366,7 +2366,7 @@ W:	http://linux-cifs.samba.org/
 Q:	http://patchwork.ozlabs.org/project/linux-cifs-client/list/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
 S:	Supported
-F:	Documentation/filesystems/cifs.txt
+F:	Documentation/filesystems/cifs/
 F:	fs/cifs/
 
 COMPACTPCI HOTPLUG CORE
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 03/16] MAINTAINERS: Use the correct efi-stub location
  2014-07-03 22:07 [PATCH 00/16] MAINTAINERS: Update patterns Joe Perches
  2014-07-03 22:07 ` [PATCH 01/16] MAINTAINERS: Update microcode patterns Joe Perches
  2014-07-03 22:07 ` [PATCH 02/16] MAINTAINERS: Update cifs location Joe Perches
@ 2014-07-03 22:07 ` Joe Perches
  2014-07-08  0:37   ` Roy Franz
  2014-07-03 22:07 ` [PATCH 04/16] MAINTAINERS: Update clk/sirf patterns Joe Perches
                   ` (12 subsequent siblings)
  15 siblings, 1 reply; 27+ messages in thread
From: Joe Perches @ 2014-07-03 22:07 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Roy Franz, linux-kernel

commit 4171fe2f8a47 ("EFI stub documentation updates") moved
the file, update the pattern.

Signed-off-by: Joe Perches <joe@perches.com>
cc: Roy Franz <roy.franz@linaro.org>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a047941..e3531a5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3362,7 +3362,7 @@ M:	Matt Fleming <matt.fleming@intel.com>
 L:	linux-efi@vger.kernel.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
 S:	Maintained
-F:	Documentation/x86/efi-stub.txt
+F:	Documentation/efi-stub.txt
 F:	arch/ia64/kernel/efi.c
 F:	arch/x86/boot/compressed/eboot.[ch]
 F:	arch/x86/include/asm/efi.h
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 04/16] MAINTAINERS: Update clk/sirf patterns
  2014-07-03 22:07 [PATCH 00/16] MAINTAINERS: Update patterns Joe Perches
                   ` (2 preceding siblings ...)
  2014-07-03 22:07 ` [PATCH 03/16] MAINTAINERS: Use the correct efi-stub location Joe Perches
@ 2014-07-03 22:07 ` Joe Perches
       [not found]   ` <5EB3BFCD089AD643B9BB63439F5FD5E9012BF6F220@SHAASIEXM01.ASIA.ROOT.PRI>
  2014-07-03 22:07 ` [PATCH 05/16] MAINTAINERS: Fix ssbi pattern Joe Perches
                   ` (11 subsequent siblings)
  15 siblings, 1 reply; 27+ messages in thread
From: Joe Perches @ 2014-07-03 22:07 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Barry Song, linux-kernel

commit 7bf21bc81f28 ("clk: sirf: re-arch to make the codes support
both prima2 and atlas6") moved the files, update the patterns.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index e3531a5..90ee3d6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -894,7 +894,7 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
 S:	Maintained
 F:	arch/arm/mach-prima2/
-F:	drivers/clk/clk-prima2.c
+F:	drivers/clk/sirf/
 F:	drivers/clocksource/timer-prima2.c
 F:	drivers/clocksource/timer-marco.c
 N:	[^a-z]sirf
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 05/16] MAINTAINERS: Fix ssbi pattern
  2014-07-03 22:07 [PATCH 00/16] MAINTAINERS: Update patterns Joe Perches
                   ` (3 preceding siblings ...)
  2014-07-03 22:07 ` [PATCH 04/16] MAINTAINERS: Update clk/sirf patterns Joe Perches
@ 2014-07-03 22:07 ` Joe Perches
  2014-07-03 22:07 ` [PATCH 06/16] MAINTAINERS: Use correct filename for sdhci-bcm-kona Joe Perches
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 27+ messages in thread
From: Joe Perches @ 2014-07-03 22:07 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

Incorrect pattern used, it's not a directory, it's a file.
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 90ee3d6..6d1fc20 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1143,7 +1143,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/mfd/ssbi/
+F:	drivers/mfd/ssbi.c
 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] 27+ messages in thread

* [PATCH 06/16] MAINTAINERS: Use correct filename for sdhci-bcm-kona
  2014-07-03 22:07 [PATCH 00/16] MAINTAINERS: Update patterns Joe Perches
                   ` (4 preceding siblings ...)
  2014-07-03 22:07 ` [PATCH 05/16] MAINTAINERS: Fix ssbi pattern Joe Perches
@ 2014-07-03 22:07 ` Joe Perches
  2014-07-03 22:07 ` [PATCH 07/16] MAINTAINERS: Fix PXA3xx NAND FLASH DRIVER pattern Joe Perches
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 27+ messages in thread
From: Joe Perches @ 2014-07-03 22:07 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Christian Daudt, linux-kernel

Use dashes not underscores.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 6d1fc20..0dab840 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1934,7 +1934,7 @@ F:	arch/arm/boot/dts/bcm113*
 F:	arch/arm/boot/dts/bcm216*
 F:	arch/arm/boot/dts/bcm281*
 F:	arch/arm/configs/bcm_defconfig
-F:	drivers/mmc/host/sdhci_bcm_kona.c
+F:	drivers/mmc/host/sdhci-bcm-kona.c
 F:	drivers/clocksource/bcm_kona_timer.c
 
 BROADCOM BCM2835 ARM ARCHICTURE
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 07/16] MAINTAINERS: Fix PXA3xx NAND FLASH DRIVER pattern
  2014-07-03 22:07 [PATCH 00/16] MAINTAINERS: Update patterns Joe Perches
                   ` (5 preceding siblings ...)
  2014-07-03 22:07 ` [PATCH 06/16] MAINTAINERS: Use correct filename for sdhci-bcm-kona Joe Perches
@ 2014-07-03 22:07 ` Joe Perches
  2014-07-03 22:07 ` [PATCH 08/16] MAINTAINERS: Update picoxcell patterns Joe Perches
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 27+ messages in thread
From: Joe Perches @ 2014-07-03 22:07 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

Use underscore, not dash

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 0dab840..d398875 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7179,7 +7179,7 @@ PXA3xx NAND FLASH DRIVER
 M:	Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
 L:	linux-mtd@lists.infradead.org
 S:	Maintained
-F:	drivers/mtd/nand/pxa3xx-nand.c
+F:	drivers/mtd/nand/pxa3xx_nand.c
 
 MMP SUPPORT
 M:	Eric Miao <eric.y.miao@gmail.com>
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 08/16] MAINTAINERS: Update picoxcell patterns
  2014-07-03 22:07 [PATCH 00/16] MAINTAINERS: Update patterns Joe Perches
                   ` (6 preceding siblings ...)
  2014-07-03 22:07 ` [PATCH 07/16] MAINTAINERS: Fix PXA3xx NAND FLASH DRIVER pattern Joe Perches
@ 2014-07-03 22:07 ` Joe Perches
  2014-07-08  8:17   ` Jamie Iles
  2014-07-03 22:07 ` [PATCH 09/16] MAINTAINERS: Update Samsunt MFD drivers pattern Joe Perches
                   ` (7 subsequent siblings)
  15 siblings, 1 reply; 27+ messages in thread
From: Joe Perches @ 2014-07-03 22:07 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Jamie Iles, linux-kernel

Fix the picoxcell patterns, add the dts directory too.

Signed-off-by: Joe Perches <joe@perches.com>
cc: Jamie Iles <jamie@jamieiles.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d398875..e0f326c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6901,9 +6901,9 @@ M:	Jamie Iles <jamie@jamieiles.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 T:	git git://github.com/jamieiles/linux-2.6-ji.git
 S:	Supported
+F:	arch/arm/boot/dts/picoxcell*
 F:	arch/arm/mach-picoxcell/
-F:	drivers/*/picoxcell*
-F:	drivers/*/*/picoxcell*
+F:	drivers/crypto/picoxcell*
 
 PIN CONTROL SUBSYSTEM
 M:	Linus Walleij <linus.walleij@linaro.org>
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 09/16] MAINTAINERS: Update Samsunt MFD drivers pattern
  2014-07-03 22:07 [PATCH 00/16] MAINTAINERS: Update patterns Joe Perches
                   ` (7 preceding siblings ...)
  2014-07-03 22:07 ` [PATCH 08/16] MAINTAINERS: Update picoxcell patterns Joe Perches
@ 2014-07-03 22:07 ` Joe Perches
  2014-07-03 23:53   ` Sangbeom Kim
  2014-07-03 22:07 ` [PATCH 10/16] MAINTAINERS: Update staging removals and movements Joe Perches
                   ` (6 subsequent siblings)
  15 siblings, 1 reply; 27+ messages in thread
From: Joe Perches @ 2014-07-03 22:07 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Sangbeom Kim, linux-kernel

This rtc/rtc-sec.c file has never been added to the kernel tree.
It's been 2 years.  Remove it.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index e0f326c..8575e84 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7722,7 +7722,6 @@ S:	Supported
 F:	drivers/mfd/sec*.c
 F:	drivers/regulator/s2m*.c
 F:	drivers/regulator/s5m*.c
-F:	drivers/rtc/rtc-sec.c
 F:	include/linux/mfd/samsung/
 
 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 10/16] MAINTAINERS: Update staging removals and movements
  2014-07-03 22:07 [PATCH 00/16] MAINTAINERS: Update patterns Joe Perches
                   ` (8 preceding siblings ...)
  2014-07-03 22:07 ` [PATCH 09/16] MAINTAINERS: Update Samsunt MFD drivers pattern Joe Perches
@ 2014-07-03 22:07 ` Joe Perches
  2014-07-03 22:07 ` [PATCH 11/16] MAINTAINERS: Remove section CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER Joe Perches
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 27+ messages in thread
From: Joe Perches @ 2014-07-03 22:07 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

3 sections have been deleted by various commits.
The other, echo, has been moved to drivers/misc.

The nominal maintainers of the echo subsystem haven't
been modifying the code or acking/signing patches for
several years, so don't keep the section either.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 8575e84..4749c4f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5036,13 +5036,6 @@ S:	Maintained
 F:	Documentation/hwmon/k8temp
 F:	drivers/hwmon/k8temp.c
 
-KTAP
-M:	Jovi Zhangwei <jovi.zhangwei@gmail.com>
-W:	http://www.ktap.org
-L:	ktap@freelists.org
-S:	Maintained
-F:	drivers/staging/ktap/
-
 KCONFIG
 M:	"Yann E. MORIN" <yann.morin.1998@free.fr>
 L:	linux-kbuild@vger.kernel.org
@@ -8499,23 +8492,12 @@ L:	devel@driverdev.osuosl.org
 S:	Supported
 F:	drivers/staging/
 
-STAGING - ASUS OLED
-M:	Jakub Schmidtke <sjakub@gmail.com>
-S:	Odd Fixes
-F:	drivers/staging/asus_oled/
-
 STAGING - COMEDI
 M:	Ian Abbott <abbotti@mev.co.uk>
 M:	H Hartley Sweeten <hsweeten@visionengravers.com>
 S:	Odd Fixes
 F:	drivers/staging/comedi/
 
-STAGING - ECHO CANCELLER
-M:	Steve Underwood <steveu@coppice.org>
-M:	David Rowe <david@rowetel.com>
-S:	Odd Fixes
-F:	drivers/staging/echo/
-
 STAGING - ET131X NETWORK DRIVER
 M:	Mark Einon <mark.einon@gmail.com>
 S:	Odd Fixes
@@ -8587,11 +8569,6 @@ L:	linux-wireless@vger.kernel.org
 S:	Maintained
 F:	drivers/staging/rtl8723au/
 
-STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
-M:	Teddy Wang <teddy.wang@siliconmotion.com.cn>
-S:	Odd Fixes
-F:	drivers/staging/sm7xxfb/
-
 STAGING - SLICOSS
 M:	Lior Dotan <liodot@gmail.com>
 M:	Christopher Harrer <charrer@alacritech.com>
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 11/16] MAINTAINERS: Remove section CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
  2014-07-03 22:07 [PATCH 00/16] MAINTAINERS: Update patterns Joe Perches
                   ` (9 preceding siblings ...)
  2014-07-03 22:07 ` [PATCH 10/16] MAINTAINERS: Update staging removals and movements Joe Perches
@ 2014-07-03 22:07 ` Joe Perches
  2014-07-03 22:07 ` [PATCH 12/16] MAINTAINERS: Remove METAG imgdafs pattern Joe Perches
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 27+ messages in thread
From: Joe Perches @ 2014-07-03 22:07 UTC (permalink / raw)
  To: Andrew Morton; +Cc: H Hartley Sweeten, Lennert Buytenhek, linux-kernel

commit e55f7cd24676 ("usb: ohci: remove ep93xx bus glue platform driver")
removed the file, remove the section.

Signed-off-by: Joe Perches <joe@perches.com>
cc: H Hartley Sweeten <hartleys@visionengravers.com>
cc: Lennert Buytenhek <kernel@wantstofly.org>
---
 MAINTAINERS | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4749c4f..0df8ab5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2276,12 +2276,6 @@ L:	netdev@vger.kernel.org
 S:	Maintained
 F:	drivers/net/ethernet/cirrus/ep93xx_eth.c
 
-CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
-M:	Lennert Buytenhek <kernel@wantstofly.org>
-L:	linux-usb@vger.kernel.org
-S:	Maintained
-F:	drivers/usb/host/ohci-ep93xx.c
-
 CIRRUS LOGIC AUDIO CODEC DRIVERS
 M:	Brian Austin <brian.austin@cirrus.com>
 M:	Paul Handrigan <Paul.Handrigan@cirrus.com>
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 12/16] MAINTAINERS: Remove METAG imgdafs pattern
  2014-07-03 22:07 [PATCH 00/16] MAINTAINERS: Update patterns Joe Perches
                   ` (10 preceding siblings ...)
  2014-07-03 22:07 ` [PATCH 11/16] MAINTAINERS: Remove section CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER Joe Perches
@ 2014-07-03 22:07 ` Joe Perches
  2014-07-04  7:59     ` James Hogan
  2014-07-03 22:07 ` [PATCH 13/16] MAINTAINERS: Remove unused radeon drm pattern Joe Perches
                   ` (3 subsequent siblings)
  15 siblings, 1 reply; 27+ messages in thread
From: Joe Perches @ 2014-07-03 22:07 UTC (permalink / raw)
  To: Andrew Morton; +Cc: James Hogan, linux-kernel

This never made it into the kernel tree.
Remove it.

Signed-off-by: Joe Perches <joe@perches.com>
cc: James Hogan <james.hogan@imgtec.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0df8ab5..f223d8f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5803,7 +5803,6 @@ F:	drivers/clocksource/metag_generic.c
 F:	drivers/irqchip/irq-metag.c
 F:	drivers/irqchip/irq-metag-ext.c
 F:	drivers/tty/metag_da.c
-F:	fs/imgdafs/
 
 MICROBLAZE ARCHITECTURE
 M:	Michal Simek <monstr@monstr.eu>
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 13/16] MAINTAINERS: Remove unused radeon drm pattern
  2014-07-03 22:07 [PATCH 00/16] MAINTAINERS: Update patterns Joe Perches
                   ` (11 preceding siblings ...)
  2014-07-03 22:07 ` [PATCH 12/16] MAINTAINERS: Remove METAG imgdafs pattern Joe Perches
@ 2014-07-03 22:07 ` Joe Perches
  2014-07-03 22:07 ` [PATCH 14/16] MAINTAINERS: Remove unusd ARM/QUALCOMM MSM pattern Joe Perches
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 27+ messages in thread
From: Joe Perches @ 2014-07-03 22:07 UTC (permalink / raw)
  To: Andrew Morton; +Cc: David Howells, linux-kernel

commit 8dcedd7e87f4 ("UAPI: (Scripted) Disintegrate include/drm")
moved the file, remove the pattern.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index f223d8f..09b4a67 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2989,7 +2989,6 @@ L:	dri-devel@lists.freedesktop.org
 T:	git git://people.freedesktop.org/~agd5f/linux
 S:	Supported
 F:	drivers/gpu/drm/radeon/
-F:	include/drm/radeon*
 F:	include/uapi/drm/radeon*
 
 DRM PANEL DRIVERS
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 14/16] MAINTAINERS: Remove unusd ARM/QUALCOMM MSM pattern
  2014-07-03 22:07 [PATCH 00/16] MAINTAINERS: Update patterns Joe Perches
                   ` (12 preceding siblings ...)
  2014-07-03 22:07 ` [PATCH 13/16] MAINTAINERS: Remove unused radeon drm pattern Joe Perches
@ 2014-07-03 22:07 ` Joe Perches
  2014-07-03 22:07 ` [PATCH 15/16] MAINTAINERS: Remove unused NFSD pattern Joe Perches
  2014-07-03 22:08 ` [PATCH 16/16] MAINTAINERS: Update rcu torture patterns Joe Perches
  15 siblings, 0 replies; 27+ messages in thread
From: Joe Perches @ 2014-07-03 22:07 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Stephen Boyd, linux-kernel

commit 87933a68dce6 ("mfd: pm8921: Remove pm8xxx API now that sub-devices
use regmap") removed the file, remove the pattern.

Signed-off-by: Joe Perches <joe@perches.com>
cc: Stephen Boyd <sboyd@codeaurora.org>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 09b4a67..b7e3a32 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1144,7 +1144,6 @@ F:	drivers/tty/serial/msm_serial.h
 F:	drivers/tty/serial/msm_serial.c
 F:	drivers/*/pm8???-*
 F:	drivers/mfd/ssbi.c
-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] 27+ messages in thread

* [PATCH 15/16] MAINTAINERS: Remove unused NFSD pattern
  2014-07-03 22:07 [PATCH 00/16] MAINTAINERS: Update patterns Joe Perches
                   ` (13 preceding siblings ...)
  2014-07-03 22:07 ` [PATCH 14/16] MAINTAINERS: Remove unusd ARM/QUALCOMM MSM pattern Joe Perches
@ 2014-07-03 22:07 ` Joe Perches
  2014-07-03 22:08 ` [PATCH 16/16] MAINTAINERS: Update rcu torture patterns Joe Perches
  15 siblings, 0 replies; 27+ messages in thread
From: Joe Perches @ 2014-07-03 22:07 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Christoph Hellwig, linux-kernel

A series of commits by Christoph Hellwig removed all the files
in this directory, remove the pattern.

Signed-off-by: Joe Perches <joe@perches.com>
cc: Christoph Hellwig <hch@lst.de>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b7e3a32..de0d181 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5082,7 +5082,6 @@ L:	linux-nfs@vger.kernel.org
 W:	http://nfs.sourceforge.net/
 S:	Supported
 F:	fs/nfsd/
-F:	include/linux/nfsd/
 F:	include/uapi/linux/nfsd/
 F:	fs/lockd/
 F:	fs/nfs_common/
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* [PATCH 16/16] MAINTAINERS: Update rcu torture patterns
  2014-07-03 22:07 [PATCH 00/16] MAINTAINERS: Update patterns Joe Perches
                   ` (14 preceding siblings ...)
  2014-07-03 22:07 ` [PATCH 15/16] MAINTAINERS: Remove unused NFSD pattern Joe Perches
@ 2014-07-03 22:08 ` Joe Perches
  2014-07-03 23:24   ` Paul E. McKenney
  15 siblings, 1 reply; 27+ messages in thread
From: Joe Perches @ 2014-07-03 22:08 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Paul E. McKenney, linux-kernel

commit 51b1130eb582 ("rcutorture: Abstract rcu_torture_random()")
moved the file, update the patterns

Signed-off-by: Joe Perches <joe@perches.com>
cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index de0d181..473c00c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7374,7 +7374,7 @@ L:	linux-kernel@vger.kernel.org
 S:	Supported
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
 F:	Documentation/RCU/torture.txt
-F:	kernel/rcu/torture.c
+F:	kernel/rcu/rcutorture.c
 
 RCUTORTURE TEST FRAMEWORK
 M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
@@ -7418,7 +7418,7 @@ X:	Documentation/RCU/torture.txt
 F:	include/linux/rcu*
 X:	include/linux/srcu.h
 F:	kernel/rcu/
-X:	kernel/rcu/torture.c
+X:	kernel/torture.c
 
 REAL TIME CLOCK (RTC) SUBSYSTEM
 M:	Alessandro Zummo <a.zummo@towertech.it>
-- 
1.8.1.2.459.gbcd45b4.dirty


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

* Re: [PATCH 16/16] MAINTAINERS: Update rcu torture patterns
  2014-07-03 22:08 ` [PATCH 16/16] MAINTAINERS: Update rcu torture patterns Joe Perches
@ 2014-07-03 23:24   ` Paul E. McKenney
  0 siblings, 0 replies; 27+ messages in thread
From: Paul E. McKenney @ 2014-07-03 23:24 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, linux-kernel

On Thu, Jul 03, 2014 at 03:08:00PM -0700, Joe Perches wrote:
> commit 51b1130eb582 ("rcutorture: Abstract rcu_torture_random()")
> moved the file, update the patterns
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>

Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

> ---
>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index de0d181..473c00c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7374,7 +7374,7 @@ L:	linux-kernel@vger.kernel.org
>  S:	Supported
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
>  F:	Documentation/RCU/torture.txt
> -F:	kernel/rcu/torture.c
> +F:	kernel/rcu/rcutorture.c
> 
>  RCUTORTURE TEST FRAMEWORK
>  M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
> @@ -7418,7 +7418,7 @@ X:	Documentation/RCU/torture.txt
>  F:	include/linux/rcu*
>  X:	include/linux/srcu.h
>  F:	kernel/rcu/
> -X:	kernel/rcu/torture.c
> +X:	kernel/torture.c
> 
>  REAL TIME CLOCK (RTC) SUBSYSTEM
>  M:	Alessandro Zummo <a.zummo@towertech.it>
> -- 
> 1.8.1.2.459.gbcd45b4.dirty
> 


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

* RE: [PATCH 09/16] MAINTAINERS: Update Samsunt MFD drivers pattern
  2014-07-03 22:07 ` [PATCH 09/16] MAINTAINERS: Update Samsunt MFD drivers pattern Joe Perches
@ 2014-07-03 23:53   ` Sangbeom Kim
  2014-07-04  3:45     ` Sachin Kamat
  0 siblings, 1 reply; 27+ messages in thread
From: Sangbeom Kim @ 2014-07-03 23:53 UTC (permalink / raw)
  To: 'Joe Perches', 'Andrew Morton'; +Cc: linux-kernel

On Friday, July 04, 2014 7:08 AM, Joe Perches wrote:

>  F:	drivers/regulator/s2m*.c
>  F:	drivers/regulator/s5m*.c
> -F:	drivers/rtc/rtc-sec.c
>  F:	include/linux/mfd/samsung/
> 

Yes, You are right.
There is no rtc-sec.c
Instead, rtc-s5m.c was upstreamed.
I will post update patch.

Thanks,
Sangbeom.


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

* Re: FW: [PATCH 04/16] MAINTAINERS: Update clk/sirf patterns
       [not found]   ` <5EB3BFCD089AD643B9BB63439F5FD5E9012BF6F220@SHAASIEXM01.ASIA.ROOT.PRI>
@ 2014-07-04  1:33     ` Barry Song
  2014-07-04  2:44       ` Joe Perches
  0 siblings, 1 reply; 27+ messages in thread
From: Barry Song @ 2014-07-04  1:33 UTC (permalink / raw)
  To: Barry Song, Joe Perches, Andrew Morton, LKML; +Cc: DL-SHA-WorkGroupLinux

>> -----Original Message-----
>> From: Joe Perches [mailto:joe@perches.com]
>> Sent: Friday, July 04, 2014 6:08 AM
>> To: Andrew Morton
>> Cc: Barry Song; linux-kernel@vger.kernel.org
>> Subject: [PATCH 04/16] MAINTAINERS: Update clk/sirf patterns
>>
>> commit 7bf21bc81f28 ("clk: sirf: re-arch to make the codes support both
>> prima2 and atlas6") moved the files, update the patterns.
>>
>> Signed-off-by: Joe Perches <joe@perches.com>
>> cc: Barry Song <Baohua.Song@csr.com>
>> ---
>>  MAINTAINERS | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index e3531a5..90ee3d6 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -894,7 +894,7 @@ L:        linux-arm-kernel@lists.infradead.org
>> (moderated for non-subscribers)
>>  T:   git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
>>  S:   Maintained
>>  F:   arch/arm/mach-prima2/
>> -F:   drivers/clk/clk-prima2.c
>> +F:   drivers/clk/sirf/

has "N:   [^a-z]sirf" included this?

>>  F:   drivers/clocksource/timer-prima2.c
>>  F:   drivers/clocksource/timer-marco.c
>>  N:   [^a-z]sirf
>> --
>> 1.8.1.2.459.gbcd45b4.dirty

-barry

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

* Re: FW: [PATCH 04/16] MAINTAINERS: Update clk/sirf patterns
  2014-07-04  1:33     ` FW: " Barry Song
@ 2014-07-04  2:44       ` Joe Perches
  0 siblings, 0 replies; 27+ messages in thread
From: Joe Perches @ 2014-07-04  2:44 UTC (permalink / raw)
  To: Barry Song; +Cc: Barry Song, Andrew Morton, LKML, DL-SHA-WorkGroupLinux

On Fri, 2014-07-04 at 09:33 +0800, Barry Song wrote:
> >> -----Original Message-----
> >> From: Joe Perches [mailto:joe@perches.com]
> >> Sent: Friday, July 04, 2014 6:08 AM
[]
> >> commit 7bf21bc81f28 ("clk: sirf: re-arch to make the codes support both
> >> prima2 and atlas6") moved the files, update the patterns.
[]
> >> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> >> @@ -894,7 +894,7 @@ L:        linux-arm-kernel@lists.infradead.org
> >> (moderated for non-subscribers)
> >>  T:   git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
> >>  S:   Maintained
> >>  F:   arch/arm/mach-prima2/
> >> -F:   drivers/clk/clk-prima2.c
> >> +F:   drivers/clk/sirf/
> 
> has "N:   [^a-z]sirf" included this?

Kinda.  From MAINTAINERS:

	N: Files and directories with regex patterns.
	   N:	[^a-z]tegra	all files whose path contains the word tegra
	   One pattern per line.  Multiple N: lines acceptable.
	   scripts/get_maintainer.pl has different behavior for files that
	   match F: pattern and matches of N: patterns.  By default,
	   get_maintainer will not look at git log history when an F: pattern
	   match occurs.  When an N: match occurs, git log history is used
	   to also notify the people that have git commit signatures.



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

* Re: [PATCH 09/16] MAINTAINERS: Update Samsunt MFD drivers pattern
  2014-07-03 23:53   ` Sangbeom Kim
@ 2014-07-04  3:45     ` Sachin Kamat
  2014-07-04  4:14       ` Joe Perches
  0 siblings, 1 reply; 27+ messages in thread
From: Sachin Kamat @ 2014-07-04  3:45 UTC (permalink / raw)
  To: Sangbeom Kim; +Cc: Joe Perches, Andrew Morton, open list

On Fri, Jul 4, 2014 at 5:23 AM, Sangbeom Kim <sbkim73@samsung.com> wrote:
> On Friday, July 04, 2014 7:08 AM, Joe Perches wrote:
>
>>  F:   drivers/regulator/s2m*.c
>>  F:   drivers/regulator/s5m*.c
>> -F:   drivers/rtc/rtc-sec.c
>>  F:   include/linux/mfd/samsung/
>>
>
> Yes, You are right.
> There is no rtc-sec.c
> Instead, rtc-s5m.c was upstreamed.
> I will post update patch.

Joe,

In any case, if this patch is going to be appled, please fix typo in subject

s/Samsunt/Samsung

-- 
Regards,
Sachin.

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

* Re: [PATCH 09/16] MAINTAINERS: Update Samsunt MFD drivers pattern
  2014-07-04  3:45     ` Sachin Kamat
@ 2014-07-04  4:14       ` Joe Perches
  0 siblings, 0 replies; 27+ messages in thread
From: Joe Perches @ 2014-07-04  4:14 UTC (permalink / raw)
  To: Sachin Kamat; +Cc: Sangbeom Kim, Andrew Morton, open list

On Fri, 2014-07-04 at 09:15 +0530, Sachin Kamat wrote:
> In any case, if this patch is going to be appled, please fix typo in subject
> 
> s/Samsunt/Samsung

I think Sangboem is going to submit something appropriate
instead.



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

* Re: [PATCH 12/16] MAINTAINERS: Remove METAG imgdafs pattern
  2014-07-03 22:07 ` [PATCH 12/16] MAINTAINERS: Remove METAG imgdafs pattern Joe Perches
@ 2014-07-04  7:59     ` James Hogan
  0 siblings, 0 replies; 27+ messages in thread
From: James Hogan @ 2014-07-04  7:59 UTC (permalink / raw)
  To: Joe Perches, Andrew Morton; +Cc: linux-kernel, linux-metag

On 03/07/14 23:07, Joe Perches wrote:
> This never made it into the kernel tree.
> Remove it.
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> cc: James Hogan <james.hogan@imgtec.com>

Yeh, after v10 of the patches and no response since v6 I gave up trying.

Acked-by: James Hogan <james.hogan@imgtec.com>

Cheers
James

> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0df8ab5..f223d8f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5803,7 +5803,6 @@ F:	drivers/clocksource/metag_generic.c
>  F:	drivers/irqchip/irq-metag.c
>  F:	drivers/irqchip/irq-metag-ext.c
>  F:	drivers/tty/metag_da.c
> -F:	fs/imgdafs/
>  
>  MICROBLAZE ARCHITECTURE
>  M:	Michal Simek <monstr@monstr.eu>
> 

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

* Re: [PATCH 12/16] MAINTAINERS: Remove METAG imgdafs pattern
@ 2014-07-04  7:59     ` James Hogan
  0 siblings, 0 replies; 27+ messages in thread
From: James Hogan @ 2014-07-04  7:59 UTC (permalink / raw)
  To: Joe Perches, Andrew Morton; +Cc: linux-kernel, linux-metag

On 03/07/14 23:07, Joe Perches wrote:
> This never made it into the kernel tree.
> Remove it.
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> cc: James Hogan <james.hogan@imgtec.com>

Yeh, after v10 of the patches and no response since v6 I gave up trying.

Acked-by: James Hogan <james.hogan@imgtec.com>

Cheers
James

> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0df8ab5..f223d8f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5803,7 +5803,6 @@ F:	drivers/clocksource/metag_generic.c
>  F:	drivers/irqchip/irq-metag.c
>  F:	drivers/irqchip/irq-metag-ext.c
>  F:	drivers/tty/metag_da.c
> -F:	fs/imgdafs/
>  
>  MICROBLAZE ARCHITECTURE
>  M:	Michal Simek <monstr@monstr.eu>
> 

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

* Re: [PATCH 03/16] MAINTAINERS: Use the correct efi-stub location
  2014-07-03 22:07 ` [PATCH 03/16] MAINTAINERS: Use the correct efi-stub location Joe Perches
@ 2014-07-08  0:37   ` Roy Franz
  0 siblings, 0 replies; 27+ messages in thread
From: Roy Franz @ 2014-07-08  0:37 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, Linux Kernel Mailing List

On Thu, Jul 3, 2014 at 3:07 PM, Joe Perches <joe@perches.com> wrote:
> commit 4171fe2f8a47 ("EFI stub documentation updates") moved
> the file, update the pattern.
>
> Signed-off-by: Joe Perches <joe@perches.com>
> cc: Roy Franz <roy.franz@linaro.org>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a047941..e3531a5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3362,7 +3362,7 @@ M:        Matt Fleming <matt.fleming@intel.com>
>  L:     linux-efi@vger.kernel.org
>  T:     git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
>  S:     Maintained
> -F:     Documentation/x86/efi-stub.txt
> +F:     Documentation/efi-stub.txt
>  F:     arch/ia64/kernel/efi.c
>  F:     arch/x86/boot/compressed/eboot.[ch]
>  F:     arch/x86/include/asm/efi.h
> --
> 1.8.1.2.459.gbcd45b4.dirty
>
Acked-by: Roy Franz <roy.franz@linaro.org>

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

* Re: [PATCH 08/16] MAINTAINERS: Update picoxcell patterns
  2014-07-03 22:07 ` [PATCH 08/16] MAINTAINERS: Update picoxcell patterns Joe Perches
@ 2014-07-08  8:17   ` Jamie Iles
  0 siblings, 0 replies; 27+ messages in thread
From: Jamie Iles @ 2014-07-08  8:17 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, Jamie Iles, linux-kernel

Thanks Joe!

On Thu, Jul 03, 2014 at 03:07:52PM -0700, Joe Perches wrote:
> Fix the picoxcell patterns, add the dts directory too.
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> cc: Jamie Iles <jamie@jamieiles.com>

Acked-by: Jamie Iles <jamie@jamieiles.com>

Jamie

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

end of thread, other threads:[~2014-07-08  8:17 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-03 22:07 [PATCH 00/16] MAINTAINERS: Update patterns Joe Perches
2014-07-03 22:07 ` [PATCH 01/16] MAINTAINERS: Update microcode patterns Joe Perches
2014-07-03 22:07 ` [PATCH 02/16] MAINTAINERS: Update cifs location Joe Perches
2014-07-03 22:07 ` [PATCH 03/16] MAINTAINERS: Use the correct efi-stub location Joe Perches
2014-07-08  0:37   ` Roy Franz
2014-07-03 22:07 ` [PATCH 04/16] MAINTAINERS: Update clk/sirf patterns Joe Perches
     [not found]   ` <5EB3BFCD089AD643B9BB63439F5FD5E9012BF6F220@SHAASIEXM01.ASIA.ROOT.PRI>
2014-07-04  1:33     ` FW: " Barry Song
2014-07-04  2:44       ` Joe Perches
2014-07-03 22:07 ` [PATCH 05/16] MAINTAINERS: Fix ssbi pattern Joe Perches
2014-07-03 22:07 ` [PATCH 06/16] MAINTAINERS: Use correct filename for sdhci-bcm-kona Joe Perches
2014-07-03 22:07 ` [PATCH 07/16] MAINTAINERS: Fix PXA3xx NAND FLASH DRIVER pattern Joe Perches
2014-07-03 22:07 ` [PATCH 08/16] MAINTAINERS: Update picoxcell patterns Joe Perches
2014-07-08  8:17   ` Jamie Iles
2014-07-03 22:07 ` [PATCH 09/16] MAINTAINERS: Update Samsunt MFD drivers pattern Joe Perches
2014-07-03 23:53   ` Sangbeom Kim
2014-07-04  3:45     ` Sachin Kamat
2014-07-04  4:14       ` Joe Perches
2014-07-03 22:07 ` [PATCH 10/16] MAINTAINERS: Update staging removals and movements Joe Perches
2014-07-03 22:07 ` [PATCH 11/16] MAINTAINERS: Remove section CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER Joe Perches
2014-07-03 22:07 ` [PATCH 12/16] MAINTAINERS: Remove METAG imgdafs pattern Joe Perches
2014-07-04  7:59   ` James Hogan
2014-07-04  7:59     ` James Hogan
2014-07-03 22:07 ` [PATCH 13/16] MAINTAINERS: Remove unused radeon drm pattern Joe Perches
2014-07-03 22:07 ` [PATCH 14/16] MAINTAINERS: Remove unusd ARM/QUALCOMM MSM pattern Joe Perches
2014-07-03 22:07 ` [PATCH 15/16] MAINTAINERS: Remove unused NFSD pattern Joe Perches
2014-07-03 22:08 ` [PATCH 16/16] MAINTAINERS: Update rcu torture patterns Joe Perches
2014-07-03 23:24   ` Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.