]> 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)
commit2ff838878e8d00b45d82cb6a175a43f6704af8bc
treec4656a7e8b296c64d35eff63bdcd4ad34eeef1c9
parent8e3a58258d87ee06880b12780639d5da04ad3837
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]