]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: goldfish: emulated MMC device
authorMike Lockwood <lockwood@android.com>
Mon, 21 Jan 2013 23:43:46 +0000 (23:43 +0000)
committerChris Ball <cjb@laptop.org>
Sun, 24 Feb 2013 19:37:04 +0000 (14:37 -0500)
commita6b9a37d984af9ca9b74eed07a32722a6eaae8f9
treec4656a7e8b296c64d35eff63bdcd4ad34eeef1c9
parentdb8d5bc73946cb10e83c49c771322f958eccd243
mmc: goldfish: emulated MMC device

This driver handles the virtual MMC device present in the Goldfish emulator.
The patch folds together initial work from Mike Lockwood and patches by
San Mehat, Jun Nakajima and Tom Keel <thomas.keel@intel.com> plus cleanups
by Alan Cox to get it all into 3.6 shape.

Signed-off-by: Mike A. Chan <mikechan@google.com>
[cleaned up and x86 support added]
Signed-off-by: Sheng Yang <sheng@linux.intel.com>
Signed-off-by: Yunhong Jiang <yunhong.jiang@intel.com>
Signed-off-by: Xiaohui Xin <xiaohui.xin@intel.com>
Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
[Moved to 3.4]
Signed-off-by: Tom Keel <thomas.keel@intel.com>
[Moved to 3.7]
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/Kconfig
drivers/mmc/host/Makefile
drivers/mmc/host/android-goldfish.c [new file with mode: 0644]