Re: [PATCH v3 1/2] usb: dwc3: refactor gadget endpoint count calculation

2017-04-07 Thread Felipe Balbi
hi, Bryan O'Donoghue writes: >>> - DWC_USB3_NUM indicates the number of Device mode single directional >>> endpoints, including OUT and IN endpoint 0. >>> >>> - DWC_USB3_NUM_IN_EPS indicates the maximum number of Device mode IN >>> endpoints active at any time,

Re: [PATCH v3 1/2] usb: dwc3: refactor gadget endpoint count calculation

2017-04-06 Thread Bryan O'Donoghue
On 06/04/17 09:59, Roger Quadros wrote: Hi, On 31/01/17 22:58, Bryan O'Donoghue wrote: - DWC_USB3_NUM indicates the number of Device mode single directional endpoints, including OUT and IN endpoint 0. - DWC_USB3_NUM_IN_EPS indicates the maximum number of Device mode IN endpoints active

Re: [PATCH v3 1/2] usb: dwc3: refactor gadget endpoint count calculation

2017-04-06 Thread Roger Quadros
On 06/04/17 11:59, Roger Quadros wrote: > Hi, > > On 31/01/17 22:58, Bryan O'Donoghue wrote: >> - DWC_USB3_NUM indicates the number of Device mode single directional >> endpoints, including OUT and IN endpoint 0. >> >> - DWC_USB3_NUM_IN_EPS indicates the maximum number of Device mode IN >>

Re: [PATCH v3 1/2] usb: dwc3: refactor gadget endpoint count calculation

2017-04-06 Thread Felipe Balbi
Hi, Roger Quadros writes: >> - DWC_USB3_NUM indicates the number of Device mode single directional >> endpoints, including OUT and IN endpoint 0. >> >> - DWC_USB3_NUM_IN_EPS indicates the maximum number of Device mode IN >> endpoints active at any time, including control

Re: [PATCH v3 1/2] usb: dwc3: refactor gadget endpoint count calculation

2017-04-06 Thread Roger Quadros
Hi, On 31/01/17 22:58, Bryan O'Donoghue wrote: > - DWC_USB3_NUM indicates the number of Device mode single directional > endpoints, including OUT and IN endpoint 0. > > - DWC_USB3_NUM_IN_EPS indicates the maximum number of Device mode IN > endpoints active at any time, including control

Re: [PATCH v3 1/2] usb: dwc3: refactor gadget endpoint count calculation

2017-03-13 Thread Bryan O'Donoghue
On 13/03/17 11:56, Felipe Balbi wrote: Bryan O'Donoghue writes: On 10/03/17 12:14, Felipe Balbi wrote: return 0; I can change your patch locally, if you want. I can also drop your patches and wait for replacements. No strong feelings. I'll resend

Re: [PATCH v3 1/2] usb: dwc3: refactor gadget endpoint count calculation

2017-03-13 Thread Felipe Balbi
Bryan O'Donoghue writes: > On 10/03/17 12:14, Felipe Balbi wrote: > >> >> return 0; >> >> I can change your patch locally, if you want. I can also drop your >> patches and wait for replacements. No strong feelings. >> > > I'll resend Felipe. thank you,

Re: [PATCH v3 1/2] usb: dwc3: refactor gadget endpoint count calculation

2017-03-13 Thread Bryan O'Donoghue
On 10/03/17 12:14, Felipe Balbi wrote: return 0; I can change your patch locally, if you want. I can also drop your patches and wait for replacements. No strong feelings. I'll resend Felipe. Thanks -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the

Re: [PATCH v3 1/2] usb: dwc3: refactor gadget endpoint count calculation

2017-03-10 Thread Felipe Balbi
Hi, Bryan O'Donoghue writes: > - DWC_USB3_NUM indicates the number of Device mode single directional > endpoints, including OUT and IN endpoint 0. > > - DWC_USB3_NUM_IN_EPS indicates the maximum number of Device mode IN > endpoints active at any time,

[PATCH v3 1/2] usb: dwc3: refactor gadget endpoint count calculation

2017-01-31 Thread Bryan O'Donoghue
- DWC_USB3_NUM indicates the number of Device mode single directional endpoints, including OUT and IN endpoint 0. - DWC_USB3_NUM_IN_EPS indicates the maximum number of Device mode IN endpoints active at any time, including control endpoint 0. It's possible to configure RTL such that