[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20061117161009.GE28514@flint.arm.linux.org.uk>
Date: Fri, 17 Nov 2006 16:10:09 +0000
From: Russell King <rmk+lkml@....linux.org.uk>
To: Anderson Briglia <anderson.briglia@...t.org.br>
Cc: "Linux-omap-open-source@...ux.omap.com"
<linux-omap-open-source@...ux.omap.com>,
linux-kernel@...r.kernel.org,
Pierre Ossman <drzeus-list@...eus.cx>,
ext David Brownell <david-b@...bell.net>,
Tony Lindgren <tony@...mide.com>,
"Aguiar Carlos (EXT-INdT/Manaus)" <carlos.aguiar@...t.org.br>,
"Biris Ilias (EXT-INdT/Manaus)" <Ilias.Biris@...t.org.br>
Subject: Re: [patch 4/6] [RFC] Add MMC Password Protection (lock/unlock) support V6
On Fri, Nov 17, 2006 at 09:11:40AM -0400, Anderson Briglia wrote:
> OMAP platform specific patch.
> - Add the host MMC lock/unlock capability support.
>
> Signed-off-by: Carlos Eduardo Aguiar <carlos.aguiar <at> indt.org.br>
> Signed-off-by: Anderson Lizardo <anderson.lizardo <at> indt.org.br>
> Signed-off-by: Anderson Briglia <anderson.briglia <at> 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;
> +
See additional comments to your first patch.
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 Serial core
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists