mmc: dw_mmc: Add "disable-wp" device tree property
authorDoug Anderson <dianders@chromium.org>
Fri, 11 Jan 2013 17:03:50 +0000 (17:03 +0000)
committerChris Ball <cjb@laptop.org>
Sun, 24 Feb 2013 19:36:52 +0000 (14:36 -0500)
commita70aaa64da2205d32d1c9362d8f5d4be619cd58f
treea1744e9c87a2437863c707bb9ec043b5a4cebe5a
parentc148e9ff4bd45f26d3f0253c20efc497672c3c84
mmc: dw_mmc: Add "disable-wp" device tree property

The "disable-wp" property is used to specify that a given SD card slot
doesn't have a concept of write protect.  This eliminates the need for
special case code for SD slots that should never be write protected
(like a micro SD slot or a dev board).

The dw_mmc driver is special in needing to specify "disable-wp"
because the lack of a "wp-gpios" property means to use the special
purpose write protect line.  On some other mmc devices the lack of
"wp-gpios" means that write protect should be disabled.

Signed-off-by: Doug Anderson <dianders@chromium.org>
Acked-by: Seungwon Jeon <tgih.jun@samsung.com>
Acked-by: Will Newton <will.newton@imgtec.com>
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Chris Ball <cjb@laptop.org>
Documentation/devicetree/bindings/mmc/synopsis-dw-mshc.txt
drivers/mmc/host/dw_mmc.c
include/linux/mmc/dw_mmc.h