Re: [PATCH V2 0/9] clk: imx8m: switch to clk_hw based API

From: Shawn Guo
Date: Sun Dec 22 2019 - 22:51:52 EST


On Thu, Dec 12, 2019 at 02:58:38AM +0000, Peng Fan wrote:
> From: Peng Fan <peng.fan@xxxxxxx>
>
> This covers v1 https://patchwork.kernel.org/cover/11217881/ and
> v3 https://patchwork.kernel.org/cover/11251585/
>
> V2:
> Per Leonard's comments, use to_clk helpers
> Add Abel's R-b tag
> Rebased on Shawn's next branch
>
> This patchset is to convert i.MX8M clk driver to clk_hw based API,
> and add clk_hw helpers that will be used by i.MX8M clk driver.
>
> Peng Fan (9):
> 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: gate3: Switch to clk_hw based API
> clk: imx: Remove __init for imx_obtain_fixed_clk_hw() API
> clk: imx: imx8mn: Switch to clk_hw based API
> clk: imx: imx8mm: Switch to clk_hw based API
> clk: imx: imx8mq: Switch to clk_hw based API

Applied all, thanks.