aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2012-11-06 10:51:06 -0500
committerOlof Johansson <olof@lixom.net>2012-11-06 10:51:06 -0500
commit66267ee58732bb4c21c7bbba004ee481b8ad2b30 (patch)
treebf7f72e623d7c1ca6472e0a1286e802cd3bff139 /MAINTAINERS
parent6ed68a6d83e4497dc33581ccc82b4fa3e7e8226d (diff)
parentf58007762f537ba13674a3138b3f4c20fff1cba9 (diff)
Merge branch 'arm-next' of git://git.xilinx.com/linux-xlnx into next/cleanup
From Michal Simek: * 'arm-next' of git://git.xilinx.com/linux-xlnx: zynq: move static peripheral mappings zynq: remove use of CLKDEV_LOOKUP zynq: use pl310 device tree bindings zynq: use GIC device tree bindings + Linux 3.7-rc3
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS40
1 files changed, 38 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 9f78c28a848b..69bf316281f6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -235,6 +235,7 @@ F: drivers/platform/x86/acer-wmi.c
235 235
236ACPI 236ACPI
237M: Len Brown <lenb@kernel.org> 237M: Len Brown <lenb@kernel.org>
238M: Rafael J. Wysocki <rjw@sisk.pl>
238L: linux-acpi@vger.kernel.org 239L: linux-acpi@vger.kernel.org
239W: http://www.lesswatts.org/projects/acpi/ 240W: http://www.lesswatts.org/projects/acpi/
240Q: http://patchwork.kernel.org/project/linux-acpi/list/ 241Q: http://patchwork.kernel.org/project/linux-acpi/list/
@@ -636,6 +637,13 @@ W: http://www.arm.linux.org.uk/
636S: Maintained 637S: Maintained
637F: arch/arm/ 638F: arch/arm/
638 639
640ARM SUB-ARCHITECTURES
641L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
642S: MAINTAINED
643F: arch/arm/mach-*/
644F: arch/arm/plat-*/
645T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
646
639ARM PRIMECELL AACI PL041 DRIVER 647ARM PRIMECELL AACI PL041 DRIVER
640M: Russell King <linux@arm.linux.org.uk> 648M: Russell King <linux@arm.linux.org.uk>
641S: Maintained 649S: Maintained
@@ -2800,6 +2808,7 @@ F: sound/usb/misc/ua101.c
2800EXTENSIBLE FIRMWARE INTERFACE (EFI) 2808EXTENSIBLE FIRMWARE INTERFACE (EFI)
2801M: Matt Fleming <matt.fleming@intel.com> 2809M: Matt Fleming <matt.fleming@intel.com>
2802L: linux-efi@vger.kernel.org 2810L: linux-efi@vger.kernel.org
2811T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
2803S: Maintained 2812S: Maintained
2804F: Documentation/x86/efi-stub.txt 2813F: Documentation/x86/efi-stub.txt
2805F: arch/ia64/kernel/efi.c 2814F: arch/ia64/kernel/efi.c
@@ -4371,7 +4380,7 @@ F: Documentation/scsi/53c700.txt
4371F: drivers/scsi/53c700* 4380F: drivers/scsi/53c700*
4372 4381
4373LED SUBSYSTEM 4382LED SUBSYSTEM
4374M: Bryan Wu <bryan.wu@canonical.com> 4383M: Bryan Wu <cooloney@gmail.com>
4375M: Richard Purdie <rpurdie@rpsys.net> 4384M: Richard Purdie <rpurdie@rpsys.net>
4376L: linux-leds@vger.kernel.org 4385L: linux-leds@vger.kernel.org
4377T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git 4386T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
@@ -5018,6 +5027,20 @@ F: net/ipv6/
5018F: include/net/ip* 5027F: include/net/ip*
5019F: arch/x86/net/* 5028F: arch/x86/net/*
5020 5029
5030NETWORKING [IPSEC]
5031M: Steffen Klassert <steffen.klassert@secunet.com>
5032M: Herbert Xu <herbert@gondor.apana.org.au>
5033M: "David S. Miller" <davem@davemloft.net>
5034L: netdev@vger.kernel.org
5035T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5036S: Maintained
5037F: net/xfrm/
5038F: net/key/
5039F: net/ipv4/xfrm*
5040F: net/ipv6/xfrm*
5041F: include/uapi/linux/xfrm.h
5042F: include/net/xfrm.h
5043
5021NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) 5044NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
5022M: Paul Moore <paul@paul-moore.com> 5045M: Paul Moore <paul@paul-moore.com>
5023L: netdev@vger.kernel.org 5046L: netdev@vger.kernel.org
@@ -5045,7 +5068,13 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5045S: Odd Fixes 5068S: Odd Fixes
5046F: drivers/net/ 5069F: drivers/net/
5047F: include/linux/if_* 5070F: include/linux/if_*
5048F: include/linux/*device.h 5071F: include/linux/netdevice.h
5072F: include/linux/arcdevice.h
5073F: include/linux/etherdevice.h
5074F: include/linux/fcdevice.h
5075F: include/linux/fddidevice.h
5076F: include/linux/hippidevice.h
5077F: include/linux/inetdevice.h
5049 5078
5050NETXEN (1/10) GbE SUPPORT 5079NETXEN (1/10) GbE SUPPORT
5051M: Sony Chacko <sony.chacko@qlogic.com> 5080M: Sony Chacko <sony.chacko@qlogic.com>
@@ -7730,6 +7759,13 @@ W: http://www.ideasonboard.org/uvc/
7730S: Maintained 7759S: Maintained
7731F: drivers/media/usb/uvc/ 7760F: drivers/media/usb/uvc/
7732 7761
7762USB WEBCAM GADGET
7763M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7764L: linux-usb@vger.kernel.org
7765S: Maintained
7766F: drivers/usb/gadget/*uvc*.c
7767F: drivers/usb/gadget/webcam.c
7768
7733USB WIRELESS RNDIS DRIVER (rndis_wlan) 7769USB WIRELESS RNDIS DRIVER (rndis_wlan)
7734M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> 7770M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
7735L: linux-wireless@vger.kernel.org 7771L: linux-wireless@vger.kernel.org