Re: [PATCHv9 1/5] mmc: dw_mmc: Slot quirk "disable-wp" is deprecated.
From: Doug Anderson <hidden>
Date: 2014-07-31 16:02:45
Also in:
linux-arm-kernel, linux-mmc, linux-samsung-soc
From: Doug Anderson <hidden>
Date: 2014-07-31 16:02:45
Also in:
linux-arm-kernel, linux-mmc, linux-samsung-soc
Jaehoon On Wed, Jul 30, 2014 at 10:35 PM, Jaehoon Chung [off-list ref] wrote:
Slot quirks "disable-wp" is deprecated. Instead, use the host quirk "disable-wp". (Because the slot-node is removed in dt-file.) Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Tested-by: Sachin Kamat <redacted> Acked-by: Seungwon Jeon <redacted> --- drivers/mmc/host/dw_mmc.c | 11 +++++++++-- include/linux/mmc/dw_mmc.h | 2 ++ 2 files changed, 11 insertions(+), 2 deletions(-)
Thanks for taking my suggestion and making it backward compatible. This looks great to me. It tested this in both the backward compatible way (with the warning) and the non-backward compatible way. I think we should land and patch #2 ASAP and then we can land the rest of the series as SoC maintainers see fit. Reviewed-by: Doug Anderson <dianders@chromium.org> Tested-by: Doug Anderson <dianders@chromium.org>