All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add iMX91 clock driver support
@ 2024-10-11  4:57 Pengfei Li
  2024-10-11  4:57 ` [PATCH v3 1/3] dt-bindings: clock: Add i.MX91 clock support Pengfei Li
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Pengfei Li @ 2024-10-11  4:57 UTC (permalink / raw)
  To: krzk+dt, robh, abelvesa, mturquette, sboyd, conor+dt, shawnguo,
	s.hauer, ping.bai, ye.li, peng.fan, aisheng.dong, frank.li
  Cc: kernel, festevam, linux-clk, imx, devicetree, linux-arm-kernel,
	linux-kernel

This patch set is to add some new clocks to binding header and driver.

'IMX93_CLK_END' macro was previously defined in imx93-clock.h to
indicate the number of clocks, but it is not part of the ABI, which
contradicts this define when adding new clocks, so it should be
moved to clk driver.

---
Change for v3:
- Add some new clocks to the bindings header.
- Move _CLK_END macro to the clock driver.
- Add iMX91 clock driver
- link to v2: https://lore.kernel.org/all/a07828a4-8040-42cb-8c62-8939cac4d9de@kernel.org/

Pengfei Li (3):
  dt-bindings: clock: Add i.MX91 clock support
  dt-bindings: clock: Add i.MX91 clock definition
  clk: imx: add i.MX91 clk

 .../bindings/clock/imx93-clock.yaml           |  1 +
 drivers/clk/imx/clk-imx93.c                   | 63 ++++++++++++-------
 include/dt-bindings/clock/imx93-clock.h       |  6 +-
 3 files changed, 46 insertions(+), 24 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-10-11 15:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-11  4:57 [PATCH v3 0/3] Add iMX91 clock driver support Pengfei Li
2024-10-11  4:57 ` [PATCH v3 1/3] dt-bindings: clock: Add i.MX91 clock support Pengfei Li
2024-10-11 14:39   ` Krzysztof Kozlowski
2024-10-11 15:10   ` Rob Herring (Arm)
2024-10-11  4:57 ` [PATCH v3 2/3] dt-bindings: clock: Add i.MX91 clock definition Pengfei Li
2024-10-11 14:40   ` Krzysztof Kozlowski
2024-10-11 15:14     ` Rob Herring
2024-10-11 15:13   ` Rob Herring
2024-10-11  4:57 ` [PATCH v3 3/3] clk: imx: add i.MX91 clk Pengfei Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.