Re: [PATCH v1 01/13] usb: dwc2: host: register hcd handle to the phy

2015-01-29 Thread John Youn
; dingu...@opensource.altera.com; sergei.shtyl...@cogentembedded.com Subject: RE: [PATCH v1 01/13] usb: dwc2: host: register hcd handle to the phy From: Mian Yousaf Kaukab [mailto:yousaf.kau...@intel.com] Sent: Wednesday, January 21, 2015 6:37 AM From: Gregory Herrero gregory.herr...@intel.com

Re: [PATCH v1 01/13] usb: dwc2: host: register hcd handle to the phy

2015-01-29 Thread Felipe Balbi
; john.y...@synopsys.com Cc: Herrero, Gregory; r.bald...@samsung.com; dingu...@opensource.altera.com; sergei.shtyl...@cogentembedded.com Subject: RE: [PATCH v1 01/13] usb: dwc2: host: register hcd handle to the phy From: Mian Yousaf Kaukab [mailto:yousaf.kau...@intel.com] Sent: Wednesday

RE: [PATCH v1 01/13] usb: dwc2: host: register hcd handle to the phy

2015-01-28 Thread John Youn
From: Mian Yousaf Kaukab [mailto:yousaf.kau...@intel.com] Sent: Wednesday, January 21, 2015 6:37 AM From: Gregory Herrero gregory.herr...@intel.com If phy driver is present, register hcd handle to it and let it take care of calling usb_add_hcd. Otherwise, add hcd here. Moreover, save

RE: [PATCH v1 01/13] usb: dwc2: host: register hcd handle to the phy

2015-01-28 Thread Kaukab, Yousaf
...@cogentembedded.com Subject: RE: [PATCH v1 01/13] usb: dwc2: host: register hcd handle to the phy From: Mian Yousaf Kaukab [mailto:yousaf.kau...@intel.com] Sent: Wednesday, January 21, 2015 6:37 AM From: Gregory Herrero gregory.herr...@intel.com If phy driver is present, register

[PATCH v1 01/13] usb: dwc2: host: register hcd handle to the phy

2015-01-21 Thread Mian Yousaf Kaukab
From: Gregory Herrero gregory.herr...@intel.com If phy driver is present, register hcd handle to it and let it take care of calling usb_add_hcd. Otherwise, add hcd here. Moreover, save irq number so that it can be used to call usb_add_hcd. Signed-off-by: Gregory Herrero