All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] imx: clk: Rework all the wrappers
@ 2021-09-13  8:24 ` Abel Vesa
  0 siblings, 0 replies; 36+ messages in thread
From: Abel Vesa @ 2021-09-13  8:24 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: NXP Linux Team, linux-clk, Linux Kernel Mailing List,
	linux-arm-kernel, Abel Vesa

Remove the unused wrapper and rework the rest in order to prepare
for removing the non clk_hw based ones.

Abel Vesa (8):
  clk: imx: Remove unused helpers
  clk: imx: Make mux/mux2 clk based helpers use clk_hw based ones
  clk: imx: Rework all clk_hw_register_gate wrappers
  clk: imx: Rework all clk_hw_register_gate2 wrappers
  clk: imx: Rework all clk_hw_register_mux wrappers
  clk: imx: Rework all clk_hw_register_divider wrappers
  clk: imx: Rework all imx_clk_hw_composite wrappers
  clk: imx: Rework imx_clk_hw_pll14xx wrapper

 drivers/clk/imx/clk-composite-8m.c |   4 +-
 drivers/clk/imx/clk.h              | 431 ++++++++---------------------
 2 files changed, 122 insertions(+), 313 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2021-09-15 10:00 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-13  8:24 [PATCH 0/8] imx: clk: Rework all the wrappers Abel Vesa
2021-09-13  8:24 ` Abel Vesa
2021-09-13  8:24 ` [PATCH 1/8] clk: imx: Remove unused helpers Abel Vesa
2021-09-13  8:24   ` Abel Vesa
2021-09-15  1:02   ` Stephen Boyd
2021-09-15  1:02     ` Stephen Boyd
2021-09-13  8:24 ` [PATCH 2/8] clk: imx: Make mux/mux2 clk based helpers use clk_hw based ones Abel Vesa
2021-09-13  8:24   ` Abel Vesa
2021-09-15  1:02   ` Stephen Boyd
2021-09-15  1:02     ` Stephen Boyd
2021-09-13  8:24 ` [PATCH 3/8] clk: imx: Rework all clk_hw_register_gate wrappers Abel Vesa
2021-09-13  8:24   ` Abel Vesa
2021-09-15  1:02   ` Stephen Boyd
2021-09-15  1:02     ` Stephen Boyd
2021-09-13  8:24 ` [PATCH 4/8] clk: imx: Rework all clk_hw_register_gate2 wrappers Abel Vesa
2021-09-13  8:24   ` Abel Vesa
2021-09-15  1:02   ` Stephen Boyd
2021-09-15  1:02     ` Stephen Boyd
2021-09-13  8:24 ` [PATCH 5/8] clk: imx: Rework all clk_hw_register_mux wrappers Abel Vesa
2021-09-13  8:24   ` Abel Vesa
2021-09-15  1:02   ` Stephen Boyd
2021-09-15  1:02     ` Stephen Boyd
2021-09-13  8:24 ` [PATCH 6/8] clk: imx: Rework all clk_hw_register_divider wrappers Abel Vesa
2021-09-13  8:24   ` Abel Vesa
2021-09-15  1:02   ` Stephen Boyd
2021-09-15  1:02     ` Stephen Boyd
2021-09-13  8:24 ` [PATCH 7/8] clk: imx: Rework all imx_clk_hw_composite wrappers Abel Vesa
2021-09-13  8:24   ` Abel Vesa
2021-09-15  1:02   ` Stephen Boyd
2021-09-15  1:02     ` Stephen Boyd
2021-09-13  8:24 ` [PATCH 8/8] clk: imx: Rework imx_clk_hw_pll14xx wrapper Abel Vesa
2021-09-13  8:24   ` Abel Vesa
2021-09-15  1:02   ` Stephen Boyd
2021-09-15  1:02     ` Stephen Boyd
2021-09-15  9:57 ` [PATCH 0/8] imx: clk: Rework all the wrappers Abel Vesa
2021-09-15  9:57   ` Abel Vesa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.