]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: Add OpenFirmware bindings for SDHCI driver
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Mon, 16 Mar 2009 21:14:05 +0000 (00:14 +0300)
committerPierre Ossman <drzeus@drzeus.cx>
Tue, 24 Mar 2009 20:30:11 +0000 (21:30 +0100)
commit6446c5067f1f6aea64e4c4b131843d93e7a71024
tree107da7334eac5e1868082fd6cbc5c362d0116306
parent79e70a418e6dab20be100c5b6af7810699cf9a52
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>
MAINTAINERS
drivers/mmc/host/Kconfig
drivers/mmc/host/Makefile
drivers/mmc/host/sdhci-of.c [new file with mode: 0644]