diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2009-03-16 17:14:05 -0400 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2009-03-24 16:30:11 -0400 |
commit | 3085e9c1b24ab2322230d35efac72147b8213865 (patch) | |
tree | 107da7334eac5e1868082fd6cbc5c362d0116306 /MAINTAINERS | |
parent | 0633f654241483edc8a235ab87264ff6bbcd08d5 (diff) |
mmc: Add OpenFirmware bindings for SDHCI driver
This patch adds a new driver: sdhci-of. The driver is similar to
the sdhci-pci, it contains common probe code, and controller-specific
ops and quirks.
So far there are only Freescale eSDHC ops and quirks.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d17916ce2155..01cf1eaaec5f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -3843,6 +3843,13 @@ M: drzeus-sdhci@drzeus.cx | |||
3843 | L: sdhci-devel@lists.ossman.eu | 3843 | L: sdhci-devel@lists.ossman.eu |
3844 | S: Maintained | 3844 | S: Maintained |
3845 | 3845 | ||
3846 | SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) | ||
3847 | P: Anton Vorontsov | ||
3848 | M: avorontsov@ru.mvista.com | ||
3849 | L: linuxppc-dev@ozlabs.org | ||
3850 | L: sdhci-devel@lists.ossman.eu | ||
3851 | S: Maintained | ||
3852 | |||
3846 | SECURITY SUBSYSTEM | 3853 | SECURITY SUBSYSTEM |
3847 | F: security/ | 3854 | F: security/ |
3848 | P: James Morris | 3855 | P: James Morris |