lkml.org 
[lkml]   [2009]   [Sep]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
Subject[PATCH] mmc: SuperH Mobile changes for tmio_mmc
From: Magnus Damm <damm@opensource.se>

Update the tmio_mmc driver to enable SuperH Mobile hardware.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

Please apply on top of the following patch by Ian Molton:
"Example idea for how to solve the clock/cnf problem"

drivers/mmc/host/Kconfig | 2 +-
drivers/mmc/host/tmio_mmc.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

--- 0001/drivers/mmc/host/Kconfig
+++ work/drivers/mmc/host/Kconfig 2009-08-20 23:48:11.000000000 +0900
@@ -273,7 +273,7 @@ config MMC_SDRICOH_CS

config MMC_TMIO
tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support"
- depends on MFD_TMIO || MFD_ASIC3
+ depends on MFD_TMIO || MFD_ASIC3 || SUPERH
help
This provides support for the SD/MMC cell found in TC6393XB,
T7L66XB and also HTC ASIC3
--- 0006/drivers/mmc/host/tmio_mmc.c
+++ work/drivers/mmc/host/tmio_mmc.c 2009-08-20 23:48:11.000000000 +0900
@@ -516,7 +516,7 @@ static int __devinit tmio_mmc_probe(stru
struct mmc_host *mmc;
int ret = -EINVAL;

- if (dev->num_resources != 3)
+ if (dev->num_resources != 2)
goto out;

res_ctl = platform_get_resource(dev, IORESOURCE_MEM, 0);

\
 
 \ /
  Last update: 2009-09-04 12:57    [W:0.024 / U:0.860 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site