RE: [PATCH v4 3/3] USB3/DWC3: Enable undefined length INCR burst type

2017-06-02 Thread Felipe Balbi
Hi, Jerry Huang writes: >> Jerry Huang writes: >> >> >> -- >> >> >> 1.7.9.5 >> >> > Hi, Balbi and all guys, >> >> > Any comment for these patches? Can they be accepted? >> >> >> >> Rob had comments which you didn't reply yet. I cannot take this >> >>

RE: [PATCH v4 3/3] USB3/DWC3: Enable undefined length INCR burst type

2017-05-02 Thread Jerry Huang
er.kernel.org; > devicet...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Rajesh > Bhagat <rajesh.bha...@nxp.com> > Subject: RE: [PATCH v4 3/3] USB3/DWC3: Enable undefined length INCR burst > type > > > Hi, > > Jerry Huang <jerry.hu...@nxp.com> w

RE: [PATCH v4 3/3] USB3/DWC3: Enable undefined length INCR burst type

2017-03-10 Thread Felipe Balbi
Hi, Jerry Huang writes: >> >> -- >> >> 1.7.9.5 >> > Hi, Balbi and all guys, >> > Any comment for these patches? Can they be accepted? >> >> Rob had comments which you didn't reply yet. I cannot take this patchset >> yet ;-) >> > Balbi, > > I look into his mail again,

RE: [PATCH v4 3/3] USB3/DWC3: Enable undefined length INCR burst type

2017-02-20 Thread Jerry Huang
devicet...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Rajesh > Bhagat <rajesh.bha...@nxp.com> > Subject: RE: [PATCH v4 3/3] USB3/DWC3: Enable undefined length INCR burst > type > > > >> -- > > >> 1.7.9.5 > > > Hi, Balbi and all guys, >

RE: [PATCH v4 3/3] USB3/DWC3: Enable undefined length INCR burst type

2017-02-10 Thread Jerry Huang
> >> -- > >> 1.7.9.5 > > Hi, Balbi and all guys, > > Any comment for these patches? Can they be accepted? > > Rob had comments which you didn't reply yet. I cannot take this patchset > yet ;-) > Balbi, I look into his mail again, which was based v3, and I replied it. He had different

RE: [PATCH v4 3/3] USB3/DWC3: Enable undefined length INCR burst type

2017-02-10 Thread Felipe Balbi
Hi, Jerry Huang writes: >> @@ struct dwc3 { >> enum usb_phy_interface hsphy_mode; >> >> u32 fladj; >> +/* >> + * For INCR burst type. >> + * First field: for undefined length INCR burst type enable. >> + * Second field: for

RE: [PATCH v4 3/3] USB3/DWC3: Enable undefined length INCR burst type

2017-02-09 Thread Jerry Huang
nel.org; > devicet...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Jerry > Huang <jerry.hu...@nxp.com>; Rajesh Bhagat <rajesh.bha...@nxp.com> > Subject: [PATCH v4 3/3] USB3/DWC3: Enable undefined length INCR burst > type > > Enable the undefined length INCR burst

[PATCH v4 3/3] USB3/DWC3: Enable undefined length INCR burst type

2017-01-18 Thread Changming Huang
Enable the undefined length INCR burst type and set INCRx. Different platform may has the different burst size type. In order to get best performance, we need to tune the burst size to one special value, instead of the default value. Signed-off-by: Changming Huang