linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/4] clk: imx: imx8m[x]: switch to clk_hw API
@ 2019-11-04  5:46 Peng Fan
  2019-11-04  5:46 ` [PATCH V2 1/4] clk: imx: Remove __init for imx_obtain_fixed_clk_hw() API Peng Fan
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Peng Fan @ 2019-11-04  5:46 UTC (permalink / raw)
  To: sboyd, shawnguo, s.hauer, festevam, Abel Vesa
  Cc: kernel, dl-linux-imx, Anson Huang, Jacky Bai, linux-clk,
	linux-arm-kernel, linux-kernel, Leonard Crestez, Peng Fan

From: Peng Fan <peng.fan@nxp.com>


V2:
 Add a new patch patch 1/4 to avoid build warning for arm64
 clk: imx: Remove __init for imx_obtain_fixed_clk_hw() API

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 (4):
  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

 drivers/clk/imx/clk-imx8mm.c | 550 +++++++++++++++++++++--------------------
 drivers/clk/imx/clk-imx8mn.c | 475 ++++++++++++++++++------------------
 drivers/clk/imx/clk-imx8mq.c | 569 ++++++++++++++++++++++---------------------
 drivers/clk/imx/clk.c        |   4 +-
 4 files changed, 819 insertions(+), 779 deletions(-)

-- 
2.16.4


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-11-19  1:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-04  5:46 [PATCH V2 0/4] clk: imx: imx8m[x]: switch to clk_hw API Peng Fan
2019-11-04  5:46 ` [PATCH V2 1/4] clk: imx: Remove __init for imx_obtain_fixed_clk_hw() API Peng Fan
2019-11-04  5:46 ` [PATCH V2 2/4] clk: imx: imx8mn: Switch to clk_hw based API Peng Fan
2019-11-18 13:06   ` Leonard Crestez
2019-11-19  1:06     ` Peng Fan
2019-11-04  5:46 ` [PATCH V2 3/4] clk: imx: imx8mm: " Peng Fan
2019-11-04  5:46 ` [PATCH V2 4/4] clk: imx: imx8mq: " Peng Fan
2019-11-05 11:35 ` [PATCH V2 0/4] clk: imx: imx8m[x]: switch to clk_hw API Abel Vesa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).