Re: [PATCH v2 1/2] usb: phy: load usb phy earlier

2015-02-25 Thread Felipe Balbi
Hi, On Wed, Feb 25, 2015 at 09:19:30PM +0800, zhangfei wrote: > >>>Since phy is definitely used in usb controller, load the phy > >>>earlier to make boot time shorter. > >>> > >>>Signed-off-by: Zhangfei Gao > >>>--- > >>> drivers/usb/Makefile | 2 +- > >>> 1 file changed, 1 insertion(+), 1 delet

Re: [PATCH v2 1/2] usb: phy: load usb phy earlier

2015-02-25 Thread zhangfei
On 02/23/2015 11:28 PM, Felipe Balbi wrote: On Fri, Feb 06, 2015 at 09:01:16AM +0800, Peter Chen wrote: On Thu, Feb 05, 2015 at 09:24:02PM +0800, Zhangfei Gao wrote: Since phy is definitely used in usb controller, load the phy earlier to make boot time shorter. Signed-off-by: Zhangfei Gao -

Re: [PATCH v2 1/2] usb: phy: load usb phy earlier

2015-02-23 Thread Felipe Balbi
On Fri, Feb 06, 2015 at 09:01:16AM +0800, Peter Chen wrote: > On Thu, Feb 05, 2015 at 09:24:02PM +0800, Zhangfei Gao wrote: > > Since phy is definitely used in usb controller, load the phy > > earlier to make boot time shorter. > > > > Signed-off-by: Zhangfei Gao > > --- > > drivers/usb/Makefile

Re: [PATCH v2 1/2] usb: phy: load usb phy earlier

2015-02-05 Thread Peter Chen
On Thu, Feb 05, 2015 at 09:24:02PM +0800, Zhangfei Gao wrote: > Since phy is definitely used in usb controller, load the phy > earlier to make boot time shorter. > > Signed-off-by: Zhangfei Gao > --- > drivers/usb/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a

[PATCH v2 1/2] usb: phy: load usb phy earlier

2015-02-05 Thread Zhangfei Gao
Since phy is definitely used in usb controller, load the phy earlier to make boot time shorter. Signed-off-by: Zhangfei Gao --- drivers/usb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile index 2f1e2aa..d8926c6 100644 --- a