Re: [PATCH] phy: omap-usb2: Fix missing clk_prepare call when using old dt name

2015-03-17 Thread Roger Quadros
+stable, v3.16+ On 11/03/15 03:41, Axel Lin wrote: > Current code does not call clk_prepare(phy->optclk) when using the old > usb_otg_ss_refclk960m name. Fix it. > > Signed-off-by: Axel Lin Acked-by: Roger Quadros cheers, -roger > --- > drivers/phy/phy-omap-usb2.c | 5 +++-- > 1 file

Re: [PATCH] phy: omap-usb2: Fix missing clk_prepare call when using old dt name

2015-03-17 Thread Roger Quadros
+stable, v3.16+ On 11/03/15 03:41, Axel Lin wrote: Current code does not call clk_prepare(phy-optclk) when using the old usb_otg_ss_refclk960m name. Fix it. Signed-off-by: Axel Lin axel@ingics.com Acked-by: Roger Quadros rog...@ti.com cheers, -roger --- drivers/phy/phy-omap-usb2.c

[PATCH] phy: omap-usb2: Fix missing clk_prepare call when using old dt name

2015-03-10 Thread Axel Lin
Current code does not call clk_prepare(phy->optclk) when using the old usb_otg_ss_refclk960m name. Fix it. Signed-off-by: Axel Lin --- drivers/phy/phy-omap-usb2.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/phy/phy-omap-usb2.c b/drivers/phy/phy-omap-usb2.c

[PATCH] phy: omap-usb2: Fix missing clk_prepare call when using old dt name

2015-03-10 Thread Axel Lin
Current code does not call clk_prepare(phy-optclk) when using the old usb_otg_ss_refclk960m name. Fix it. Signed-off-by: Axel Lin axel@ingics.com --- drivers/phy/phy-omap-usb2.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/phy/phy-omap-usb2.c