Re: [PATCH 0/7] clk: imx: switch to clk_hw based API

From: Abel Vesa
Date: Wed Oct 30 2019 - 06:21:15 EST


On 19-10-29 13:40:49, Peng Fan wrote:
> From: Peng Fan <peng.fan@xxxxxxx>
>
> This is a preparation patch set to switch i.MX8MM/N/Q clk
> driver to clk_hw based API.
>
> There are some patches under reviewing for i.MX8M clk driver,
> to avoid conflicts, so not include i.MX8M clk_hw patches in this
> pach set.
>
> The patch set covers the APIs used by i.MX8M clk driver.
>

Thanks for working on this.

The entire series looks good.

Reviewed-by: Abel Vesa <abel.vesa@xxxxxxx>

> Peng Fan (7):
> clk: imx: clk-pll14xx: Switch to clk_hw based API
> clk: imx: clk-composite-8m: Switch to clk_hw based API
> clk: imx: add imx_unregister_hw_clocks
> clk: imx: add hw API imx_clk_hw_mux2_flags
> clk: imx: frac-pll: Switch to clk_hw based API
> clk: imx: sccg-pll: Switch to clk_hw based API
> clk: imx: gate3: Switch to clk_hw based API
>
> drivers/clk/imx/clk-composite-8m.c | 4 +--
> drivers/clk/imx/clk-frac-pll.c | 4 +--
> drivers/clk/imx/clk-pll14xx.c | 22 ++++++++-----
> drivers/clk/imx/clk-sccg-pll.c | 4 +--
> drivers/clk/imx/clk.c | 8 +++++
> drivers/clk/imx/clk.h | 67 ++++++++++++++++++++++++++++++--------
> 6 files changed, 80 insertions(+), 29 deletions(-)
>
> --
> 2.16.4
>