Re: [PATCH V2 2/3] usb: dwc3: qcom: Add interconnect support in dwc3 driver

2019-09-17 Thread Matthias Kaehlcke
Hi Chandana, On Tue, Sep 17, 2019 at 04:39:20PM +0530, cchil...@codeaurora.org wrote: > Hi Matthias, > > Thanks for the review. I Will address below comments and post changes in new > version. > > On 2019-09-17 03:54, Matthias Kaehlcke wrote: > > Hi Chandana, > > > > On Mon, Sep 16, 2019 at 05:

Re: [PATCH V2 2/3] usb: dwc3: qcom: Add interconnect support in dwc3 driver

2019-09-17 Thread cchiluve
Hi Matthias, Thanks for the review. I Will address below comments and post changes in new version. On 2019-09-17 03:54, Matthias Kaehlcke wrote: Hi Chandana, On Mon, Sep 16, 2019 at 05:11:00PM +0530, Chandana Kishori Chiluveru wrote: Add interconnect support in dwc3-qcom driver to vote for

Re: [PATCH V2 2/3] usb: dwc3: qcom: Add interconnect support in dwc3 driver

2019-09-16 Thread Matthias Kaehlcke
Hi Chandana, On Mon, Sep 16, 2019 at 05:11:00PM +0530, Chandana Kishori Chiluveru wrote: > Add interconnect support in dwc3-qcom driver to vote for bus > bandwidth. > > This requires for two different paths - from USB master to > DDR slave. The other is from APPS master to USB slave. > > Signed-

[PATCH V2 2/3] usb: dwc3: qcom: Add interconnect support in dwc3 driver

2019-09-16 Thread Chandana Kishori Chiluveru
Add interconnect support in dwc3-qcom driver to vote for bus bandwidth. This requires for two different paths - from USB master to DDR slave. The other is from APPS master to USB slave. Signed-off-by: Chandana Kishori Chiluveru --- drivers/usb/dwc3/dwc3-qcom.c | 145