From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Subject: Re: [PATCH 0/2] mmc: dw_mmc: fix the wrong operation for reset controller Date: Thu, 03 Nov 2016 14:19:15 +0900 Message-ID: References: <20161031024942.4415-1-jh80.chung@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-reply-to: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: John Stultz Cc: linux-mmc , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Ulf Hansson , Rob Herring , Mark Rutland , lkml , Guodong Xu , Leo Yan , Vincent Guittot List-Id: devicetree@vger.kernel.org Hi, On 11/02/2016 06:56 AM, John Stultz wrote: > On Sun, Oct 30, 2016 at 7:49 PM, Jaehoon Chung wrote: >> This patch adds the "reset-names" as reset controller for dwmmc controller. >> Linaro guys had reported the issue about booting stuck. >> >> Some SoCs are enabled the CONFIG_RESET_CONTROLLER. >> then dwmmc controller are waiting for getting reset controller. >> But if doesn't define "resets" property in device-tree, it should be stuck. >> >> If use the reset-names as reset controller for dwmmc controller, >> it's more stable than now. >> This commit is related with the below commit. >> >> Fixes: d6786fefe816 ("mmc: dw_mmc: add reset support to dwmmc host controller") > > So I wasn't hit by the issue, as I don't tend to boot from SD on my > hikey, but I did run these patches and I'm not seeing any issues with > my Android environment. > > So for what its worth: > Acked-by: John Stultz Applied on my repository (fixes branch). Best Regards, Jaehoon Chung > > thanks > -john > > > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html