Re: [PATCH RESEND] usb: otg: OMAP4: Fix the omap4430_phy_set_clk function

2012-07-23 Thread Felipe Balbi
Hi, On Thu, Jul 05, 2012 at 08:16:54PM +0300, Ruslan Bilovol wrote: Hi, On Tue, Jul 3, 2012 at 7:13 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Mon, Jul 02, 2012 at 08:10:49PM +0300, Ruslan Bilovol wrote: Hi, On Mon, Jul 2, 2012 at 11:13 AM, Felipe Balbi ba...@ti.com

Re: [PATCH RESEND] usb: otg: OMAP4: Fix the omap4430_phy_set_clk function

2012-07-05 Thread Ruslan Bilovol
Hi, On Tue, Jul 3, 2012 at 7:13 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Mon, Jul 02, 2012 at 08:10:49PM +0300, Ruslan Bilovol wrote: Hi, On Mon, Jul 2, 2012 at 11:13 AM, Felipe Balbi ba...@ti.com wrote: Hi, On Tue, Jun 12, 2012 at 08:36:21PM +0300, Ruslan Bilovol

Re: [PATCH RESEND] usb: otg: OMAP4: Fix the omap4430_phy_set_clk function

2012-07-03 Thread Felipe Balbi
Hi, On Mon, Jul 02, 2012 at 08:10:49PM +0300, Ruslan Bilovol wrote: Hi, On Mon, Jul 2, 2012 at 11:13 AM, Felipe Balbi ba...@ti.com wrote: Hi, On Tue, Jun 12, 2012 at 08:36:21PM +0300, Ruslan Bilovol wrote: If the clocks are enabled and we want to enable them again

Re: [PATCH RESEND] usb: otg: OMAP4: Fix the omap4430_phy_set_clk function

2012-07-02 Thread Ruslan Bilovol
Hi, On Mon, Jul 2, 2012 at 11:13 AM, Felipe Balbi ba...@ti.com wrote: Hi, On Tue, Jun 12, 2012 at 08:36:21PM +0300, Ruslan Bilovol wrote: If the clocks are enabled and we want to enable them again omap4430_phy_set_clk disables them. Fix this - so now if we try to enable already

Re: [PATCH RESEND] usb: otg: OMAP4: Fix the omap4430_phy_set_clk function

2012-07-02 Thread Tony Lindgren
* Ruslan Bilovol ruslan.bilo...@ti.com [120629 14:55]: On Wed, Jun 20, 2012 at 4:31 PM, Tony Lindgren t...@atomide.com wrote: * Ruslan Bilovol ruslan.bilo...@ti.com [120612 10:42]: If the clocks are enabled and we want to enable them again omap4430_phy_set_clk disables them. Fix

Re: [PATCH RESEND] usb: otg: OMAP4: Fix the omap4430_phy_set_clk function

2012-07-02 Thread Felipe Balbi
Hi, On Tue, Jun 12, 2012 at 08:36:21PM +0300, Ruslan Bilovol wrote: If the clocks are enabled and we want to enable them again omap4430_phy_set_clk disables them. Fix this - so now if we try to enable already enabled clocks it works correctly. Signed-off-by: Ruslan Bilovol

Re: [PATCH RESEND] usb: otg: OMAP4: Fix the omap4430_phy_set_clk function

2012-06-29 Thread Ruslan Bilovol
On Wed, Jun 20, 2012 at 4:31 PM, Tony Lindgren t...@atomide.com wrote: * Ruslan Bilovol ruslan.bilo...@ti.com [120612 10:42]: If the clocks are enabled and we want to enable them again omap4430_phy_set_clk disables them. Fix this - so now if we try to enable already enabled clocks it

Re: [PATCH RESEND] usb: otg: OMAP4: Fix the omap4430_phy_set_clk function

2012-06-20 Thread Tony Lindgren
* Ruslan Bilovol ruslan.bilo...@ti.com [120612 10:42]: If the clocks are enabled and we want to enable them again omap4430_phy_set_clk disables them. Fix this - so now if we try to enable already enabled clocks it works correctly. Sounds like Felipe is on vacation. Trying to figure out if

[PATCH RESEND] usb: otg: OMAP4: Fix the omap4430_phy_set_clk function

2012-06-12 Thread Ruslan Bilovol
If the clocks are enabled and we want to enable them again omap4430_phy_set_clk disables them. Fix this - so now if we try to enable already enabled clocks it works correctly. Signed-off-by: Ruslan Bilovol ruslan.bilo...@ti.com --- arch/arm/mach-omap2/omap_phy_internal.c |2 +- 1 files