Thread (12 messages) flat view 12 messages, 5 authors, 2016-09-07

Re: [PATCH v7 3/4] usb: dwc2: assert phy reset when waking up in rk3288 platform

From: Ayaka <hidden>
Date: 2016-09-05 23:38:42
Also in: linux-rockchip, lkml


從我的 iPad 傳送
David Laight [off-list ref] 於 2016年9月5日 下午9:35 寫道:

From: Randy Li
quoted
Sent: 03 September 2016 22:55
...
quoted
+            if (of_device_is_compatible(np, "rockchip,rk3288-usb")
+                    && (NULL != hsotg->phy->ops->reset))
+                hsotg->phy->ops->reset(hsotg->phy);
+
Is this the only place ops->reset() is called?
Yes.
Probably much better to check it first.
Sure.
           if (hsotg->phy->ops->reset
                   && of_device_is_compatible(np, "rockchip,rk3288-usb")
               hsotg->phy->ops->reset(hsotg->phy);
I see, if there is no the other review request for this version, I would submit a new version to fix this problem tonight.
   David
--
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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help