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 >> >> patchset yet ;-) >> >> >> > Balbi, >> > >> >

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

2017-05-01 Thread Jerry Huang
et...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Rajesh > Bhagat > Subject: RE: [PATCH v4 3/3] USB3/DWC3: Enable undefined length INCR burst > type > > > Hi, > > Jerry Huang writes: > >> >> -- > >> >> 1.7.9.5 > >>

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, which was based v3, and I

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

2017-02-20 Thread Jerry Huang
@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Rajesh > Bhagat > Subject: RE: [PATCH v4 3/3] USB3/DWC3: Enable undefined length INCR burst > type > > > >> -- > > >> 1.7.9.5 > > > Hi, Balbi and all guys, > > > Any comment for these patches? Can

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 understandin

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 INCRx burst type enable

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 ; Rajesh Bhagat > Subject: [PATCH v4 3/3] USB3/DWC3: Enable undefined length INCR burst > type > > Enable the undefined length INCR burst type and set INCRx. > Different platform may has the d

[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 Signed-off-by: Rajesh Bhagat --