RE: [PATCH v5 1/4] Revert "usb: otg: mxs-phy: Fix mx23 operation"

2012-11-08 Thread Alan Stern
On Thu, 8 Nov 2012, Chen Peter-B29397 wrote: > Hi Alan, > > Can you help add Ack of usb core related (3/4, 4/4) of this patches series, > you have reivewed v4 patchset, if you can't find them, I can send again. They look okay. You can add my Acked-by to both of those patches, for the changes t

RE: [PATCH v5 1/4] Revert "usb: otg: mxs-phy: Fix mx23 operation"

2012-11-07 Thread Chen Peter-B29397
> > On Mon, Oct 22, 2012 at 5:13 AM, Peter Chen > wrote: > > The real reason causes mx23 fail are: > > > > - Calling mxs_phy_hw_init(mxs_phy) again at connection > > - Error connect/disconnect nodity at hub.c > > > > The coming patch will fix above two problems, Mike Thompson > > So shouldn't

RE: [PATCH v5 1/4] Revert "usb: otg: mxs-phy: Fix mx23 operation"

2012-11-07 Thread Chen Peter-B29397
> > On Mon, Oct 22, 2012 at 03:13:09PM +0800, Peter Chen wrote: > > The real reason causes mx23 fail are: > > > > - Calling mxs_phy_hw_init(mxs_phy) again at connection > > - Error connect/disconnect nodity at hub.c > > > > The coming patch will fix above two problems, Mike Thompson > > tested h

Re: [PATCH v5 1/4] Revert "usb: otg: mxs-phy: Fix mx23 operation"

2012-10-31 Thread Fabio Estevam
On Mon, Oct 22, 2012 at 5:13 AM, Peter Chen wrote: > The real reason causes mx23 fail are: > > - Calling mxs_phy_hw_init(mxs_phy) again at connection > - Error connect/disconnect nodity at hub.c > > The coming patch will fix above two problems, Mike Thompson So shouldn't this patch be the last on

Re: [PATCH v5 1/4] Revert "usb: otg: mxs-phy: Fix mx23 operation"

2012-10-31 Thread Felipe Balbi
Hi, On Mon, Oct 22, 2012 at 03:13:09PM +0800, Peter Chen wrote: > The real reason causes mx23 fail are: > > - Calling mxs_phy_hw_init(mxs_phy) again at connection > - Error connect/disconnect nodity at hub.c > > The coming patch will fix above two problems, Mike Thompson > tested his hardware wo

[PATCH v5 1/4] Revert "usb: otg: mxs-phy: Fix mx23 operation"

2012-10-22 Thread Peter Chen
The real reason causes mx23 fail are: - Calling mxs_phy_hw_init(mxs_phy) again at connection - Error connect/disconnect nodity at hub.c The coming patch will fix above two problems, Mike Thompson tested his hardware works OK after commented out this delay setting. This reverts commit 363366cf61c