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