Messages in this thread |  | | Subject | Re: [PATCH v10 1/2] mmc: dw_mmc: move controller reset before driver init | From | Shawn Lin <> | Date | Mon, 14 Aug 2017 09:18:36 +0800 |
| |
Trim cc
On 2017/8/11 16:06, Li Wei wrote: > This commit modifies dw_mci_probe(), it moves reset assertion before > drv_data->init(host) > > Some driver needs to access controller registers in its .init() ops. So, > in order to make such access safe, we should do controller reset before > .init() being called. >
LGTM
Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com>
> Signed-off-by: Wei Li <liwei213@huawei.com> > Signed-off-by: Guodong Xu <guodong.xu@linaro.org> > Signed-off-by: Chen Jun <chenjun14@huawei.com> > ---
|  |