Re: [PATCH v4 16/17] usb: phy-mxs: fix the problem by only using 1st controller's register

2013-12-03 Thread Peter Chen
On Tue, Dec 03, 2013 at 09:34:09AM +0100, Marc Kleine-Budde wrote: > On 12/03/2013 08:37 AM, Peter Chen wrote: > > We fix the problem that we only use the 1st controller's related > > registers at mxs_phy_disconnect_line, but in fact, it needs to > > access registers according to different PHYs. >

Re: [PATCH v4 16/17] usb: phy-mxs: fix the problem by only using 1st controller's register

2013-12-03 Thread Marc Kleine-Budde
On 12/03/2013 08:37 AM, Peter Chen wrote: > We fix the problem that we only use the 1st controller's related > registers at mxs_phy_disconnect_line, but in fact, it needs to > access registers according to different PHYs. Are you fixing the code that has been added in this series before? If so, pl

[PATCH v4 16/17] usb: phy-mxs: fix the problem by only using 1st controller's register

2013-12-03 Thread Peter Chen
We fix the problem that we only use the 1st controller's related registers at mxs_phy_disconnect_line, but in fact, it needs to access registers according to different PHYs. Signed-off-by: Peter Chen --- drivers/usb/phy/phy-mxs-usb.c | 89 + 1 files chan