RE: [PATCH 1/2 v2] usb: otg: OMAP4430: Fixing the omap4430_phy_init function

2011-03-31 Thread Hema Kalliguddi
Hi, >-Original Message- >From: Tony Lindgren [mailto:t...@atomide.com] >Sent: Thursday, March 31, 2011 12:17 AM >To: Hema Kalliguddi >Cc: linux-...@vger.kernel.org; linux-omap@vger.kernel.org; Felipe Balbi >Subject: Re: [PATCH 1/2 v2] usb: otg: OMAP4430: Fixing the

Re: [PATCH 1/2 v2] usb: otg: OMAP4430: Fixing the omap4430_phy_init function

2011-03-30 Thread Tony Lindgren
* Hema Kalliguddi [110328 23:11]: > Hi, > > >-Original Message- > >From: Tony Lindgren [mailto:t...@atomide.com] > >Sent: Tuesday, March 29, 2011 2:50 AM > >To: Hema HK > >Cc: linux-...@vger.kernel.org; linux-omap@vger.kernel.org > >Subject: Re:

RE: [PATCH 1/2 v2] usb: otg: OMAP4430: Fixing the omap4430_phy_init function

2011-03-28 Thread Hema Kalliguddi
Hi, >-Original Message- >From: Tony Lindgren [mailto:t...@atomide.com] >Sent: Tuesday, March 29, 2011 2:50 AM >To: Hema HK >Cc: linux-...@vger.kernel.org; linux-omap@vger.kernel.org >Subject: Re: [PATCH 1/2 v2] usb: otg: OMAP4430: Fixing the >omap4430_phy_init

Re: [PATCH 1/2 v2] usb: otg: OMAP4430: Fixing the omap4430_phy_init function

2011-03-28 Thread Tony Lindgren
* Hema HK [110324 04:36]: > omap4430_phy_init() function can be called with no device pointer, > to powerdown the PHY during board init when USB is disabled. > Fix the function accordingly. This should no longer be needed after merge commit 0df0914d414a504b975f3cc66ace0c16ef55b7f3. Tony -- To un

[PATCH 1/2 v2] usb: otg: OMAP4430: Fixing the omap4430_phy_init function

2011-03-24 Thread Hema HK
omap4430_phy_init() function can be called with no device pointer, to powerdown the PHY during board init when USB is disabled. Fix the function accordingly. Signed-off-by: Hema HK --- arch/arm/mach-omap2/omap_phy_internal.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff