* [PATCH 00/19] MAINTAINERS: fix file patterns
@ 2012-12-11 21:49 Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 01/19] MAINTAINERS: remove drivers/platform/msm/ Cesar Eduardo Barros
` (19 more replies)
0 siblings, 20 replies; 33+ messages in thread
From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, Joe Perches, Cesar Eduardo Barros
I could not find the maintainer for the MAINTAINERS file, so sending
directly to Linus. Sorry if I am mistaken.
This patch series attempts to fix F: patterns on the MAINTAINERS file
which point to non-existing files or directories.
Patch 7 also attempts to add matching uapi/ patterns to all include
directory patterns, if applicable.
The only changes since my previous posting of this patch series to
linux-kernel are: removed one NAKed patch, removed patches which are
going in via their respective subsystem trees, and added all the ACKs I
received for these patches.
Cesar Eduardo Barros (19):
MAINTAINERS: remove drivers/platform/msm/
MAINTAINERS: remove arch/arm/common/time-acorn.c
MAINTAINERS: remove arch/arm/plat-s5p/
MAINTAINERS: fix drivers/rtc/rtc-vt8500.c
MAINTAINERS: fix arch/arm/mach-at91/include/mach/at_hdmac.h
MAINTAINERS: fix drivers/media/platform/atmel-isi.c
MAINTAINERS: adjust for UAPI
MAINTAINERS: fix drivers/media/usb/dvb-usb/cxusb*
MAINTAINERS: remove drivers/video/epson1355fb.c
MAINTAINERS: fix .../plat-mxc/include/mach/imxfb.h
MAINTAINERS: fix drivers/ieee802154/
MAINTAINERS: remove firmware/isci/
MAINTAINERS: remove arch/x86/platform/mrst/pmu.*
MAINTAINERS: fix Documentation/mei/
MAINTAINERS: remove drivers/mmc/host/imxmmc.*
MAINTAINERS: remove arch/*/lib/perf_event*.c
MAINTAINERS: remove include/linux/of_pwm.h
MAINTAINERS: fix BAST
MAINTAINERS: fix drivers/staging/sm7xx/
MAINTAINERS | 209 +++++++++++++++++++++++++++++++++++++-----------------------
1 file changed, 130 insertions(+), 79 deletions(-)
--
1.7.11.7
^ permalink raw reply [flat|nested] 33+ messages in thread* [PATCH 01/19] MAINTAINERS: remove drivers/platform/msm/ 2012-12-11 21:49 [PATCH 00/19] MAINTAINERS: fix file patterns Cesar Eduardo Barros @ 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:49 ` Cesar Eduardo Barros ` (18 subsequent siblings) 19 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: Linus Torvalds Cc: linux-kernel, Joe Perches, Cesar Eduardo Barros, Kenneth Heitke, Daniel Walker, linux-arm-msm Added by commit 8a5700c (add drivers/platform/msm to MSM subsystem) in 2011, but I could not find any trace of that directory being ever added to the repository. Acked-by: David Brown <davidb@codeaurora.org> Acked-by: Bryan Huntsman <bryanh@codeaurora.org> Cc: Kenneth Heitke <kheitke@codeaurora.org> Cc: Daniel Walker <dwalker@fifo99.com> Cc: linux-arm-msm@vger.kernel.org Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 9386a63..217630e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -987,7 +987,6 @@ F: drivers/mmc/host/msm_sdcc.c F: drivers/mmc/host/msm_sdcc.h F: drivers/tty/serial/msm_serial.h F: drivers/tty/serial/msm_serial.c -F: drivers/platform/msm/ F: drivers/*/pm8???-* F: include/linux/mfd/pm8xxx/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 02/19] MAINTAINERS: remove arch/arm/common/time-acorn.c 2012-12-11 21:49 [PATCH 00/19] MAINTAINERS: fix file patterns Cesar Eduardo Barros @ 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:49 ` Cesar Eduardo Barros ` (18 subsequent siblings) 19 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: linux-arm-kernel This file was moved to arch/arm/mach-rpc/time.c by commit a1be5d6 (ARM: riscpc: move time-acorn.c to mach-rpc), and the pattern for arch/arm/mach-rpc/ already exists. Cc: Russell King <linux@arm.linux.org.uk> Cc: linux-arm-kernel at lists.infradead.org Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 217630e..f4890a3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1050,7 +1050,6 @@ M: Russell King <linux@arm.linux.org.uk> L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers) W: http://www.arm.linux.org.uk/ S: Maintained -F: arch/arm/common/time-acorn.c F: arch/arm/include/asm/hardware/entry-macro-iomd.S F: arch/arm/include/asm/hardware/ioc.h F: arch/arm/include/asm/hardware/iomd.h -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 02/19] MAINTAINERS: remove arch/arm/common/time-acorn.c @ 2012-12-11 21:49 ` Cesar Eduardo Barros 0 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: Linus Torvalds Cc: linux-kernel, Joe Perches, Cesar Eduardo Barros, Russell King, linux-arm-kernel This file was moved to arch/arm/mach-rpc/time.c by commit a1be5d6 (ARM: riscpc: move time-acorn.c to mach-rpc), and the pattern for arch/arm/mach-rpc/ already exists. Cc: Russell King <linux@arm.linux.org.uk> Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 217630e..f4890a3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1050,7 +1050,6 @@ M: Russell King <linux@arm.linux.org.uk> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) W: http://www.arm.linux.org.uk/ S: Maintained -F: arch/arm/common/time-acorn.c F: arch/arm/include/asm/hardware/entry-macro-iomd.S F: arch/arm/include/asm/hardware/ioc.h F: arch/arm/include/asm/hardware/iomd.h -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 03/19] MAINTAINERS: remove arch/arm/plat-s5p/ 2012-12-11 21:49 [PATCH 00/19] MAINTAINERS: fix file patterns Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 01/19] MAINTAINERS: remove drivers/platform/msm/ Cesar Eduardo Barros @ 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:49 ` Cesar Eduardo Barros ` (17 subsequent siblings) 19 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: Linus Torvalds Cc: linux-samsung-soc, linux-kernel, linux-arm-kernel, Ben Dooks, Joe Perches, Cesar Eduardo Barros These files were merged into plat-samsung. Acked-by: Kukjin Kim <kgene.kim@samsung.com> Cc: Ben Dooks <ben-linux@fluff.org> Cc: linux-arm-kernel@lists.infradead.org Cc: linux-samsung-soc@vger.kernel.org Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index f4890a3..e013f00 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1074,7 +1074,6 @@ W: http://www.fluff.org/ben/linux/ S: Maintained F: arch/arm/plat-samsung/ F: arch/arm/plat-s3c24xx/ -F: arch/arm/plat-s5p/ F: arch/arm/mach-s3c24*/ F: arch/arm/mach-s3c64xx/ F: drivers/*/*s3c2410* @@ -1105,7 +1104,6 @@ M: Sylwester Nawrocki <s.nawrocki@samsung.com> L: linux-arm-kernel@lists.infradead.org L: linux-media@vger.kernel.org S: Maintained -F: arch/arm/plat-s5p/dev-fimc* F: arch/arm/plat-samsung/include/plat/*fimc* F: drivers/media/platform/s5p-fimc/ @@ -1116,7 +1114,7 @@ M: Jeongtae Park <jtp.park@samsung.com> L: linux-arm-kernel@lists.infradead.org L: linux-media@vger.kernel.org S: Maintained -F: arch/arm/plat-s5p/dev-mfc.c +F: arch/arm/plat-samsung/s5p-dev-mfc.c F: drivers/media/platform/s5p-mfc/ ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 03/19] MAINTAINERS: remove arch/arm/plat-s5p/ @ 2012-12-11 21:49 ` Cesar Eduardo Barros 0 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: Linus Torvalds Cc: linux-kernel, Joe Perches, Cesar Eduardo Barros, Ben Dooks, linux-arm-kernel, linux-samsung-soc These files were merged into plat-samsung. Acked-by: Kukjin Kim <kgene.kim@samsung.com> Cc: Ben Dooks <ben-linux@fluff.org> Cc: linux-arm-kernel@lists.infradead.org Cc: linux-samsung-soc@vger.kernel.org Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index f4890a3..e013f00 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1074,7 +1074,6 @@ W: http://www.fluff.org/ben/linux/ S: Maintained F: arch/arm/plat-samsung/ F: arch/arm/plat-s3c24xx/ -F: arch/arm/plat-s5p/ F: arch/arm/mach-s3c24*/ F: arch/arm/mach-s3c64xx/ F: drivers/*/*s3c2410* @@ -1105,7 +1104,6 @@ M: Sylwester Nawrocki <s.nawrocki@samsung.com> L: linux-arm-kernel@lists.infradead.org L: linux-media@vger.kernel.org S: Maintained -F: arch/arm/plat-s5p/dev-fimc* F: arch/arm/plat-samsung/include/plat/*fimc* F: drivers/media/platform/s5p-fimc/ @@ -1116,7 +1114,7 @@ M: Jeongtae Park <jtp.park@samsung.com> L: linux-arm-kernel@lists.infradead.org L: linux-media@vger.kernel.org S: Maintained -F: arch/arm/plat-s5p/dev-mfc.c +F: arch/arm/plat-samsung/s5p-dev-mfc.c F: drivers/media/platform/s5p-mfc/ ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 03/19] MAINTAINERS: remove arch/arm/plat-s5p/ @ 2012-12-11 21:49 ` Cesar Eduardo Barros 0 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: linux-arm-kernel These files were merged into plat-samsung. Acked-by: Kukjin Kim <kgene.kim@samsung.com> Cc: Ben Dooks <ben-linux@fluff.org> Cc: linux-arm-kernel at lists.infradead.org Cc: linux-samsung-soc at vger.kernel.org Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index f4890a3..e013f00 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1074,7 +1074,6 @@ W: http://www.fluff.org/ben/linux/ S: Maintained F: arch/arm/plat-samsung/ F: arch/arm/plat-s3c24xx/ -F: arch/arm/plat-s5p/ F: arch/arm/mach-s3c24*/ F: arch/arm/mach-s3c64xx/ F: drivers/*/*s3c2410* @@ -1105,7 +1104,6 @@ M: Sylwester Nawrocki <s.nawrocki@samsung.com> L: linux-arm-kernel at lists.infradead.org L: linux-media at vger.kernel.org S: Maintained -F: arch/arm/plat-s5p/dev-fimc* F: arch/arm/plat-samsung/include/plat/*fimc* F: drivers/media/platform/s5p-fimc/ @@ -1116,7 +1114,7 @@ M: Jeongtae Park <jtp.park@samsung.com> L: linux-arm-kernel at lists.infradead.org L: linux-media at vger.kernel.org S: Maintained -F: arch/arm/plat-s5p/dev-mfc.c +F: arch/arm/plat-samsung/s5p-dev-mfc.c F: drivers/media/platform/s5p-mfc/ ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 04/19] MAINTAINERS: fix drivers/rtc/rtc-vt8500.c 2012-12-11 21:49 [PATCH 00/19] MAINTAINERS: fix file patterns Cesar Eduardo Barros @ 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:49 ` Cesar Eduardo Barros ` (18 subsequent siblings) 19 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: linux-arm-kernel Cc: Tony Prisk <linux@prisktech.co.nz> Cc: linux-arm-kernel at lists.infradead.org Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index e013f00..f5df323 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1232,7 +1232,7 @@ F: drivers/video/vt8500lcdfb.* F: drivers/video/wm8505fb* F: drivers/video/wmt_ge_rops.* F: drivers/tty/serial/vt8500_serial.c -F: drivers/rtc/rtc-vt8500-c +F: drivers/rtc/rtc-vt8500.c ARM/ZIPIT Z2 SUPPORT M: Marek Vasut <marek.vasut@gmail.com> -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 04/19] MAINTAINERS: fix drivers/rtc/rtc-vt8500.c @ 2012-12-11 21:49 ` Cesar Eduardo Barros 0 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: Linus Torvalds Cc: linux-kernel, Joe Perches, Cesar Eduardo Barros, Tony Prisk, linux-arm-kernel Cc: Tony Prisk <linux@prisktech.co.nz> Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index e013f00..f5df323 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1232,7 +1232,7 @@ F: drivers/video/vt8500lcdfb.* F: drivers/video/wm8505fb* F: drivers/video/wmt_ge_rops.* F: drivers/tty/serial/vt8500_serial.c -F: drivers/rtc/rtc-vt8500-c +F: drivers/rtc/rtc-vt8500.c ARM/ZIPIT Z2 SUPPORT M: Marek Vasut <marek.vasut@gmail.com> -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 05/19] MAINTAINERS: fix arch/arm/mach-at91/include/mach/at_hdmac.h 2012-12-11 21:49 [PATCH 00/19] MAINTAINERS: fix file patterns Cesar Eduardo Barros @ 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:49 ` Cesar Eduardo Barros ` (18 subsequent siblings) 19 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: linux-arm-kernel This file was moved to include/linux/platform_data/dma-atmel.h by commit 7cdc39e (ARM: at91: move platform_data definitions). Cc: Nicolas Ferre <nicolas.ferre@atmel.com> Cc: linux-arm-kernel at lists.infradead.org Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index f5df323..1fb780e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1389,7 +1389,7 @@ L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers) S: Supported F: drivers/dma/at_hdmac.c F: drivers/dma/at_hdmac_regs.h -F: arch/arm/mach-at91/include/mach/at_hdmac.h +F: include/linux/platform_data/dma-atmel.h ATMEL ISI DRIVER M: Josh Wu <josh.wu@atmel.com> -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 05/19] MAINTAINERS: fix arch/arm/mach-at91/include/mach/at_hdmac.h @ 2012-12-11 21:49 ` Cesar Eduardo Barros 0 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: Linus Torvalds Cc: linux-kernel, Joe Perches, Cesar Eduardo Barros, Nicolas Ferre, linux-arm-kernel This file was moved to include/linux/platform_data/dma-atmel.h by commit 7cdc39e (ARM: at91: move platform_data definitions). Cc: Nicolas Ferre <nicolas.ferre@atmel.com> Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index f5df323..1fb780e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1389,7 +1389,7 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Supported F: drivers/dma/at_hdmac.c F: drivers/dma/at_hdmac_regs.h -F: arch/arm/mach-at91/include/mach/at_hdmac.h +F: include/linux/platform_data/dma-atmel.h ATMEL ISI DRIVER M: Josh Wu <josh.wu@atmel.com> -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 06/19] MAINTAINERS: fix drivers/media/platform/atmel-isi.c 2012-12-11 21:49 [PATCH 00/19] MAINTAINERS: fix file patterns Cesar Eduardo Barros ` (4 preceding siblings ...) 2012-12-11 21:49 ` Cesar Eduardo Barros @ 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 07/19] MAINTAINERS: adjust for UAPI Cesar Eduardo Barros ` (13 subsequent siblings) 19 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: Linus Torvalds Cc: linux-kernel, Joe Perches, Cesar Eduardo Barros, Mauro Carvalho Chehab, Josh Wu, linux-media This file was moved to drivers/media/platform/soc_camera/atmel-isi.c by commit b47ff4a ([media] move soc_camera to its own directory). Cc: Mauro Carvalho Chehab <mchehab@redhat.com> Cc: Josh Wu <josh.wu@atmel.com> Cc: linux-media@vger.kernel.org Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1fb780e..efbdf54 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1395,7 +1395,7 @@ ATMEL ISI DRIVER M: Josh Wu <josh.wu@atmel.com> L: linux-media@vger.kernel.org S: Supported -F: drivers/media/platform/atmel-isi.c +F: drivers/media/platform/soc_camera/atmel-isi.c F: include/media/atmel-isi.h ATMEL LCDFB DRIVER -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 07/19] MAINTAINERS: adjust for UAPI 2012-12-11 21:49 [PATCH 00/19] MAINTAINERS: fix file patterns Cesar Eduardo Barros ` (5 preceding siblings ...) 2012-12-11 21:49 ` [PATCH 06/19] MAINTAINERS: fix drivers/media/platform/atmel-isi.c Cesar Eduardo Barros @ 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-12 21:56 ` [PATCH] MAINTAINERS: adjust for UAPI: firewire Stefan Richter 2012-12-11 21:49 ` [PATCH 08/19] MAINTAINERS: fix drivers/media/usb/dvb-usb/cxusb* Cesar Eduardo Barros ` (12 subsequent siblings) 19 siblings, 1 reply; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: Linus Torvalds; +Cc: linux-kernel, Joe Perches, Cesar Eduardo Barros Several headers were moved or split to uapi/. Acked-by: David Howells <dhowells@redhat.com> Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 160 ++++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 118 insertions(+), 42 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index efbdf54..8265764 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -442,6 +442,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git S: Maintained F: drivers/char/agp/ F: include/linux/agp* +F: include/uapi/linux/agp* AHA152X SCSI DRIVER M: "Juergen E. Fischer" <fischer@norbit.de> @@ -582,6 +583,7 @@ M: Jiri Kosina <jkosina@suse.cz> S: Odd fixes F: arch/x86/kernel/apm_32.c F: include/linux/apm_bios.h +F: include/uapi/linux/apm_bios.h F: drivers/char/apm-emulation.c APPLE BCM5974 MULTITOUCH DRIVER @@ -1363,6 +1365,7 @@ W: http://linux-atm.sourceforge.net S: Maintained F: drivers/atm/ F: include/linux/atm* +F: include/uapi/linux/atm* ATMEL AT91 MCI DRIVER M: Ludovic Desroches <ludovic.desroches@atmel.com> @@ -1450,6 +1453,7 @@ W: http://people.redhat.com/sgrubb/audit/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git S: Maintained F: include/linux/audit.h +F: include/uapi/linux/audit.h F: kernel/audit* AUXILIARY DISPLAY DRIVERS @@ -1480,7 +1484,7 @@ M: Ralf Baechle <ralf@linux-mips.org> L: linux-hams@vger.kernel.org W: http://www.linux-ax25.org/ S: Maintained -F: include/linux/ax25.h +F: include/uapi/linux/ax25.h F: include/net/ax25.h F: net/ax25/ @@ -1533,7 +1537,7 @@ M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk> S: Maintained F: Documentation/filesystems/bfs.txt F: fs/bfs/ -F: include/linux/bfs_fs.h +F: include/uapi/linux/bfs_fs.h BLACKFIN ARCHITECTURE M: Mike Frysinger <vapier@gentoo.org> @@ -1630,7 +1634,7 @@ L: netdev@vger.kernel.org W: http://sourceforge.net/projects/bonding/ S: Supported F: drivers/net/bonding/ -F: include/linux/if_bonding.h +F: include/uapi/linux/if_bonding.h BROADCOM B44 10/100 ETHERNET DRIVER M: Gary Zambrano <zambrano@broadcom.com> @@ -1710,6 +1714,7 @@ L: linux-scsi@vger.kernel.org S: Supported F: block/bsg.c F: include/linux/bsg.h +F: include/uapi/linux/bsg.h BT87X AUDIO DRIVER M: Clemens Ladisch <clemens@ladisch.de> @@ -1780,7 +1785,7 @@ L: netdev@vger.kernel.org S: Supported F: Documentation/networking/caif/ F: drivers/net/caif/ -F: include/linux/caif/ +F: include/uapi/linux/caif/ F: include/net/caif/ F: net/caif/ @@ -1801,11 +1806,11 @@ W: http://gitorious.org/linux-can T: git git://gitorious.org/linux-can/linux-can-next.git S: Maintained F: net/can/ -F: include/linux/can.h F: include/linux/can/core.h -F: include/linux/can/bcm.h -F: include/linux/can/raw.h -F: include/linux/can/gw.h +F: include/uapi/linux/can.h +F: include/uapi/linux/can/bcm.h +F: include/uapi/linux/can/raw.h +F: include/uapi/linux/can/gw.h CAN NETWORK DRIVERS M: Wolfgang Grandegger <wg@grandegger.com> @@ -1816,15 +1821,16 @@ T: git git://gitorious.org/linux-can/linux-can-next.git S: Maintained F: drivers/net/can/ F: include/linux/can/dev.h -F: include/linux/can/error.h -F: include/linux/can/netlink.h F: include/linux/can/platform/ +F: include/uapi/linux/can/error.h +F: include/uapi/linux/can/netlink.h CAPABILITIES M: Serge Hallyn <serge.hallyn@canonical.com> L: linux-security-module@vger.kernel.org S: Supported F: include/linux/capability.h +F: include/uapi/linux/capability.h F: security/capability.c F: security/commoncap.c F: kernel/capability.c @@ -1837,6 +1843,7 @@ W: http://www.ibm.com/developerworks/power/cell/ S: Supported F: arch/powerpc/include/asm/cell*.h F: arch/powerpc/include/asm/spu*.h +F: arch/powerpc/include/uapi/asm/spu*.h F: arch/powerpc/oprofile/*cell* F: arch/powerpc/platforms/cell/ @@ -1885,7 +1892,7 @@ W: http://wireless.kernel.org/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git S: Maintained -F: include/linux/nl80211.h +F: include/uapi/linux/nl80211.h F: include/net/cfg80211.h F: net/wireless/* X: net/wireless/wext* @@ -1988,6 +1995,7 @@ S: Maintained F: Documentation/filesystems/coda.txt F: fs/coda/ F: include/linux/coda*.h +F: include/uapi/linux/coda*.h COMMON CLK FRAMEWORK M: Mike Turquette <mturquette@ti.com> @@ -2233,6 +2241,7 @@ W: http://www.cyclades.com/ S: Orphan F: drivers/tty/cyclades.c F: include/linux/cyclades.h +F: include/uapi/linux/cyclades.h CYCLADES PC300 DRIVER W: http://www.cyclades.com/ @@ -2290,6 +2299,7 @@ L: dccp@vger.kernel.org W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp S: Maintained F: include/linux/dccp.h +F: include/uapi/linux/dccp.h F: include/linux/tfrc.h F: net/dccp/ @@ -2316,7 +2326,7 @@ M: Massimo Dal Zotto <dz@debian.org> W: http://www.debian.org/~dz/i8k/ S: Maintained F: drivers/char/i8k.c -F: include/linux/i8k.h +F: include/uapi/linux/i8k.h DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) M: Doug Warzecha <Douglas_Warzecha@dell.com> @@ -2389,6 +2399,7 @@ S: Maintained F: Documentation/filesystems/quota.txt F: fs/quota/ F: include/linux/quota*.h +F: include/uapi/linux/quota*.h DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB) M: Bernie Thompson <bernie@plugable.com> @@ -2495,6 +2506,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git S: Maintained F: drivers/gpu/drm/ F: include/drm/ +F: include/uapi/drm/ INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets) M: Daniel Vetter <daniel.vetter@ffwll.ch> @@ -2504,6 +2516,7 @@ T: git git://people.freedesktop.org/~danvet/drm-intel S: Supported F: drivers/gpu/drm/i915 F: include/drm/i915* +F: include/uapi/drm/i915* DRM DRIVERS FOR EXYNOS M: Inki Dae <inki.dae@samsung.com> @@ -2515,6 +2528,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git S: Supported F: drivers/gpu/drm/exynos F: include/drm/exynos* +F: include/uapi/drm/exynos* DSCC4 DRIVER M: Francois Romieu <romieu@fr.zoreil.com> @@ -2680,6 +2694,7 @@ L: netfilter-devel@vger.kernel.org W: http://ebtables.sourceforge.net/ S: Maintained F: include/linux/netfilter_bridge/ebt_*.h +F: include/uapi/linux/netfilter_bridge/ebt_*.h F: net/bridge/netfilter/ebt*.c EC100 MEDIA DRIVER @@ -2993,6 +3008,7 @@ M: Eric Paris <eparis@redhat.com> S: Maintained F: fs/notify/fanotify/ F: include/linux/fanotify.h +F: include/uapi/linux/fanotify.h FARSYNC SYNCHRONOUS DRIVER M: Kevin Curtis <kevin.curtis@farsite.co.uk> @@ -3016,6 +3032,7 @@ F: drivers/scsi/fcoe/ F: include/scsi/fc/ F: include/scsi/libfc.h F: include/scsi/libfcoe.h +F: include/uapi/scsi/fc/ FILE LOCKING (flock() and fcntl()/lockf()) M: Matthew Wilcox <matthew@wil.cx> @@ -3023,6 +3040,8 @@ L: linux-fsdevel@vger.kernel.org S: Maintained F: include/linux/fcntl.h F: include/linux/fs.h +F: include/uapi/linux/fcntl.h +F: include/uapi/linux/fs.h F: fs/fcntl.c F: fs/locks.c @@ -3103,6 +3122,8 @@ F: Documentation/devicetree/bindings/fb/ F: drivers/video/ F: include/video/ F: include/linux/fb.h +F: include/uapi/video/ +F: include/uapi/linux/fb.h FREESCALE DMA DRIVER M: Li Yang <leoli@freescale.com> @@ -3231,7 +3252,7 @@ L: fuse-devel@lists.sourceforge.net W: http://fuse.sourceforge.net/ S: Maintained F: fs/fuse/ -F: include/linux/fuse.h +F: include/uapi/linux/fuse.h FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) M: Rik Faith <faith@cs.unc.edu> @@ -3278,6 +3299,7 @@ L: linux-arch@vger.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git S: Maintained F: include/asm-generic +F: include/uapi/asm-generic GENERIC UIO DRIVER FOR PCI DEVICES M: "Michael S. Tsirkin" <mst@redhat.com> @@ -3294,7 +3316,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git S: Supported F: Documentation/filesystems/gfs2*.txt F: fs/gfs2/ -F: include/linux/gfs2_ondisk.h +F: include/uapi/linux/gfs2_ondisk.h GIGASET ISDN DRIVERS M: Hansjoerg Lipp <hjlipp@web.de> @@ -3304,7 +3326,7 @@ W: http://gigaset307x.sourceforge.net/ S: Maintained F: Documentation/isdn/README.gigaset F: drivers/isdn/gigaset/ -F: include/linux/gigaset_dev.h +F: include/uapi/linux/gigaset_dev.h GPIO SUBSYSTEM M: Grant Likely <grant.likely@secretlab.ca> @@ -3461,6 +3483,7 @@ S: Supported F: Documentation/scsi/hpsa.txt F: drivers/scsi/hpsa*.[ch] F: include/linux/cciss*.h +F: include/uapi/linux/cciss*.h HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) M: Mike Miller <mike.miller@hp.com> @@ -3469,6 +3492,7 @@ S: Supported F: Documentation/blockdev/cciss.txt F: drivers/block/cciss* F: include/linux/cciss_ioctl.h +F: include/uapi/linux/cciss_ioctl.h HFS FILESYSTEM L: linux-fsdevel@vger.kernel.org @@ -3503,6 +3527,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git S: Maintained F: drivers/hid/ F: include/linux/hid* +F: include/uapi/linux/hid* HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS M: Thomas Gleixner <tglx@linutronix.de> @@ -3534,7 +3559,7 @@ M: Jes Sorensen <jes@trained-monkey.org> L: linux-hippi@sunsite.dk S: Maintained F: include/linux/hippidevice.h -F: include/linux/if_hippi.h +F: include/uapi/linux/if_hippi.h F: net/802/hippi.c F: drivers/net/hippi/ @@ -3562,6 +3587,7 @@ S: Maintained F: Documentation/timers/hpet.txt F: drivers/char/hpet.c F: include/linux/hpet.h +F: include/uapi/linux/hpet.h HPET: x86 M: "Venkatesh Pallipadi (Venki)" <venki@google.com> @@ -3663,6 +3689,8 @@ F: Documentation/i2c/ F: drivers/i2c/ F: include/linux/i2c.h F: include/linux/i2c-*.h +F: include/uapi/linux/i2c.h +F: include/uapi/linux/i2c-*.h I2C-TAOS-EVM DRIVER M: Jean Delvare <khali@linux-fr.org> @@ -3814,7 +3842,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git S: Supported F: Documentation/infiniband/ F: drivers/infiniband/ -F: include/linux/if_infiniband.h +F: include/uapi/linux/if_infiniband.h INOTIFY M: John McCutchan <john@johnmccutchan.com> @@ -3824,6 +3852,7 @@ S: Maintained F: Documentation/filesystems/inotify.txt F: fs/notify/inotify/ F: include/linux/inotify.h +F: include/uapi/linux/inotify.h INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS M: Dmitry Torokhov <dmitry.torokhov@gmail.com> @@ -3834,6 +3863,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git S: Maintained F: drivers/input/ F: include/linux/input.h +F: include/uapi/linux/input.h F: include/linux/input/ INPUT MULTITOUCH (MT) PROTOCOL @@ -3981,7 +4011,7 @@ S: Supported W: http://linuxwimax.org F: Documentation/wimax/README.i2400m F: drivers/net/wimax/i2400m/ -F: include/linux/wimax/i2400m.h +F: include/uapi/linux/wimax/i2400m.h INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy) M: Stanislaw Gruszka <sgruszka@redhat.com> @@ -4003,7 +4033,7 @@ INTEL MANAGEMENT ENGINE (mei) M: Tomas Winkler <tomas.winkler@intel.com> L: linux-kernel@vger.kernel.org S: Supported -F: include/linux/mei.h +F: include/uapi/linux/mei.h F: drivers/misc/mei/* F: Documentation/mei/* @@ -4045,6 +4075,7 @@ S: Supported F: Documentation/IPMI.txt F: drivers/char/ipmi/ F: include/linux/ipmi* +F: include/uapi/linux/ipmi* IPS SCSI RAID DRIVER M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> @@ -4062,7 +4093,7 @@ L: lvs-devel@vger.kernel.org S: Maintained F: Documentation/networking/ipvs-sysctl.txt F: include/net/ip_vs.h -F: include/linux/ip_vs.h +F: include/uapi/linux/ip_vs.h F: net/netfilter/ipvs/ IPWIRELESS DRIVER @@ -4075,8 +4106,8 @@ IPX NETWORK LAYER M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> L: netdev@vger.kernel.org S: Maintained -F: include/linux/ipx.h F: include/net/ipx.h +F: include/uapi/linux/ipx.h F: net/ipx/ IRDA SUBSYSTEM @@ -4139,6 +4170,8 @@ F: Documentation/isdn/ F: drivers/isdn/ F: include/linux/isdn.h F: include/linux/isdn/ +F: include/uapi/linux/isdn.h +F: include/uapi/linux/isdn/ ISDN SUBSYSTEM (Eicon active card driver) M: Armin Schindler <mac@melware.de> @@ -4163,7 +4196,7 @@ W: http://www.ivtvdriver.org S: Maintained F: Documentation/video4linux/*.ivtv F: drivers/media/pci/ivtv/ -F: include/linux/ivtv* +F: include/uapi/linux/ivtv* JC42.4 TEMPERATURE SENSOR DRIVER M: Guenter Roeck <linux@roeck-us.net> @@ -4193,7 +4226,7 @@ L: linux-mtd@lists.infradead.org W: http://www.linux-mtd.infradead.org/doc/jffs2.html S: Maintained F: fs/jffs2/ -F: include/linux/jffs2.h +F: include/uapi/linux/jffs2.h JOURNALLING LAYER FOR BLOCK DEVICES (JBD) M: Andrew Morton <akpm@linux-foundation.org> @@ -4277,11 +4310,13 @@ 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/ F: net/sunrpc/ F: include/linux/lockd/ F: include/linux/sunrpc/ +F: include/uapi/linux/sunrpc/ KERNEL VIRTUAL MACHINE (KVM) M: Marcelo Tosatti <mtosatti@redhat.com> @@ -4293,6 +4328,7 @@ F: Documentation/*/kvm.txt F: arch/*/kvm/ F: arch/*/include/asm/kvm* F: include/linux/kvm* +F: include/uapi/linux/kvm* F: virt/kvm/ KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V @@ -4338,6 +4374,7 @@ W: http://kernel.org/pub/linux/utils/kernel/kexec/ L: kexec@lists.infradead.org S: Maintained F: include/linux/kexec.h +F: include/uapi/linux/kexec.h F: kernel/kexec.c KEYS/KEYRINGS: @@ -4579,6 +4616,7 @@ LLC (802.2) M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> S: Maintained F: include/linux/llc.h +F: include/uapi/linux/llc.h F: include/net/llc* F: net/llc/ @@ -4774,7 +4812,7 @@ MATROX FRAMEBUFFER DRIVER L: linux-fbdev@vger.kernel.org S: Orphan F: drivers/video/matrox/matroxfb_* -F: include/linux/matroxfb.h +F: include/uapi/linux/matroxfb.h MAX16065 HARDWARE MONITOR DRIVER M: Guenter Roeck <linux@roeck-us.net> @@ -4806,6 +4844,8 @@ F: drivers/staging/media/ F: include/media/ F: include/linux/dvb/ F: include/linux/videodev*.h +F: include/uapi/linux/dvb/ +F: include/uapi/linux/videodev*.h MEGARAID SCSI DRIVERS M: Neela Syam Kolli <megaraidlinux@lsi.com> @@ -4843,7 +4883,7 @@ T: git git://git.infradead.org/mtd-2.6.git S: Maintained F: drivers/mtd/ F: include/linux/mtd/ -F: include/mtd/ +F: include/uapi/mtd/ MICROBLAZE ARCHITECTURE M: Michal Simek <monstr@monstr.eu> @@ -4879,7 +4919,7 @@ W: http://popies.net/meye/ S: Orphan F: Documentation/video4linux/meye.txt F: drivers/media/pci/meye/ -F: include/linux/meye.h +F: include/uapi/linux/meye.h MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER M: Pavel Pisa <ppisa@pikron.com> @@ -4918,6 +4958,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git S: Maintained F: drivers/mmc/ F: include/linux/mmc/ +F: include/uapi/linux/mmc/ MULTIMEDIA CARD (MMC) ETC. OVER SPI S: Orphan @@ -5018,6 +5059,8 @@ S: Supported F: include/linux/netfilter* F: include/linux/netfilter/ F: include/net/netfilter/ +F: include/uapi/linux/netfilter* +F: include/uapi/linux/netfilter/ F: net/*/netfilter.c F: net/*/netfilter/ F: net/netfilter/ @@ -5036,8 +5079,8 @@ M: Ralf Baechle <ralf@linux-mips.org> L: linux-hams@vger.kernel.org W: http://www.linux-ax25.org/ S: Maintained -F: include/linux/netrom.h F: include/net/netrom.h +F: include/uapi/linux/netrom.h F: net/netrom/ NETWORK BLOCK DEVICE (NBD) @@ -5046,6 +5089,7 @@ S: Maintained F: Documentation/blockdev/nbd.txt F: drivers/block/nbd.c F: include/linux/nbd.h +F: include/uapi/linux/nbd.h NETWORK DROP MONITOR M: Neil Horman <nhorman@tuxdriver.com> @@ -5067,6 +5111,9 @@ F: include/net/ F: include/linux/in.h F: include/linux/net.h F: include/linux/netdevice.h +F: include/uapi/linux/in.h +F: include/uapi/linux/net.h +F: include/uapi/linux/netdevice.h NETWORKING [IPv4/IPv6] M: "David S. Miller" <davem@davemloft.net> @@ -5112,6 +5159,7 @@ F: net/rfkill/ F: net/wireless/ F: include/net/ieee80211* F: include/linux/wireless.h +F: include/uapi/linux/wireless.h F: include/net/iw_handler.h F: drivers/net/wireless/ @@ -5130,6 +5178,8 @@ F: include/linux/fcdevice.h F: include/linux/fddidevice.h F: include/linux/hippidevice.h F: include/linux/inetdevice.h +F: include/uapi/linux/if_* +F: include/uapi/linux/netdevice.h NETXEN (1/10) GbE SUPPORT M: Sony Chacko <sony.chacko@qlogic.com> @@ -5147,8 +5197,8 @@ L: linux-wireless@vger.kernel.org L: linux-nfc@lists.01.org (moderated for non-subscribers) S: Maintained F: net/nfc/ -F: include/linux/nfc.h F: include/net/nfc/ +F: include/uapi/linux/nfc.h F: drivers/nfc/ NFS, SUNRPC, AND LOCKD CLIENTS @@ -5164,6 +5214,8 @@ F: net/sunrpc/ F: include/linux/lockd/ F: include/linux/nfs* F: include/linux/sunrpc/ +F: include/uapi/linux/nfs* +F: include/uapi/linux/sunrpc/ NI5010 NETWORK DRIVER M: Jan-Pascal van Best <janpascal@vanbest.org> @@ -5344,6 +5396,7 @@ M: Harald Welte <laforge@gnumonks.org> S: Maintained F: drivers/char/pcmcia/cm4000_cs.c F: include/linux/cm4000_cs.h +F: include/uapi/linux/cm4000_cs.h OMNIKEY CARDMAN 4040 DRIVER M: Harald Welte <laforge@gnumonks.org> @@ -5502,7 +5555,7 @@ S: Orphan F: drivers/parport/ F: include/linux/parport*.h F: drivers/char/ppdev.c -F: include/linux/ppdev.h +F: include/uapi/linux/ppdev.h PARAVIRT_OPS INTERFACE M: Jeremy Fitzhardinge <jeremy@goop.org> @@ -5643,6 +5696,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core S: Supported F: kernel/events/* F: include/linux/perf_event.h +F: include/uapi/linux/perf_event.h F: arch/*/kernel/perf_event*.c F: arch/*/kernel/*/perf_event*.c F: arch/*/kernel/*/*/perf_event*.c @@ -5656,6 +5710,7 @@ M: Christoph Hellwig <hch@infradead.org> L: linux-abi-devel@lists.sourceforge.net S: Maintained F: include/linux/personality.h +F: include/uapi/linux/personality.h PHONET PROTOCOL M: Remi Denis-Courmont <courmisch@gmail.com> @@ -5663,6 +5718,7 @@ S: Supported F: Documentation/networking/phonet.txt F: include/linux/phonet.h F: include/net/phonet/ +F: include/uapi/linux/phonet.h F: net/phonet/ PHRAM MTD DRIVER @@ -5705,6 +5761,7 @@ M: Jiri Kosina <jkosina@suse.cz> S: Maintained F: drivers/block/pktcdvd.c F: include/linux/pktcdvd.h +F: include/uapi/linux/pktcdvd.h PKUNITY SOC DRIVERS M: Guan Xuetao <gxt@mprc.pku.edu.cn> @@ -5779,7 +5836,7 @@ PPP OVER ATM (RFC 2364) M: Mitchell Blank Jr <mitch@sfgoth.com> S: Maintained F: net/atm/pppoatm.c -F: include/linux/atmppp.h +F: include/uapi/linux/atmppp.h PPP OVER ETHERNET M: Michal Ostrowski <mostrows@earthlink.net> @@ -5792,6 +5849,7 @@ M: James Chapman <jchapman@katalix.com> S: Maintained F: net/l2tp/l2tp_ppp.c F: include/linux/if_pppol2tp.h +F: include/uapi/linux/if_pppol2tp.h PPS SUPPORT M: Rodolfo Giometti <giometti@enneenne.com> @@ -5889,6 +5947,7 @@ F: include/asm-generic/syscall.h F: include/linux/ptrace.h F: include/linux/regset.h F: include/linux/tracehook.h +F: include/uapi/linux/ptrace.h F: kernel/ptrace.c PVRUSB2 VIDEO4LINUX DRIVER @@ -6006,8 +6065,8 @@ M: Anders Larsen <al@alarsen.net> W: http://www.alarsen.net/linux/qnx4fs/ S: Maintained F: fs/qnx4/ -F: include/linux/qnx4_fs.h -F: include/linux/qnxtypes.h +F: include/uapi/linux/qnx4_fs.h +F: include/uapi/linux/qnxtypes.h QT1010 MEDIA DRIVER M: Antti Palosaari <crope@iki.fi> @@ -6041,7 +6100,7 @@ M: Benjamin Herrenschmidt <benh@kernel.crashing.org> L: linux-fbdev@vger.kernel.org S: Maintained F: drivers/video/aty/radeon* -F: include/linux/radeonfb.h +F: include/uapi/linux/radeonfb.h RAGE128 FRAMEBUFFER DISPLAY DRIVER M: Paul Mackerras <paulus@samba.org> @@ -6127,6 +6186,7 @@ S: Maintained F: Documentation/rtc.txt F: drivers/rtc/ F: include/linux/rtc.h +F: include/uapi/linux/rtc.h REISERFS FILE SYSTEM L: reiserfs-devel@vger.kernel.org @@ -6181,8 +6241,8 @@ M: Ralf Baechle <ralf@linux-mips.org> L: linux-hams@vger.kernel.org W: http://www.linux-ax25.org/ S: Maintained -F: include/linux/rose.h F: include/net/rose.h +F: include/uapi/linux/rose.h F: net/rose/ RTL2830 MEDIA DRIVER @@ -6342,6 +6402,8 @@ S: Supported F: include/linux/clocksource.h F: include/linux/time.h F: include/linux/timex.h +F: include/uapi/linux/time.h +F: include/uapi/linux/timex.h F: kernel/time/clocksource.c F: kernel/time/time*.c F: kernel/time/ntp.c @@ -6366,6 +6428,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core S: Maintained F: kernel/sched/ F: include/linux/sched.h +F: include/uapi/linux/sched.h SCORE ARCHITECTURE M: Chen Liqin <liqin.chen@sunplusct.com> @@ -6518,7 +6581,7 @@ SENSABLE PHANTOM M: Jiri Slaby <jirislaby@gmail.com> S: Maintained F: drivers/misc/phantom.c -F: include/linux/phantom.h +F: include/uapi/linux/phantom.h SERIAL ATA (SATA) SUBSYSTEM M: Jeff Garzik <jgarzik@pobox.com> @@ -6755,6 +6818,7 @@ L: linux-raid@vger.kernel.org S: Supported F: drivers/md/ F: include/linux/raid/ +F: include/uapi/linux/raid/ SONIC NETWORK DRIVER M: Thomas Bogendoerfer <tsbogend@alpha.franken.de> @@ -6795,6 +6859,7 @@ T: git git://git.alsa-project.org/alsa-kernel.git S: Maintained F: Documentation/sound/ F: include/sound/ +F: include/uapi/sound/ F: sound/ SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) @@ -6895,6 +6960,7 @@ S: Maintained F: Documentation/spi/ F: drivers/spi/ F: include/linux/spi/ +F: include/uapi/linux/spi/ SPIDERNET NETWORK DRIVER for CELL M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp> @@ -7157,8 +7223,8 @@ TC CLASSIFIER M: Jamal Hadi Salim <jhs@mojatatu.com> L: netdev@vger.kernel.org S: Maintained -F: include/linux/pkt_cls.h F: include/net/pkt_cls.h +F: include/uapi/linux/pkt_cls.h F: net/sched/ TCP LOW PRIORITY MODULE @@ -7234,6 +7300,7 @@ L: netdev@vger.kernel.org S: Supported F: drivers/net/team/ F: include/linux/if_team.h +F: include/uapi/linux/if_team.h TEGRA SUPPORT M: Stephen Warren <swarren@wwwdotorg.org> @@ -7319,7 +7386,7 @@ L: netdev@vger.kernel.org (core kernel code) L: tipc-discussion@lists.sourceforge.net (user apps, general discussion) W: http://tipc.sourceforge.net/ S: Maintained -F: include/linux/tipc*.h +F: include/uapi/linux/tipc*.h F: net/tipc/ TILE ARCHITECTURE @@ -7369,6 +7436,7 @@ W: http://www.buzzard.org.uk/toshiba/ S: Maintained F: drivers/char/toshiba.c F: include/linux/toshiba.h +F: include/uapi/linux/toshiba.h TMIO MMC DRIVER M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> @@ -7427,6 +7495,9 @@ F: drivers/tty/serial/serial_core.c F: include/linux/serial_core.h F: include/linux/serial.h F: include/linux/tty.h +F: include/uapi/linux/serial_core.h +F: include/uapi/linux/serial.h +F: include/uapi/linux/tty.h TUA9001 MEDIA DRIVER M: Antti Palosaari <crope@iki.fi> @@ -7507,7 +7578,7 @@ M: David Herrmann <dh.herrmann@googlemail.com> L: linux-input@vger.kernel.org S: Maintained F: drivers/hid/uhid.c -F: include/linux/uhid.h +F: include/uapi/linux/uhid.h ULTRA-WIDEBAND (UWB) SUBSYSTEM: L: linux-usb@vger.kernel.org @@ -7536,6 +7607,7 @@ S: Maintained F: Documentation/cdrom/ F: drivers/cdrom/cdrom.c F: include/linux/cdrom.h +F: include/uapi/linux/cdrom.h UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER M: Vinayak Holikatti <vinholikatti@gmail.com> @@ -7553,7 +7625,7 @@ T: git git://git.infradead.org/ubi-2.6.git S: Maintained F: drivers/mtd/ubi/ F: include/linux/mtd/ubi.h -F: include/mtd/ubi-user.h +F: include/uapi/mtd/ubi-user.h UNSORTED BLOCK IMAGES (UBI) Fastmap M: Richard Weinberger <richard@nod.at> @@ -7587,7 +7659,7 @@ M: Oliver Neukum <oliver@neukum.org> L: linux-usb@vger.kernel.org S: Maintained F: drivers/net/usb/cdc_*.c -F: include/linux/usb/cdc.h +F: include/uapi/linux/usb/cdc.h USB CYPRESS C67X00 DRIVER M: Peter Korsgaard <jacmet@sunsite.dk> @@ -7907,6 +7979,7 @@ S: Maintained F: Documentation/vfio.txt F: drivers/vfio/ F: include/linux/vfio.h +F: include/uapi/linux/vfio.h VIDEOBUF2 FRAMEWORK M: Pawel Osciak <pawel@osciak.com> @@ -7923,6 +7996,7 @@ L: virtualization@lists.linux-foundation.org S: Maintained F: drivers/char/virtio_console.c F: include/linux/virtio_console.h +F: include/uapi/linux/virtio_console.h VIRTIO CORE, NET AND BLOCK DRIVERS M: Rusty Russell <rusty@rustcorp.com.au> @@ -7941,7 +8015,7 @@ L: virtualization@lists.linux-foundation.org L: netdev@vger.kernel.org S: Maintained F: drivers/vhost/ -F: include/linux/vhost.h +F: include/uapi/linux/vhost.h VIA RHINE NETWORK DRIVER M: Roger Luethi <rl@hellgate.ch> @@ -8081,6 +8155,7 @@ S: Maintained F: Documentation/watchdog/ F: drivers/watchdog/ F: include/linux/watchdog.h +F: include/uapi/linux/watchdog.h WD7000 SCSI DRIVER M: Miroslav Zagorac <zaga@fly.cc.fer.hr> @@ -8106,9 +8181,9 @@ L: wimax@linuxwimax.org S: Supported W: http://linuxwimax.org F: Documentation/wimax/README.wimax -F: include/linux/wimax.h F: include/linux/wimax/debug.h F: include/net/wimax.h +F: include/uapi/linux/wimax.h F: net/wimax/ WISTRON LAPTOP BUTTON DRIVER @@ -8218,6 +8293,7 @@ F: drivers/*/xen-*front.c F: drivers/xen/ F: arch/x86/include/asm/xen/ F: include/xen/ +F: include/uapi/xen/ XEN HYPERVISOR ARM M: Stefano Stabellini <stefano.stabellini@eu.citrix.com> -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH] MAINTAINERS: adjust for UAPI: firewire 2012-12-11 21:49 ` [PATCH 07/19] MAINTAINERS: adjust for UAPI Cesar Eduardo Barros @ 2012-12-12 21:56 ` Stefan Richter 0 siblings, 0 replies; 33+ messages in thread From: Stefan Richter @ 2012-12-12 21:56 UTC (permalink / raw) To: Cesar Eduardo Barros; +Cc: linux-kernel, Joe Perches, Andrew Morton Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 386fce6..9722918 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3071,7 +3071,8 @@ W: http://ieee1394.wiki.kernel.org/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git S: Maintained F: drivers/firewire/ -F: include/linux/firewire*.h +F: include/linux/firewire.h +F: include/uapi/linux/firewire*.h F: tools/firewire/ FIRMWARE LOADER (request_firmware) -- On Dec 11 Cesar Eduardo Barros wrote: > Several headers were moved or split to uapi/. > > Acked-by: David Howells <dhowells@redhat.com> > Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> > --- > MAINTAINERS | 160 ++++++++++++++++++++++++++++++++++++++++++++---------------- > 1 file changed, 118 insertions(+), 42 deletions(-) Cesar, could you fold the firewire hunk into your patch 07/19, or add this as another patch to that series? Thanks. -- Stefan Richter -=====-===-- ==-- -==-- http://arcgraph.de/sr/ ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 08/19] MAINTAINERS: fix drivers/media/usb/dvb-usb/cxusb* 2012-12-11 21:49 [PATCH 00/19] MAINTAINERS: fix file patterns Cesar Eduardo Barros ` (6 preceding siblings ...) 2012-12-11 21:49 ` [PATCH 07/19] MAINTAINERS: adjust for UAPI Cesar Eduardo Barros @ 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 09/19] MAINTAINERS: remove drivers/video/epson1355fb.c Cesar Eduardo Barros ` (11 subsequent siblings) 19 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: Linus Torvalds Cc: linux-kernel, Joe Perches, Cesar Eduardo Barros, Michael Krufky, linux-media This driver was never at dvb-usb-v2, as far as I could see. Cc: Michael Krufky <mkrufky@linuxtv.org> Cc: linux-media@vger.kernel.org Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 8265764..b8dfc72 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2594,7 +2594,7 @@ W: http://github.com/mkrufky Q: http://patchwork.linuxtv.org/project/linux-media/list/ T: git git://linuxtv.org/media_tree.git S: Maintained -F: drivers/media/usb/dvb-usb-v2/cxusb* +F: drivers/media/usb/dvb-usb/cxusb* DVB_USB_CYPRESS_FIRMWARE MEDIA DRIVER M: Antti Palosaari <crope@iki.fi> -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 09/19] MAINTAINERS: remove drivers/video/epson1355fb.c 2012-12-11 21:49 [PATCH 00/19] MAINTAINERS: fix file patterns Cesar Eduardo Barros ` (7 preceding siblings ...) 2012-12-11 21:49 ` [PATCH 08/19] MAINTAINERS: fix drivers/media/usb/dvb-usb/cxusb* Cesar Eduardo Barros @ 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:49 ` Cesar Eduardo Barros ` (10 subsequent siblings) 19 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: Linus Torvalds Cc: linux-kernel, Joe Perches, Cesar Eduardo Barros, Christopher Hoover, Christopher Hoover This driver was removed by commit 1c3a918 (ARM: clps711x: Remove board support for CEIVA). Cc: Christopher Hoover <ch@murgatroid.com> Cc: Christopher Hoover <ch@hpl.hp.com> Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 6 ------ 1 file changed, 6 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index b8dfc72..3bf84d4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2889,12 +2889,6 @@ M: Maxim Levitsky <maximlevitsky@gmail.com> S: Maintained F: drivers/media/rc/ene_ir.* -EPSON 1355 FRAMEBUFFER DRIVER -M: Christopher Hoover <ch@murgatroid.com> -M: Christopher Hoover <ch@hpl.hp.com> -S: Maintained -F: drivers/video/epson1355fb.c - EPSON S1D13XXX FRAMEBUFFER DRIVER M: Kristoffer Ericson <kristoffer.ericson@gmail.com> S: Maintained -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 10/19] MAINTAINERS: fix .../plat-mxc/include/mach/imxfb.h 2012-12-11 21:49 [PATCH 00/19] MAINTAINERS: fix file patterns Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 01/19] MAINTAINERS: remove drivers/platform/msm/ Cesar Eduardo Barros @ 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:49 ` Cesar Eduardo Barros ` (17 subsequent siblings) 19 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: linux-arm-kernel This file was moved to include/linux/platform_data/video-imxfb.h by commit 82906b1 (ARM: imx: move platform_data definitions). Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Cc: linux-fbdev@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 3bf84d4..9bc4861d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3138,7 +3138,7 @@ M: Sascha Hauer <kernel@pengutronix.de> L: linux-fbdev@vger.kernel.org L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained -F: arch/arm/plat-mxc/include/mach/imxfb.h +F: include/linux/platform_data/video-imxfb.h F: drivers/video/imxfb.c FREESCALE SOC FS_ENET DRIVER -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 10/19] MAINTAINERS: fix .../plat-mxc/include/mach/imxfb.h @ 2012-12-11 21:49 ` Cesar Eduardo Barros 0 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: Linus Torvalds Cc: linux-kernel, Joe Perches, Cesar Eduardo Barros, linux-fbdev, linux-arm-kernel This file was moved to include/linux/platform_data/video-imxfb.h by commit 82906b1 (ARM: imx: move platform_data definitions). Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Cc: linux-fbdev@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 3bf84d4..9bc4861d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3138,7 +3138,7 @@ M: Sascha Hauer <kernel@pengutronix.de> L: linux-fbdev@vger.kernel.org L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained -F: arch/arm/plat-mxc/include/mach/imxfb.h +F: include/linux/platform_data/video-imxfb.h F: drivers/video/imxfb.c FREESCALE SOC FS_ENET DRIVER -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 10/19] MAINTAINERS: fix .../plat-mxc/include/mach/imxfb.h @ 2012-12-11 21:49 ` Cesar Eduardo Barros 0 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: linux-arm-kernel This file was moved to include/linux/platform_data/video-imxfb.h by commit 82906b1 (ARM: imx: move platform_data definitions). Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Cc: linux-fbdev at vger.kernel.org Cc: linux-arm-kernel at lists.infradead.org Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 3bf84d4..9bc4861d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3138,7 +3138,7 @@ M: Sascha Hauer <kernel@pengutronix.de> L: linux-fbdev at vger.kernel.org L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers) S: Maintained -F: arch/arm/plat-mxc/include/mach/imxfb.h +F: include/linux/platform_data/video-imxfb.h F: drivers/video/imxfb.c FREESCALE SOC FS_ENET DRIVER -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 11/19] MAINTAINERS: fix drivers/ieee802154/ 2012-12-11 21:49 [PATCH 00/19] MAINTAINERS: fix file patterns Cesar Eduardo Barros ` (9 preceding siblings ...) 2012-12-11 21:49 ` Cesar Eduardo Barros @ 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 12/19] MAINTAINERS: remove firmware/isci/ Cesar Eduardo Barros ` (8 subsequent siblings) 19 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: Linus Torvalds Cc: linux-kernel, Joe Perches, Cesar Eduardo Barros, Alexander Smirnov, Dmitry Eremin-Solenikov, linux-zigbee-devel This directory was moved to drivers/net/ieee802154/ by commit 31d178b (drivers/ieee802154: move ieee802154 drivers to net folder). Cc: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Cc: linux-zigbee-devel@lists.sourceforge.net Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 9bc4861d..6e54716 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3800,7 +3800,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git S: Maintained F: net/ieee802154/ F: net/mac802154/ -F: drivers/ieee802154/ +F: drivers/net/ieee802154/ IIO SUBSYSTEM AND DRIVERS M: Jonathan Cameron <jic23@cam.ac.uk> -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 12/19] MAINTAINERS: remove firmware/isci/ 2012-12-11 21:49 [PATCH 00/19] MAINTAINERS: fix file patterns Cesar Eduardo Barros ` (10 preceding siblings ...) 2012-12-11 21:49 ` [PATCH 11/19] MAINTAINERS: fix drivers/ieee802154/ Cesar Eduardo Barros @ 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 13/19] MAINTAINERS: remove arch/x86/platform/mrst/pmu.* Cesar Eduardo Barros ` (7 subsequent siblings) 19 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: Linus Torvalds Cc: linux-kernel, Joe Perches, Cesar Eduardo Barros, Ben Hutchings, Dan Williams, James Bottomley, Intel SCU Linux support, Lukasz Dorau, Maciej Patelczyk, Dave Jiang, linux-scsi This directory was removed by commit 7d99b3a (isci, firmware: Remove isci fallback parameter blob and generator). Cc: Ben Hutchings <ben@decadent.org.uk> Cc: Dan Williams <dan.j.williams@intel.com> Cc: James Bottomley <JBottomley@Parallels.com> Cc: Intel SCU Linux support <intel-linux-scu@intel.com> Cc: Lukasz Dorau <lukasz.dorau@intel.com> Cc: Maciej Patelczyk <maciej.patelczyk@intel.com> Cc: Dave Jiang <dave.jiang@intel.com> Cc: linux-scsi@vger.kernel.org Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 6e54716..78d07f5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3878,7 +3878,6 @@ L: linux-scsi@vger.kernel.org T: git git://git.code.sf.net/p/intel-sas/isci S: Supported F: drivers/scsi/isci/ -F: firmware/isci/ INTEL IDLE DRIVER M: Len Brown <lenb@kernel.org> -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 13/19] MAINTAINERS: remove arch/x86/platform/mrst/pmu.* 2012-12-11 21:49 [PATCH 00/19] MAINTAINERS: fix file patterns Cesar Eduardo Barros ` (11 preceding siblings ...) 2012-12-11 21:49 ` [PATCH 12/19] MAINTAINERS: remove firmware/isci/ Cesar Eduardo Barros @ 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 14/19] MAINTAINERS: fix Documentation/mei/ Cesar Eduardo Barros ` (6 subsequent siblings) 19 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: Linus Torvalds Cc: linux-kernel, Joe Perches, Cesar Eduardo Barros, Alan Cox, Len Brown, linux-pm These files were removed by commit 1a8359e (x86/mid: Remove Intel Moorestown). Cc: Alan Cox <alan@linux.intel.com> Cc: Len Brown <len.brown@intel.com> Cc: linux-pm@vger.kernel.org Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 6 ------ 1 file changed, 6 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 78d07f5..fbb9c06 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3970,12 +3970,6 @@ F: Documentation/networking/ixgbe.txt F: Documentation/networking/ixgbevf.txt F: drivers/net/ethernet/intel/ -INTEL MRST PMU DRIVER -M: Len Brown <len.brown@intel.com> -L: linux-pm@vger.kernel.org -S: Supported -F: arch/x86/platform/mrst/pmu.* - INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT M: Stanislav Yakovlev <stas.yakovlev@gmail.com> L: linux-wireless@vger.kernel.org -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 14/19] MAINTAINERS: fix Documentation/mei/ 2012-12-11 21:49 [PATCH 00/19] MAINTAINERS: fix file patterns Cesar Eduardo Barros ` (12 preceding siblings ...) 2012-12-11 21:49 ` [PATCH 13/19] MAINTAINERS: remove arch/x86/platform/mrst/pmu.* Cesar Eduardo Barros @ 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:49 ` Cesar Eduardo Barros ` (5 subsequent siblings) 19 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: Linus Torvalds; +Cc: linux-kernel, Joe Perches, Cesar Eduardo Barros The documentation was moved to Documentation/misc-devices/mei/ instead. Acked-by: "Winkler, Tomas" <tomas.winkler@intel.com> Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index fbb9c06..6b9fc9e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4022,7 +4022,7 @@ L: linux-kernel@vger.kernel.org S: Supported F: include/uapi/linux/mei.h F: drivers/misc/mei/* -F: Documentation/mei/* +F: Documentation/misc-devices/mei/* IOC3 ETHERNET DRIVER M: Ralf Baechle <ralf@linux-mips.org> -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 15/19] MAINTAINERS: remove drivers/mmc/host/imxmmc.* 2012-12-11 21:49 [PATCH 00/19] MAINTAINERS: fix file patterns Cesar Eduardo Barros @ 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:49 ` Cesar Eduardo Barros ` (18 subsequent siblings) 19 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: linux-arm-kernel This driver was removed by commit 6187fee (mmc: remove imxmmc driver). Acked-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> Cc: Sascha Hauer <s.hauer@pengutronix.de> Cc: linux-arm-kernel at lists.infradead.org Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 6 ------ 1 file changed, 6 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 6b9fc9e..eb0cc18 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4908,12 +4908,6 @@ F: Documentation/video4linux/meye.txt F: drivers/media/pci/meye/ F: include/uapi/linux/meye.h -MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER -M: Pavel Pisa <ppisa@pikron.com> -L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers) -S: Maintained -F: drivers/mmc/host/imxmmc.* - MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD M: Jiri Slaby <jirislaby@gmail.com> S: Maintained -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 15/19] MAINTAINERS: remove drivers/mmc/host/imxmmc.* @ 2012-12-11 21:49 ` Cesar Eduardo Barros 0 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: Linus Torvalds Cc: linux-kernel, Joe Perches, Cesar Eduardo Barros, Sascha Hauer, linux-arm-kernel This driver was removed by commit 6187fee (mmc: remove imxmmc driver). Acked-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> Cc: Sascha Hauer <s.hauer@pengutronix.de> Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 6 ------ 1 file changed, 6 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 6b9fc9e..eb0cc18 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4908,12 +4908,6 @@ F: Documentation/video4linux/meye.txt F: drivers/media/pci/meye/ F: include/uapi/linux/meye.h -MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER -M: Pavel Pisa <ppisa@pikron.com> -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) -S: Maintained -F: drivers/mmc/host/imxmmc.* - MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD M: Jiri Slaby <jirislaby@gmail.com> S: Maintained -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 16/19] MAINTAINERS: remove arch/*/lib/perf_event*.c 2012-12-11 21:49 [PATCH 00/19] MAINTAINERS: fix file patterns Cesar Eduardo Barros ` (14 preceding siblings ...) 2012-12-11 21:49 ` Cesar Eduardo Barros @ 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 17/19] MAINTAINERS: remove include/linux/of_pwm.h Cesar Eduardo Barros ` (3 subsequent siblings) 19 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: Linus Torvalds Cc: linux-kernel, Joe Perches, Cesar Eduardo Barros, Peter Zijlstra, Paul Mackerras, Ingo Molnar, Arnaldo Carvalho de Melo This pattern only matched arch/frv/lib/perf_event.c, which was removed by commit e360adb (irq_work: Add generic hardirq context callbacks). Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Paul Mackerras <paulus@samba.org> Cc: Ingo Molnar <mingo@redhat.com> Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index eb0cc18..670db8e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5682,7 +5682,6 @@ F: arch/*/kernel/perf_event*.c F: arch/*/kernel/*/perf_event*.c F: arch/*/kernel/*/*/perf_event*.c F: arch/*/include/asm/perf_event.h -F: arch/*/lib/perf_event*.c F: arch/*/kernel/perf_callchain.c F: tools/perf/ -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 17/19] MAINTAINERS: remove include/linux/of_pwm.h 2012-12-11 21:49 [PATCH 00/19] MAINTAINERS: fix file patterns Cesar Eduardo Barros ` (15 preceding siblings ...) 2012-12-11 21:49 ` [PATCH 16/19] MAINTAINERS: remove arch/*/lib/perf_event*.c Cesar Eduardo Barros @ 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:50 ` [PATCH 18/19] MAINTAINERS: fix BAST Cesar Eduardo Barros ` (2 subsequent siblings) 19 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:49 UTC (permalink / raw) To: Linus Torvalds; +Cc: linux-kernel, Joe Perches, Cesar Eduardo Barros Added by commit 200efed (pwm: Take over maintainership of the PWM subsystem), but I could not find any trace of that file being ever added to the repository. Acked-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 670db8e..26363fd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5949,7 +5949,6 @@ T: git git://gitorious.org/linux-pwm/linux-pwm.git F: Documentation/pwm.txt F: Documentation/devicetree/bindings/pwm/ F: include/linux/pwm.h -F: include/linux/of_pwm.h F: drivers/pwm/ F: drivers/video/backlight/pwm_bl.c F: include/linux/pwm_backlight.h -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 18/19] MAINTAINERS: fix BAST 2012-12-11 21:49 [PATCH 00/19] MAINTAINERS: fix file patterns Cesar Eduardo Barros ` (16 preceding siblings ...) 2012-12-11 21:49 ` [PATCH 17/19] MAINTAINERS: remove include/linux/of_pwm.h Cesar Eduardo Barros @ 2012-12-11 21:50 ` Cesar Eduardo Barros 2012-12-11 21:50 ` [PATCH 19/19] MAINTAINERS: fix drivers/staging/sm7xx/ Cesar Eduardo Barros 2012-12-11 22:19 ` [PATCH 00/19] MAINTAINERS: fix file patterns Joe Perches 19 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:50 UTC (permalink / raw) To: Linus Torvalds Cc: linux-kernel, Joe Perches, Cesar Eduardo Barros, Ben Dooks, Vincent Sanders, Simtec Linux Team These files were renamed by commit 85fd6d6 (ARM: S3C2410: move mach-s3c2410/* into mach-s3c24xx/). Cc: Ben Dooks <ben-linux@fluff.org> Cc: Vincent Sanders <vince@simtec.co.uk> Cc: Simtec Linux Team <linux@simtec.co.uk> Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 26363fd..f900562 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6642,9 +6642,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.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* [PATCH 19/19] MAINTAINERS: fix drivers/staging/sm7xx/ 2012-12-11 21:49 [PATCH 00/19] MAINTAINERS: fix file patterns Cesar Eduardo Barros ` (17 preceding siblings ...) 2012-12-11 21:50 ` [PATCH 18/19] MAINTAINERS: fix BAST Cesar Eduardo Barros @ 2012-12-11 21:50 ` Cesar Eduardo Barros 2012-12-11 22:19 ` [PATCH 00/19] MAINTAINERS: fix file patterns Joe Perches 19 siblings, 0 replies; 33+ messages in thread From: Cesar Eduardo Barros @ 2012-12-11 21:50 UTC (permalink / raw) To: Linus Torvalds Cc: linux-kernel, Joe Perches, Cesar Eduardo Barros, Teddy Wang This directory was moved to drivers/staging/sm7xxfb/ by commit 925aa66 (staging: sm7xxfb: sm7xx becomes sm7xxfb). Acked-by: Javier Muñoz <jmunhoz@igalia.com> Cc: Teddy Wang <teddy.wang@siliconmotion.com.cn> Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index f900562..6bcc044 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7076,7 +7076,7 @@ F: drivers/staging/rtl8712/ STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER M: Teddy Wang <teddy.wang@siliconmotion.com.cn> S: Odd Fixes -F: drivers/staging/sm7xx/ +F: drivers/staging/sm7xxfb/ STAGING - SOFTLOGIC 6x10 MPEG CODEC M: Ben Collins <bcollins@bluecherry.net> -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 33+ messages in thread
* Re: [PATCH 00/19] MAINTAINERS: fix file patterns 2012-12-11 21:49 [PATCH 00/19] MAINTAINERS: fix file patterns Cesar Eduardo Barros ` (18 preceding siblings ...) 2012-12-11 21:50 ` [PATCH 19/19] MAINTAINERS: fix drivers/staging/sm7xx/ Cesar Eduardo Barros @ 2012-12-11 22:19 ` Joe Perches 2012-12-21 15:52 ` Joe Perches 19 siblings, 1 reply; 33+ messages in thread From: Joe Perches @ 2012-12-11 22:19 UTC (permalink / raw) To: Cesar Eduardo Barros, Andrew Morton; +Cc: Linus Torvalds, linux-kernel On Tue, 2012-12-11 at 19:49 -0200, Cesar Eduardo Barros wrote: > I could not find the maintainer for the MAINTAINERS file, so sending > directly to Linus. Sorry if I am mistaken. Thanks Cesar. Most maintainers patches are picked up by Andrew Morton (cc'd) ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [PATCH 00/19] MAINTAINERS: fix file patterns 2012-12-11 22:19 ` [PATCH 00/19] MAINTAINERS: fix file patterns Joe Perches @ 2012-12-21 15:52 ` Joe Perches 2012-12-21 19:04 ` Rob Landley 0 siblings, 1 reply; 33+ messages in thread From: Joe Perches @ 2012-12-21 15:52 UTC (permalink / raw) To: Andrew Morton; +Cc: Cesar Eduardo Barros, Linus Torvalds, linux-kernel On Tue, 2012-12-11 at 14:19 -0800, Joe Perches wrote: > On Tue, 2012-12-11 at 19:49 -0200, Cesar Eduardo Barros wrote: > > I could not find the maintainer for the MAINTAINERS file, so sending > > directly to Linus. Sorry if I am mistaken. > > Thanks Cesar. > > Most maintainers patches are picked up by Andrew Morton (cc'd) Hi Andrew. Would you please pick up this series? I'm sure Cesar could send it again if necessary. https://lkml.org/lkml/2012/12/11/427 7/19 has been applied separately. ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [PATCH 00/19] MAINTAINERS: fix file patterns 2012-12-21 15:52 ` Joe Perches @ 2012-12-21 19:04 ` Rob Landley 2012-12-21 19:13 ` Joe Perches 0 siblings, 1 reply; 33+ messages in thread From: Rob Landley @ 2012-12-21 19:04 UTC (permalink / raw) To: Joe Perches; +Cc: Andrew Morton, linux-kernel [-- Attachment #1: Type: text/plain, Size: 470 bytes --] On 12/21/2012 09:52:22 AM, Joe Perches wrote: > On Tue, 2012-12-11 at 14:19 -0800, Joe Perches wrote: > > On Tue, 2012-12-11 at 19:49 -0200, Cesar Eduardo Barros wrote: > > > I could not find the maintainer for the MAINTAINERS file, so > sending > > > directly to Linus. Sorry if I am mistaken. > > > > Thanks Cesar. > > > > Most maintainers patches are picked up by Andrew Morton (cc'd) Which implies... (attached because Balsa damages whitespace). Rob [-- Attachment #2: maintainers.patch --] [-- Type: text/x-patch, Size: 738 bytes --] diff --git a/MAINTAINERS b/MAINTAINERS index 4e2a1f6..3c30157 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -646,7 +646,7 @@ F: arch/arm/ ARM SUB-ARCHITECTURES L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) -S: MAINTAINED +S: Maintained F: arch/arm/mach-*/ F: arch/arm/plat-*/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git @@ -4859,6 +4859,11 @@ S: Maintained F: drivers/net/macvlan.c F: include/linux/if_macvlan.h +MAINTAINERS: UPDATES TO THIS FILE +M: Andrew Morton <akpm@linux-foundation.org> +S: Maintained +F: MAINTAINERS + MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 M: Michael Kerrisk <mtk.manpages@gmail.com> W: http://www.kernel.org/doc/man-pages ^ permalink raw reply related [flat|nested] 33+ messages in thread
* Re: [PATCH 00/19] MAINTAINERS: fix file patterns 2012-12-21 19:04 ` Rob Landley @ 2012-12-21 19:13 ` Joe Perches 0 siblings, 0 replies; 33+ messages in thread From: Joe Perches @ 2012-12-21 19:13 UTC (permalink / raw) To: Rob Landley; +Cc: Andrew Morton, linux-kernel On Fri, 2012-12-21 at 13:04 -0600, Rob Landley wrote: > On 12/21/2012 09:52:22 AM, Joe Perches wrote: > > On Tue, 2012-12-11 at 14:19 -0800, Joe Perches wrote: > > > On Tue, 2012-12-11 at 19:49 -0200, Cesar Eduardo Barros wrote: > > > > I could not find the maintainer for the MAINTAINERS file, so > > sending > > > > directly to Linus. Sorry if I am mistaken. > > > > > > Thanks Cesar. > > > > > > Most maintainers patches are picked up by Andrew Morton (cc'd) > > Which implies... (attached because Balsa damages whitespace). Maybe something like: MAINTAINERS: UPDATES TO THIS FILE M: Andrew Morton <akpm@linux-foundation.org> S: Odd fixes F: MAINTAINERS But then Andrew tried to get me added as a checkpatch maintainer and I demurred, so he'll have to add himself if he wants. Anyway, even without a specific MAINTAINERS maintainer entry, get_maintainers uses git log history and Andrew shows up anyway. $ ./scripts/get_maintainer.pl -f MAINTAINERS Andrew Morton <akpm@linux-foundation.org> (commit_signer:51/331=15%) Mauro Carvalho Chehab <mchehab@redhat.com> (commit_signer:39/331=12%) Joe Perches <joe@perches.com> (commit_signer:25/331=8%) "David S. Miller" <davem@davemloft.net> (commit_signer:25/331=8%) Greg Kroah-Hartman <gregkh@linuxfoundation.org> (commit_signer:22/331=7%) linux-kernel@vger.kernel.org (open list) ^ permalink raw reply [flat|nested] 33+ messages in thread
end of thread, other threads:[~2012-12-21 19:13 UTC | newest] Thread overview: 33+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-12-11 21:49 [PATCH 00/19] MAINTAINERS: fix file patterns Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 01/19] MAINTAINERS: remove drivers/platform/msm/ Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 02/19] MAINTAINERS: remove arch/arm/common/time-acorn.c Cesar Eduardo Barros 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 03/19] MAINTAINERS: remove arch/arm/plat-s5p/ Cesar Eduardo Barros 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 04/19] MAINTAINERS: fix drivers/rtc/rtc-vt8500.c Cesar Eduardo Barros 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 05/19] MAINTAINERS: fix arch/arm/mach-at91/include/mach/at_hdmac.h Cesar Eduardo Barros 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 06/19] MAINTAINERS: fix drivers/media/platform/atmel-isi.c Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 07/19] MAINTAINERS: adjust for UAPI Cesar Eduardo Barros 2012-12-12 21:56 ` [PATCH] MAINTAINERS: adjust for UAPI: firewire Stefan Richter 2012-12-11 21:49 ` [PATCH 08/19] MAINTAINERS: fix drivers/media/usb/dvb-usb/cxusb* Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 09/19] MAINTAINERS: remove drivers/video/epson1355fb.c Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 10/19] MAINTAINERS: fix .../plat-mxc/include/mach/imxfb.h Cesar Eduardo Barros 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 11/19] MAINTAINERS: fix drivers/ieee802154/ Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 12/19] MAINTAINERS: remove firmware/isci/ Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 13/19] MAINTAINERS: remove arch/x86/platform/mrst/pmu.* Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 14/19] MAINTAINERS: fix Documentation/mei/ Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 15/19] MAINTAINERS: remove drivers/mmc/host/imxmmc.* Cesar Eduardo Barros 2012-12-11 21:49 ` Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 16/19] MAINTAINERS: remove arch/*/lib/perf_event*.c Cesar Eduardo Barros 2012-12-11 21:49 ` [PATCH 17/19] MAINTAINERS: remove include/linux/of_pwm.h Cesar Eduardo Barros 2012-12-11 21:50 ` [PATCH 18/19] MAINTAINERS: fix BAST Cesar Eduardo Barros 2012-12-11 21:50 ` [PATCH 19/19] MAINTAINERS: fix drivers/staging/sm7xx/ Cesar Eduardo Barros 2012-12-11 22:19 ` [PATCH 00/19] MAINTAINERS: fix file patterns Joe Perches 2012-12-21 15:52 ` Joe Perches 2012-12-21 19:04 ` Rob Landley 2012-12-21 19:13 ` Joe Perches
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.