devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V5 0/5] imx: add i.MX93 clk bindings and driver
@ 2022-02-25  1:42 Peng Fan (OSS)
  2022-02-25  1:42 ` [PATCH V5 1/5] dt-bindings: clock: Add imx93 clock support Peng Fan (OSS)
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Peng Fan (OSS) @ 2022-02-25  1:42 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>

V5:
 Add Rob's R-b/A-b tag
 Use FIELD_GET/PREP in patch 4/5 per Sascha's comments

V4:
 Add Abel's R-b and Krzysztof's A-b
 Address Krzysztof's comments
 Address Sascha's comments in patch 4/5
 Typo fix

V3:
 Drop an error included header file in 5/5

V2:
 Split yaml binding and clock header
 apply to Abel's tree

Add i.MX93 clk bindings and clk.

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

 .../bindings/clock/imx93-clock.yaml           |  62 ++++
 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             | 324 +++++++++++++++++
 drivers/clk/imx/clk-imx93.c                   | 338 ++++++++++++++++++
 drivers/clk/imx/clk.h                         |  30 ++
 include/dt-bindings/clock/imx93-clock.h       | 201 +++++++++++
 8 files changed, 1058 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


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

end of thread, other threads:[~2022-02-28  1:49 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-25  1:42 [PATCH V5 0/5] imx: add i.MX93 clk bindings and driver Peng Fan (OSS)
2022-02-25  1:42 ` [PATCH V5 1/5] dt-bindings: clock: Add imx93 clock support Peng Fan (OSS)
2022-02-25  1:54   ` Stephen Boyd
2022-02-25  1:42 ` [PATCH V5 2/5] dt-bindings: clock: add i.MX93 clock definition Peng Fan (OSS)
2022-02-25  1:54   ` Stephen Boyd
2022-02-25  1:42 ` [PATCH V5 3/5] clk: imx: add i.MX93 composite clk Peng Fan (OSS)
2022-02-25  1:55   ` Stephen Boyd
2022-02-25  1:42 ` [PATCH V5 4/5] clk: imx: support fracn gppll Peng Fan (OSS)
2022-02-25  1:55   ` Stephen Boyd
2022-02-25  7:36   ` Sascha Hauer
2022-02-25  1:42 ` [PATCH V5 5/5] clk: imx: add i.MX93 clk Peng Fan (OSS)
2022-02-25  1:58   ` Stephen Boyd
2022-02-28  1:49     ` Peng Fan

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