]> git.karo-electronics.de Git - karo-tx-linux.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>
Mon, 11 Feb 2013 18:28:59 +0000 (13:28 -0500)
commitd37d888a6e2abba8c44fac0ad51441897a1c108e
treeade7322a8c829279beed48a6d7281279736391d4
parentd5d24e6d5b985ab52843fe07169dcee95204cf0e
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