linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] support different numbers of clocks for svc i3c controller
@ 2025-04-21  6:15 carlos.song
  2025-04-21  6:15 ` [PATCH 1/3] dt-bindings: i3c: silvaco,i3c-master: add i.MX94 and i.MX95 I3C carlos.song
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: carlos.song @ 2025-04-21  6:15 UTC (permalink / raw)
  To: miquel.raynal, Frank.Li, alexandre.belloni, robh, krzk+dt,
	conor+dt, shawnguo, s.hauer, kernel, festevam, conor.culhane
  Cc: linux-i3c, imx, devicetree, linux-kernel, linux-arm-kernel

From: Carlos Song <carlos.song@nxp.com>

I.MX94 and I.MX95 I3C only need two clocks and Legacy I3C needs three clocks.
So add restrictions for clock and clock-names properties for different Socs.
In driver, use the clk_bulk API to handle clocks to support different numbers
of clocks more easily. Make the code cleaner and more flexible.

Carlos Song (3):
  dt-bindings: i3c: silvaco,i3c-master: add i.MX94 and i.MX95 I3C
  i3c: master: svc: switch to bulk clk API for flexible clock support
  arm64: dts: imx95: correct i3c node in imx95

 .../bindings/i3c/silvaco,i3c-master.yaml      | 45 +++++++++--
 arch/arm64/boot/dts/freescale/imx95.dtsi      | 12 ++-
 drivers/i3c/master/svc-i3c-master.c           | 74 +++++++------------
 3 files changed, 69 insertions(+), 62 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2025-04-21 10:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-21  6:15 [PATCH 0/3] support different numbers of clocks for svc i3c controller carlos.song
2025-04-21  6:15 ` [PATCH 1/3] dt-bindings: i3c: silvaco,i3c-master: add i.MX94 and i.MX95 I3C carlos.song
2025-04-21  7:22   ` Alexandre Belloni
2025-04-21 10:38     ` Carlos Song
2025-04-21  7:29   ` Rob Herring (Arm)
2025-04-21  6:15 ` [PATCH 2/3] i3c: master: svc: switch to bulk clk API for flexible clock support carlos.song
2025-04-21  8:20   ` kernel test robot
2025-04-21  6:15 ` [PATCH 3/3] arm64: dts: imx95: correct i3c node in imx95 carlos.song

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