mbox series

[0/3] clk: imx: imx8m[x]: switch to clk_hw API

Message ID 1572835730-1625-1-git-send-email-peng.fan@nxp.com (mailing list archive)
Headers show
Series clk: imx: imx8m[x]: switch to clk_hw API | expand

Message

Peng Fan Nov. 4, 2019, 2:52 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

This patchset is to Switch i.MX8MN/M/Q clk driver to clk_hw
based API.

Based on imx/next branch, with [1][2] applied.

[1]  clk: imx: switch to clk_hw based API
     https://patchwork.kernel.org/cover/11217881/
[2]  clk: imx: imx8mq: fix sys3_pll_out_sels
     https://patchwork.kernel.org/patch/11214551/

Peng Fan (3):
  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

 drivers/clk/imx/clk-imx8mm.c | 550 +++++++++++++++++++++--------------------
 drivers/clk/imx/clk-imx8mn.c | 475 ++++++++++++++++++------------------
 drivers/clk/imx/clk-imx8mq.c | 569 ++++++++++++++++++++++---------------------
 3 files changed, 817 insertions(+), 777 deletions(-)

Comments

Peng Fan Nov. 4, 2019, 3:09 a.m. UTC | #1
> Subject: [PATCH 0/3] clk: imx: imx8m[x]: switch to clk_hw API

Please ignore this patchset, pushed button early.

Thanks,
Peng. 

> 
> From: Peng Fan <peng.fan@nxp.com>
> 
> This patchset is to Switch i.MX8MN/M/Q clk driver to clk_hw based API.
> 
> Based on imx/next branch, with [1][2] applied.
> 
> [1]  clk: imx: switch to clk_hw based API
>      https://patchwork.kernel.org/cover/11217881/
> [2]  clk: imx: imx8mq: fix sys3_pll_out_sels
>      https://patchwork.kernel.org/patch/11214551/
> 
> Peng Fan (3):
>   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
> 
>  drivers/clk/imx/clk-imx8mm.c | 550
> +++++++++++++++++++++--------------------
>  drivers/clk/imx/clk-imx8mn.c | 475 ++++++++++++++++++------------------
>  drivers/clk/imx/clk-imx8mq.c | 569
> ++++++++++++++++++++++---------------------
>  3 files changed, 817 insertions(+), 777 deletions(-)
> 
> --
> 2.16.4