Re: [PATCH 02/12] usb: phy-mxs: Enable IC fixes for mx6 SoC serial

2013-10-14 Thread Shawn Guo
On Sat, Oct 12, 2013 at 05:09:36PM +0800, Peter Chen wrote: After adding IC fixes bits, some PHY bugs are fixed by IC logic. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/phy/phy-mxs-usb.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff

Re: [PATCH 02/12] usb: phy-mxs: Enable IC fixes for mx6 SoC serial

2013-10-14 Thread Peter Chen
On Mon, Oct 14, 2013 at 05:09:55PM +0800, Shawn Guo wrote: On Sat, Oct 12, 2013 at 05:09:36PM +0800, Peter Chen wrote: After adding IC fixes bits, some PHY bugs are fixed by IC logic. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/phy/phy-mxs-usb.c | 10

Re: [PATCH 02/12] usb: phy-mxs: Enable IC fixes for mx6 SoC serial

2013-10-14 Thread Shawn Guo
On Mon, Oct 14, 2013 at 05:09:56PM +0800, Peter Chen wrote: Oh, sorry. I forget to put below one to this serial. Will do at v2 http://marc.info/?l=linux-usbm=137871552016298w=2 Remember to document the new compatible strings in bindings doc. Shawn -- To unsubscribe from this list: send the

Re: [PATCH 02/12] usb: phy-mxs: Enable IC fixes for mx6 SoC serial

2013-10-14 Thread Peter Chen
On Mon, Oct 14, 2013 at 05:29:21PM +0800, Shawn Guo wrote: On Mon, Oct 14, 2013 at 05:09:56PM +0800, Peter Chen wrote: Oh, sorry. I forget to put below one to this serial. Will do at v2 http://marc.info/?l=linux-usbm=137871552016298w=2 Remember to document the new compatible strings

Re: [PATCH 02/12] usb: phy-mxs: Enable IC fixes for mx6 SoC serial

2013-10-13 Thread Peter Chen
On Sat, Oct 12, 2013 at 11:38:16AM +0200, Marek Vasut wrote: Hi, After adding IC fixes bits, some PHY bugs are fixed by IC logic. Can you please elaborate what those bits do exactly ? They seem like a magic stuff to me thus far, which is not exactly helpful . I can't find them in the

Re: [PATCH 02/12] usb: phy-mxs: Enable IC fixes for mx6 SoC serial

2013-10-13 Thread Marek Vasut
Dear Peter Chen, On Sat, Oct 12, 2013 at 11:38:16AM +0200, Marek Vasut wrote: Hi, After adding IC fixes bits, some PHY bugs are fixed by IC logic. Can you please elaborate what those bits do exactly ? They seem like a magic stuff to me thus far, which is not exactly helpful . I

Re: [PATCH 02/12] usb: phy-mxs: Enable IC fixes for mx6 SoC serial

2013-10-13 Thread Peter Chen
On Mon, Oct 14, 2013 at 04:07:10AM +0200, Marek Vasut wrote: Dear Peter Chen, On Sat, Oct 12, 2013 at 11:38:16AM +0200, Marek Vasut wrote: Hi, After adding IC fixes bits, some PHY bugs are fixed by IC logic. Can you please elaborate what those bits do exactly ? They seem

[PATCH 02/12] usb: phy-mxs: Enable IC fixes for mx6 SoC serial

2013-10-12 Thread Peter Chen
After adding IC fixes bits, some PHY bugs are fixed by IC logic. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/phy/phy-mxs-usb.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/drivers/usb/phy/phy-mxs-usb.c b/drivers/usb/phy/phy-mxs-usb.c

Re: [PATCH 02/12] usb: phy-mxs: Enable IC fixes for mx6 SoC serial

2013-10-12 Thread Marek Vasut
Hi, After adding IC fixes bits, some PHY bugs are fixed by IC logic. Can you please elaborate what those bits do exactly ? They seem like a magic stuff to me thus far, which is not exactly helpful . I can't find them in the datasheet either. Signed-off-by: Peter Chen