]> git.kernelconcepts.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>
Sun, 24 Feb 2013 19:37:04 +0000 (14:37 -0500)
commit85c34d2e7b0e0425cd3efc243ffc4e3631daa0b5
treec4656a7e8b296c64d35eff63bdcd4ad34eeef1c9
parent28c2a62bd53300784b9e6815ae115fb888ac3cfd
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]