]> git.karo-electronics.de Git - karo-tx-linux.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>
Mon, 11 Feb 2013 18:29:09 +0000 (13:29 -0500)
commit31965c2d0a9d62bdc2f660b7cb0848953bc4ace6
treec4656a7e8b296c64d35eff63bdcd4ad34eeef1c9
parentc244cb345731d3faaaf9152d843456bc05ed776c
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]