Re: [U-Boot] [PATCH] usb: dwc3: Handle case where setup_phy is not needed

2019-06-06 Thread Siva Durga Prasad Paladugu
Hi, > -Original Message- > From: Siva Durga Prasad Paladugu > Sent: Tuesday, May 28, 2019 3:36 PM > To: Michal Simek ; Lukasz Majewski > > Cc: u-boot@lists.denx.de; ma...@denx.de; jjhib...@ti.com; > s...@chromium.org; patrick.delau...@st.com > Subject: RE: [PATCH] usb: dwc3: Handle case

Re: [U-Boot] [PATCH] usb: dwc3: Handle case where setup_phy is not needed

2019-05-28 Thread Siva Durga Prasad Paladugu
Hi, > -Original Message- > From: Michal Simek [mailto:michal.si...@xilinx.com] > Sent: Monday, April 1, 2019 4:10 PM > To: Siva Durga Prasad Paladugu ; Lukasz Majewski > > Cc: u-boot@lists.denx.de; ma...@denx.de; jjhib...@ti.com; > s...@chromium.org; patrick.delau...@st.com > Subject:

Re: [U-Boot] [PATCH] usb: dwc3: Handle case where setup_phy is not needed

2019-04-01 Thread Michal Simek
On 01. 04. 19 12:38, Siva Durga Prasad Paladugu wrote: > Hi Lukasz, > >> -Original Message- >> From: Lukasz Majewski [mailto:lu...@denx.de] >> Sent: Monday, April 01, 2019 4:04 PM >> To: Siva Durga Prasad Paladugu >> Cc: u-boot@lists.denx.de; ma...@denx.de; jjhib...@ti.com; >>

Re: [U-Boot] [PATCH] usb: dwc3: Handle case where setup_phy is not needed

2019-04-01 Thread Siva Durga Prasad Paladugu
Hi Lukasz, > -Original Message- > From: Lukasz Majewski [mailto:lu...@denx.de] > Sent: Monday, April 01, 2019 4:04 PM > To: Siva Durga Prasad Paladugu > Cc: u-boot@lists.denx.de; ma...@denx.de; jjhib...@ti.com; > s...@chromium.org; patrick.delau...@st.com; Michal Simek > > Subject: Re:

Re: [U-Boot] [PATCH] usb: dwc3: Handle case where setup_phy is not needed

2019-04-01 Thread Lukasz Majewski
On Mon, 1 Apr 2019 10:23:42 + Siva Durga Prasad Paladugu wrote: > Hi Lukasz, > > > -Original Message- > > From: Lukasz Majewski [mailto:lu...@denx.de] > > Sent: Monday, April 01, 2019 1:03 PM > > To: Siva Durga Prasad Paladugu > > Cc: u-boot@lists.denx.de; ma...@denx.de;

Re: [U-Boot] [PATCH] usb: dwc3: Handle case where setup_phy is not needed

2019-04-01 Thread Siva Durga Prasad Paladugu
Hi Lukasz, > -Original Message- > From: Lukasz Majewski [mailto:lu...@denx.de] > Sent: Monday, April 01, 2019 1:03 PM > To: Siva Durga Prasad Paladugu > Cc: u-boot@lists.denx.de; ma...@denx.de; jjhib...@ti.com; > s...@chromium.org; patrick.delau...@st.com; Michal Simek > > Subject: Re:

Re: [U-Boot] [PATCH] usb: dwc3: Handle case where setup_phy is not needed

2019-04-01 Thread Lukasz Majewski
Hi Siva Durga Prasad Paladugu, > If CONFIG_PHY is not enabled then the dwc3_setup_phy() > returns ENOTSUPP which can be still valid and intentional ^^^ - could you elaborate on this a bit more? What is the

[U-Boot] [PATCH] usb: dwc3: Handle case where setup_phy is not needed

2019-04-01 Thread Siva Durga Prasad Paladugu
If CONFIG_PHY is not enabled then the dwc3_setup_phy() returns ENOTSUPP which can be still valid and intentional so modify error check to handle this -ENOTSUPP. Signed-off-by: Siva Durga Prasad Paladugu --- drivers/usb/dwc3/dwc3-generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)