[PATCH v7 00/23] usb gadget update for OTG 2.0

2015-07-09 Thread Li Jun
Change for v7: - Free otg descriptor when failure of bind in patch 21, 22, 23. add Roger's Reviewed-by for patch 10~20. - Choose the lesser otg-rev if otg-rev has been set before update by DT, remove 0x0300 in supported otg-rev list, and add code comments in case otg-rev is not passed in DT i

Re: [PATCH v7 00/23] usb gadget update for OTG 2.0

2015-07-13 Thread Li Jun
On Thu, Jul 09, 2015 at 03:18:37PM +0800, Li Jun wrote: ... > > This is a follow-up of Macpaul Lin's previous patchset to resolve usb > gadget driver working with OTG 2.0, and set otg features by not only > usb driver config but also usb hardware property in DT, main changes: > 1. Add usb_otg20_de

Re: [PATCH v7 00/23] usb gadget update for OTG 2.0

2015-07-22 Thread Felipe Balbi
On Thu, Jul 09, 2015 at 03:18:37PM +0800, Li Jun wrote: > Change for v7: > - Free otg descriptor when failure of bind in patch 21, 22, 23. > add Roger's Reviewed-by for patch 10~20. > - Choose the lesser otg-rev if otg-rev has been set before update by DT, > remove 0x0300 in supported otg-rev l

Re: [PATCH v7 00/23] usb gadget update for OTG 2.0

2015-07-22 Thread Li Jun
On Wed, Jul 22, 2015 at 10:13:08AM -0500, Felipe Balbi wrote: > On Thu, Jul 09, 2015 at 03:18:37PM +0800, Li Jun wrote: > > Change for v7: > > - Free otg descriptor when failure of bind in patch 21, 22, 23. > > add Roger's Reviewed-by for patch 10~20. > > - Choose the lesser otg-rev if otg-rev ha

Re: [PATCH v7 00/23] usb gadget update for OTG 2.0

2015-07-22 Thread Macpaul Lin
Hi Jun, 2015-07-23 7:57 GMT+08:00 Li Jun : > On Wed, Jul 22, 2015 at 10:13:08AM -0500, Felipe Balbi wrote: >> On Thu, Jul 09, 2015 at 03:18:37PM +0800, Li Jun wrote: >> > Change for v7: >> > - Free otg descriptor when failure of bind in patch 21, 22, 23. >> > add Roger's Reviewed-by for patch 10