OMAP platform specific patch. - Add the host MMC lock/unlock capability support. Signed-off-by: Carlos Eduardo Aguiar indt.org.br> Signed-off-by: Anderson Lizardo indt.org.br> Signed-off-by: Anderson Briglia indt.org.br> Index: linux-omap-2.6.git/drivers/mmc/omap.c =================================================================== --- linux-omap-2.6.git.orig/drivers/mmc/omap.c 2006-11-16 15:35:19.000000000 -0400 +++ linux-omap-2.6.git/drivers/mmc/omap.c 2006-11-17 09:05:47.000000000 -0400 @@ -1094,6 +1094,9 @@ static int __init mmc_omap_probe(struct if (minfo->wire4) mmc->caps |= MMC_CAP_4_BIT_DATA; + /* Sets the lock/unlock capability */ + host->mmc->caps |= MMC_CAP_LOCK_UNLOCK; + /* Use scatterlist DMA to reduce per-transfer costs. * NOTE max_seg_size assumption that small blocks aren't * normally used (except e.g. for reading SD registers).