]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: dw_mmc: Remove DW_MCI_QUIRK_NO_WRITE_PROTECT
authorDoug Anderson <dianders@chromium.org>
Fri, 11 Jan 2013 17:03:54 +0000 (17:03 +0000)
committerChris Ball <cjb@laptop.org>
Sun, 24 Feb 2013 19:36:55 +0000 (14:36 -0500)
commit07d55641c20a5d969a90f24aee4e79009c6a37a9
treeade7322a8c829279beed48a6d7281279736391d4
parent4b8a564578e213104460ae5b3c474a02361e7e0b
mmc: dw_mmc: Remove DW_MCI_QUIRK_NO_WRITE_PROTECT

The original quirk was added in the change 'mmc: dw_mmc: add quirk to
indicate missing write protect line'.  The original quirk was added at
a controller level even though each slot has its own write protect (so
the quirk should be at the slot level).  A recent change (mmc: dw_mmc:
Add "disable-wp" device tree property) added a slot-level quirk and
support for the quirk directly to dw_mmc.

Signed-off-by: Doug Anderson <dianders@chromium.org>
Acked-by: Will Newton <will.newton@imgtec.com>
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/dw_mmc.c
include/linux/mmc/dw_mmc.h