diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 12:34:07 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 12:34:07 -0400 |
commit | 746942d06acdb4dd78d16baa5f3728a48a033bdd (patch) | |
tree | 1470ffab015f6b7c2ff6f44314f9fab17d3a4c3f /MAINTAINERS | |
parent | c11f6c82581e8be4e1829c677db54e7f55cebece (diff) | |
parent | c602c65b2f81d14456771d1e3f15d1381f4b7efa (diff) |
Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6
* 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6:
SFI: remove unneeded includes
sfi: Remove unused code
SFI: Hook PCI MMCONFIG
x86: add arch-specific SFI support
SFI: add capability to parse ACPI tables
SFI: add platform-independent core support
SFI: create linux/sfi.h
SFI: Simple Firmware Interface - MAINTAINERS, Kconfig
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a44ea122f2ad..8f6297881077 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4669,6 +4669,18 @@ L: linux-pci@vger.kernel.org | |||
4669 | S: Supported | 4669 | S: Supported |
4670 | F: drivers/pci/hotplug/shpchp* | 4670 | F: drivers/pci/hotplug/shpchp* |
4671 | 4671 | ||
4672 | SIMPLE FIRMWARE INTERFACE (SFI) | ||
4673 | P: Len Brown | ||
4674 | M: lenb@kernel.org | ||
4675 | L: sfi-devel@simplefirmware.org | ||
4676 | W: http://simplefirmware.org/ | ||
4677 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git | ||
4678 | S: Supported | ||
4679 | F: arch/x86/kernel/*sfi* | ||
4680 | F: drivers/sfi/ | ||
4681 | F: include/linux/sfi*.h | ||
4682 | |||
4683 | |||
4672 | SIMTEC EB110ATX (Chalice CATS) | 4684 | SIMTEC EB110ATX (Chalice CATS) |
4673 | P: Ben Dooks | 4685 | P: Ben Dooks |
4674 | M: Vincent Sanders <support@simtec.co.uk> | 4686 | M: Vincent Sanders <support@simtec.co.uk> |