Re: [PATCH v7 2/3] clk: gate: expose clk_gate_ops::is_enabled

2017-07-19 Thread Vladimir Zapolskiy
On 07/19/2017 05:25 PM, gabriel.fernan...@st.com wrote: > From: Gabriel Fernandez > > This patch exposes clk_gate_ops::is_enabled as functions > that can be directly called and assigned in places like this so > we don't need wrapper functions that do nothing besides

Re: [PATCH v7 2/3] clk: gate: expose clk_gate_ops::is_enabled

2017-07-19 Thread Vladimir Zapolskiy
On 07/19/2017 05:25 PM, gabriel.fernan...@st.com wrote: > From: Gabriel Fernandez > > This patch exposes clk_gate_ops::is_enabled as functions > that can be directly called and assigned in places like this so > we don't need wrapper functions that do nothing besides forward > the call. > >

[PATCH v7 2/3] clk: gate: expose clk_gate_ops::is_enabled

2017-07-19 Thread gabriel.fernandez
From: Gabriel Fernandez This patch exposes clk_gate_ops::is_enabled as functions that can be directly called and assigned in places like this so we don't need wrapper functions that do nothing besides forward the call. Signed-off-by: Gabriel Fernandez

[PATCH v7 2/3] clk: gate: expose clk_gate_ops::is_enabled

2017-07-19 Thread gabriel.fernandez
From: Gabriel Fernandez This patch exposes clk_gate_ops::is_enabled as functions that can be directly called and assigned in places like this so we don't need wrapper functions that do nothing besides forward the call. Signed-off-by: Gabriel Fernandez Sugested by Stephen Boyd ---