[PATCH 2/7] mmc: dw_mmc: add quirk to indicate missing write protect line
Will Newton
will.newton at gmail.com
Wed May 2 05:10:25 EDT 2012
On Wed, May 2, 2012 at 6:07 AM, Thomas Abraham
<thomas.abraham at linaro.org> wrote:
> If the write protect pad of the controller is not connected to the write
> protect pin of the slot, the driver should be notified of this condition
> so that incorrect check for write protection by reading the WRTORT
> register can avoided. The get_ro platform callback can be used for in
> such cases, but with device tree support enabled, such platform callbacks
> cannot be supported.
>
> Add a new quirk for notifying the driver about the missing write protect
> line so the driver can assume that the card write protection is disabled.
>
> Signed-off-by: Thomas Abraham <thomas.abraham at linaro.org>
> ---
> drivers/mmc/host/dw_mmc.c | 4 +++-
> include/linux/mmc/dw_mmc.h | 3 ++-
> 2 files changed, 5 insertions(+), 2 deletions(-)
Acked-by: Will Newton <will.newton at imgtec.com>
More information about the linux-arm-kernel
mailing list