diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 09:34:07 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 09:34:07 -0700 |
commit | 746942d06acdb4dd78d16baa5f3728a48a033bdd (patch) | |
tree | 1470ffab015f6b7c2ff6f44314f9fab17d3a4c3f /MAINTAINERS | |
parent | c11f6c82581e8be4e1829c677db54e7f55cebece (diff) | |
parent | c602c65b2f81d14456771d1e3f15d1381f4b7efa (diff) | |
download | linux-746942d06acdb4dd78d16baa5f3728a48a033bdd.tar.bz2 |
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 S: Supported F: drivers/pci/hotplug/shpchp* +SIMPLE FIRMWARE INTERFACE (SFI) +P: Len Brown +M: lenb@kernel.org +L: sfi-devel@simplefirmware.org +W: http://simplefirmware.org/ +T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git +S: Supported +F: arch/x86/kernel/*sfi* +F: drivers/sfi/ +F: include/linux/sfi*.h + + SIMTEC EB110ATX (Chalice CATS) P: Ben Dooks M: Vincent Sanders <support@simtec.co.uk> |