diff options
author | Matt Fleming <matt.fleming@intel.com> | 2012-10-03 05:04:02 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-03 10:38:13 -0400 |
commit | 1f7df953d687860690cc0e388d0efec215c09e9c (patch) | |
tree | 2524d66a78f1ad011010fa087e08a49edc1b0115 /MAINTAINERS | |
parent | b463036ad7c6e9a74275f4f901acb3dbb74ec1ad (diff) |
MAINTAINERS: Add EFI maintainer entry
We're starting to need a channel through which we can funnel EFI
patches to make sure they get merged in a timely fashion. Matthew and
Peter seem happy enough for me to take that bullet.
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Acked-by: H. Peter Anvin <hpa@zytor.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Cc: Matthew Garrett <mjg@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Len Brown <len.brown@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cb009e4b2297..28167d0f8b42 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2631,6 +2631,18 @@ T: git git://git.alsa-project.org/alsa-kernel.git | |||
2631 | S: Maintained | 2631 | S: Maintained |
2632 | F: sound/usb/misc/ua101.c | 2632 | F: sound/usb/misc/ua101.c |
2633 | 2633 | ||
2634 | EXTENSIBLE FIRMWARE INTERFACE (EFI) | ||
2635 | M: Matt Fleming <matt.fleming@intel.com> | ||
2636 | L: linux-efi@vger.kernel.org | ||
2637 | S: Maintained | ||
2638 | F: Documentation/x86/efi-stub.txt | ||
2639 | F: arch/ia64/kernel/efi.c | ||
2640 | F: arch/x86/boot/compressed/eboot.[ch] | ||
2641 | F: arch/x86/include/asm/efi.h | ||
2642 | F: arch/x86/platform/efi/* | ||
2643 | F: drivers/firmware/efivars.c | ||
2644 | F: include/linux/efi*.h | ||
2645 | |||
2634 | EFIFB FRAMEBUFFER DRIVER | 2646 | EFIFB FRAMEBUFFER DRIVER |
2635 | L: linux-fbdev@vger.kernel.org | 2647 | L: linux-fbdev@vger.kernel.org |
2636 | M: Peter Jones <pjones@redhat.com> | 2648 | M: Peter Jones <pjones@redhat.com> |