mbox series

[0/8] imx: clk: Rework all the wrappers

Message ID 1631521490-17171-1-git-send-email-abel.vesa@nxp.com (mailing list archive)
Headers show
Series imx: clk: Rework all the wrappers | expand

Message

Abel Vesa Sept. 13, 2021, 8:24 a.m. UTC
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(-)

Comments

Abel Vesa Sept. 15, 2021, 9:57 a.m. UTC | #1
On 21-09-13 11:24:42, Abel Vesa wrote:
> Remove the unused wrapper and rework the rest in order to prepare
> for removing the non clk_hw based ones.
> 

Applied the entire patchset with Stephen's R-b tags.

> 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
>