public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add EFI maintainer entry
@ 2012-10-03  9:04 Matt Fleming
  2012-10-03  9:05 ` H. Peter Anvin
  2012-10-03 11:19 ` Ingo Molnar
  0 siblings, 2 replies; 3+ messages in thread
From: Matt Fleming @ 2012-10-03  9:04 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, linux-efi, Matt Fleming, H. Peter Anvin,
	Matthew Garrett, Ingo Molnar, Thomas Gleixner, Tony Luck,
	Len Brown

From: Matt Fleming <matt.fleming@intel.com>

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>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Matthew Garrett <mjg@redhat.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Len Brown <len.brown@intel.com>
---
 MAINTAINERS | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8c22b7f..a2a2756 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2632,6 +2632,18 @@ T:	git git://git.alsa-project.org/alsa-kernel.git
 S:	Maintained
 F:	sound/usb/misc/ua101.c
 
+EXTENSIBLE FIRMWARE INTERFACE (EFI)
+M:	Matt Fleming <matt.fleming@intel.com>
+L:	linux-efi@vger.kernel.org
+S:	Maintained
+F:	Documentation/x86/efi-stub.txt
+F:	arch/ia64/kernel/efi.c
+F:	arch/x86/boot/compressed/eboot.[ch]
+F:	arch/x86/include/asm/efi.h
+F:	arch/x86/platform/efi/*
+F:	drivers/firmware/efivars.c
+F:	include/linux/efi*.h
+
 EFIFB FRAMEBUFFER DRIVER
 L:	linux-fbdev@vger.kernel.org
 M:	Peter Jones <pjones@redhat.com>
-- 
1.7.11.4


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

* Re: [PATCH] MAINTAINERS: Add EFI maintainer entry
  2012-10-03  9:04 [PATCH] MAINTAINERS: Add EFI maintainer entry Matt Fleming
@ 2012-10-03  9:05 ` H. Peter Anvin
  2012-10-03 11:19 ` Ingo Molnar
  1 sibling, 0 replies; 3+ messages in thread
From: H. Peter Anvin @ 2012-10-03  9:05 UTC (permalink / raw)
  To: Matt Fleming
  Cc: Linus Torvalds, linux-kernel, linux-efi, Matt Fleming,
	Matthew Garrett, Ingo Molnar, Thomas Gleixner, Tony Luck,
	Len Brown

On 10/03/2012 02:04 AM, Matt Fleming wrote:
> From: Matt Fleming <matt.fleming@intel.com>
> 
> 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>
> Cc: H. Peter Anvin <hpa@zytor.com>
> Cc: Matthew Garrett <mjg@redhat.com>
> Cc: Ingo Molnar <mingo@kernel.org>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: Tony Luck <tony.luck@intel.com>
> Cc: Len Brown <len.brown@intel.com>
> ---
>  MAINTAINERS | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 

Acked-by: H. Peter Anvin <hpa@zytor.com>

	-hpa


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

* Re: [PATCH] MAINTAINERS: Add EFI maintainer entry
  2012-10-03  9:04 [PATCH] MAINTAINERS: Add EFI maintainer entry Matt Fleming
  2012-10-03  9:05 ` H. Peter Anvin
@ 2012-10-03 11:19 ` Ingo Molnar
  1 sibling, 0 replies; 3+ messages in thread
From: Ingo Molnar @ 2012-10-03 11:19 UTC (permalink / raw)
  To: Matt Fleming
  Cc: Linus Torvalds, linux-kernel, linux-efi, Matt Fleming,
	H. Peter Anvin, Matthew Garrett, Thomas Gleixner, Tony Luck,
	Len Brown


* Matt Fleming <matt@console-pimps.org> wrote:

> From: Matt Fleming <matt.fleming@intel.com>
> 
> 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>
> Cc: H. Peter Anvin <hpa@zytor.com>
> Cc: Matthew Garrett <mjg@redhat.com>
> Cc: Ingo Molnar <mingo@kernel.org>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: Tony Luck <tony.luck@intel.com>
> Cc: Len Brown <len.brown@intel.com>
> ---
>  MAINTAINERS | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8c22b7f..a2a2756 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2632,6 +2632,18 @@ T:	git git://git.alsa-project.org/alsa-kernel.git
>  S:	Maintained
>  F:	sound/usb/misc/ua101.c
>  
> +EXTENSIBLE FIRMWARE INTERFACE (EFI)
> +M:	Matt Fleming <matt.fleming@intel.com>
> +L:	linux-efi@vger.kernel.org
> +S:	Maintained
> +F:	Documentation/x86/efi-stub.txt
> +F:	arch/ia64/kernel/efi.c
> +F:	arch/x86/boot/compressed/eboot.[ch]
> +F:	arch/x86/include/asm/efi.h
> +F:	arch/x86/platform/efi/*
> +F:	drivers/firmware/efivars.c
> +F:	include/linux/efi*.h
> +

Acked-by: Ingo Molnar <mingo@kernel.org>

Thanks,

	Ingo

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

end of thread, other threads:[~2012-10-03 11:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-03  9:04 [PATCH] MAINTAINERS: Add EFI maintainer entry Matt Fleming
2012-10-03  9:05 ` H. Peter Anvin
2012-10-03 11:19 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox