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

2017-08-31 Thread Stephen Boyd
On 08/21, 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

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

2017-08-31 Thread Stephen Boyd
On 08/21, 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. > > Signed-off-by:

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

2017-08-21 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

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

2017-08-21 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 Suggested-by: Stephen Boyd ---