OSDN Git Service

clk: nxp: clk-lpc32xx: rename clk_gate_is_enabled()
authorGabriel Fernandez <gabriel.fernandez@st.com>
Mon, 21 Aug 2017 11:59:00 +0000 (13:59 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Fri, 1 Sep 2017 01:35:44 +0000 (18:35 -0700)
commit42d3c5f634de895cf01f066a1ea67140d653c36e
tree66f0fa69c493b86daf320b8260236475004057e9
parent736de651a83640c3a7597926625e48c882df8efa
clk: nxp: clk-lpc32xx: rename clk_gate_is_enabled()

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 <gabriel.fernandez@st.com>
Acked-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/nxp/clk-lpc32xx.c