[PATCH v7 1/3] clk: nxp: clk-lpc32xx: rename clk_gate_is_enabled()
From: vz@mleia.com (Vladimir Zapolskiy)
Date: 2017-07-19 21:00:29
Also in:
linux-clk, linux-devicetree, lkml
From: vz@mleia.com (Vladimir Zapolskiy)
Date: 2017-07-19 21:00:29
Also in:
linux-clk, linux-devicetree, lkml
Hello Gabriel, On 07/19/2017 05:25 PM, gabriel.fernandez at st.com wrote:
From: Gabriel Fernandez <redacted> We need to export clk_gate_is_enabled() from clk framework, then to avoid compilation issue we have to rename clk_gate_is_enabled() in NXP LPC32xx clock driver. We changed all gate op with 'lpc32xx_' prefix: lpc32xx_clk_gate_enable(), lpc32xx_clk_gate_disable(), lpc32xx_clk_gate_is_enabled(). Signed-off-by: Gabriel Fernandez <redacted>
Acked-by: Vladimir Zapolskiy <vz@mleia.com> -- With best wishes, Vladimir