linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] imx: add i.MX93 clk bindings and driver
@ 2022-02-15  8:18 Peng Fan (OSS)
  2022-02-15  8:18 ` [PATCH 1/4] dt-bindings: clock: Add imx93 clock support Peng Fan (OSS)
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Peng Fan (OSS) @ 2022-02-15  8:18 UTC (permalink / raw)
  To: sboyd, robh+dt, shawnguo, s.hauer, abel.vesa
  Cc: kernel, festevam, linux-imx, linux-clk, devicetree,
	linux-arm-kernel, linux-kernel, Peng Fan

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

Add i.MX93 clk bindings and clk driver

Peng Fan (4):
  dt-bindings: clock: Add imx93 clock support
  clk: imx: add i.MX93 composite clk
  clk: imx: support fracn gppll
  clk: imx: add i.MX93 clk

 .../bindings/clock/imx93-clock.yaml           |  63 ++++
 drivers/clk/imx/Kconfig                       |   6 +
 drivers/clk/imx/Makefile                      |   4 +
 drivers/clk/imx/clk-composite-93.c            |  93 +++++
 drivers/clk/imx/clk-fracn-gppll.c             | 327 +++++++++++++++++
 drivers/clk/imx/clk-imx93.c                   | 338 ++++++++++++++++++
 drivers/clk/imx/clk.h                         |  30 ++
 include/dt-bindings/clock/imx93-clock.h       | 200 +++++++++++
 8 files changed, 1061 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/imx93-clock.yaml
 create mode 100644 drivers/clk/imx/clk-composite-93.c
 create mode 100644 drivers/clk/imx/clk-fracn-gppll.c
 create mode 100644 drivers/clk/imx/clk-imx93.c
 create mode 100644 include/dt-bindings/clock/imx93-clock.h

-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-02-21 13:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-15  8:18 [PATCH 0/4] imx: add i.MX93 clk bindings and driver Peng Fan (OSS)
2022-02-15  8:18 ` [PATCH 1/4] dt-bindings: clock: Add imx93 clock support Peng Fan (OSS)
2022-02-21 11:55   ` Abel Vesa
2022-02-15  8:18 ` [PATCH 2/4] clk: imx: add i.MX93 composite clk Peng Fan (OSS)
2022-02-21 12:09   ` Abel Vesa
2022-02-15  8:18 ` [PATCH 3/4] clk: imx: support fracn gppll Peng Fan (OSS)
2022-02-15 11:44   ` kernel test robot
2022-02-15 14:07   ` kernel test robot
2022-02-15  8:18 ` [PATCH 4/4] clk: imx: add i.MX93 clk Peng Fan (OSS)
2022-02-21 12:45   ` 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).