Re: [PATCH 1/8] ARM: imx6q-clk: parent lvds_gate from lvds_sel

2014-04-02 Thread Shawn Guo
On Fri, Mar 28, 2014 at 05:52:52PM +0100, Lucas Stach wrote: > Allows fror proper refcounting of the parent clocks > when enabling the clock output on CLK1/2 pads. > > Signed-off-by: Lucas Stach Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the bod

RE: [PATCH 1/8] ARM: imx6q-clk: parent lvds_gate from lvds_sel

2014-04-02 Thread hong-xing....@freescale.com
rvey; ker...@pengutronix.de > Subject: [PATCH 1/8] ARM: imx6q-clk: parent lvds_gate from lvds_sel > > Allows fror proper refcounting of the parent clocks when enabling the clock > output on CLK1/2 pads. > > Signed-off-by: Lucas Stach Acked-by: Richard Zhu > --- > arch/arm

Re: [PATCH 1/8] ARM: imx6q-clk: parent lvds_gate from lvds_sel

2014-03-30 Thread Marek Vasut
On Friday, March 28, 2014 at 05:52:52 PM, Lucas Stach wrote: > Allows fror proper refcounting of the parent clocks > when enabling the clock output on CLK1/2 pads. > > Signed-off-by: Lucas Stach Looks OK: Reviewed-by: Marek Vasut Best regards, Marek Vasut -- To unsubscribe from this list: sen

[PATCH 1/8] ARM: imx6q-clk: parent lvds_gate from lvds_sel

2014-03-28 Thread Lucas Stach
Allows fror proper refcounting of the parent clocks when enabling the clock output on CLK1/2 pads. Signed-off-by: Lucas Stach --- arch/arm/mach-imx/clk-imx6q.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-imx/clk-imx6q.c b/arch/arm/mach-imx/clk-imx6q.c in