From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Damm Date: Wed, 22 Oct 2008 09:27:57 +0000 Subject: [PATCH] sh: ap325rxa MMC support using spi_gpio and mmc_spi Message-Id: <20081022092757.1075.26284.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 CN3 MMC support for ap325rxa using the mmc_spi driver on top of the bitbanging spi_gpio driver. Signed-off-by: Magnus Damm --- arch/sh/boards/board-ap325rxa.c | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) --- 0001/arch/sh/boards/board-ap325rxa.c +++ work/arch/sh/boards/board-ap325rxa.c 2008-10-22 17:41:50.000000000 +0900 @@ -20,6 +20,8 @@ #include #include #include +#include +#include #include #include #include