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

From: Peng Fan
Date: Tue Oct 29 2019 - 09:40:55 EST


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.

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