linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/9] clk: imx8m: switch to clk_hw based API
@ 2019-12-12  2:58 Peng Fan
  2019-12-12  2:58 ` [PATCH V2 1/9] clk: imx: clk-pll14xx: Switch " Peng Fan
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Peng Fan @ 2019-12-12  2:58 UTC (permalink / raw)
  To: sboyd, shawnguo, s.hauer, festevam, Abel Vesa, Leonard Crestez
  Cc: kernel, dl-linux-imx, Aisheng Dong, linux-clk, linux-arm-kernel,
	linux-kernel, Anson Huang, Jacky Bai, Peng Fan

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

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

 drivers/clk/imx/clk-composite-8m.c |   4 +-
 drivers/clk/imx/clk-imx8mm.c       | 555 +++++++++++++++++------------------
 drivers/clk/imx/clk-imx8mn.c       | 489 ++++++++++++++++---------------
 drivers/clk/imx/clk-imx8mq.c       | 573 +++++++++++++++++++------------------
 drivers/clk/imx/clk-pll14xx.c      |  22 +-
 drivers/clk/imx/clk.c              |  12 +-
 drivers/clk/imx/clk.h              |  52 +++-
 7 files changed, 896 insertions(+), 811 deletions(-)

-- 
2.16.4


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

end of thread, other threads:[~2019-12-23  3:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-12  2:58 [PATCH V2 0/9] clk: imx8m: switch to clk_hw based API Peng Fan
2019-12-12  2:58 ` [PATCH V2 1/9] clk: imx: clk-pll14xx: Switch " Peng Fan
2019-12-12  2:58 ` [PATCH V2 2/9] clk: imx: clk-composite-8m: " Peng Fan
2019-12-12  2:58 ` [PATCH V2 3/9] clk: imx: add imx_unregister_hw_clocks Peng Fan
2019-12-12  2:59 ` [PATCH V2 4/9] clk: imx: add hw API imx_clk_hw_mux2_flags Peng Fan
2019-12-12  2:59 ` [PATCH V2 5/9] clk: imx: gate3: Switch to clk_hw based API Peng Fan
2019-12-12  2:59 ` [PATCH V2 6/9] clk: imx: Remove __init for imx_obtain_fixed_clk_hw() API Peng Fan
2019-12-12  2:59 ` [PATCH V2 7/9] clk: imx: imx8mn: Switch to clk_hw based API Peng Fan
2019-12-12  2:59 ` [PATCH V2 8/9] clk: imx: imx8mm: " Peng Fan
2019-12-12  2:59 ` [PATCH V2 9/9] clk: imx: imx8mq: " Peng Fan
2019-12-23  3:51 ` [PATCH V2 0/9] clk: imx8m: switch " Shawn Guo

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).