From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Damm Date: Tue, 21 Oct 2008 12:32:31 +0000 Subject: [PATCH] sh: Migo-R MMC support using spi_gpio and mmc_spi Message-Id: <20081021123231.27894.26150.sendpatchset@rx1.opensource.se> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org From: Magnus Damm This patch adds CN9 MMC support for MigoR using the mmc_spi driver on top of the bitbanging spi_gpio driver. Signed-off-by: Magnus Damm --- Needs the header from the not-yet-merged spi_gpio driver. arch/sh/boards/mach-migor/setup.c | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) --- 0002/arch/sh/boards/mach-migor/setup.c +++ work/arch/sh/boards/mach-migor/setup.c 2008-10-21 20:03:36.000000000 +0900 @@ -18,6 +18,8 @@ #include #include #include +#include +#include #include #include #include