All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] clk: imx: scu and fracn pll update
@ 2024-10-18 10:00 Peng Fan (OSS)
  2024-10-18 10:00 ` [PATCH v2 1/4] clk: imx: lpcg-scu: SW workaround for errata (e10858) Peng Fan (OSS)
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Peng Fan (OSS) @ 2024-10-18 10:00 UTC (permalink / raw)
  To: Abel Vesa, Michael Turquette, Stephen Boyd, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	Aisheng Dong
  Cc: linux-clk, imx, linux-arm-kernel, linux-kernel, Peng Fan,
	Jacky Bai

Patch 1 is to resubmit [1] with comments addressed.
Patch 2 is for hdmi. Fix tag not needed.
Patch 3 and Patch 4 are for i.MX93 Fracn PLL fix.
In Patch 4:
fence_write is reusing the idea of fence_udelay in drivers/clk/tegra/clk.h

Detailed information is in commit log of each patch.

[1] https://lore.kernel.org/lkml/20240228082649.1633083-1-peng.fan@oss.nxp.com/

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
Changes in v2:
- Patch 1: use HZ_PER_MHZ, use unsigned long, add errata link
- Patch 4: Drop fence_write, just use readl
- Link to v1: https://lore.kernel.org/r/20241014-imx-clk-v1-v1-0-ee75876d3102@nxp.com

---
Peng Fan (4):
      clk: imx: lpcg-scu: SW workaround for errata (e10858)
      clk: imx: lpcg-scu: Skip HDMI LPCG clock save/restore
      clk: imx: fracn-gppll: correct PLL initialization flow
      clk: imx: fracn-gppll: fix pll power up

 drivers/clk/imx/clk-fracn-gppll.c | 10 +++++++---
 drivers/clk/imx/clk-lpcg-scu.c    | 41 +++++++++++++++++++++++++++++++++++----
 2 files changed, 44 insertions(+), 7 deletions(-)
---
base-commit: d61a00525464bfc5fe92c6ad713350988e492b88
change-id: 20241014-imx-clk-v1-24c26cfa1d79

Best regards,
-- 
Peng Fan <peng.fan@nxp.com>


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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-18 10:00 [PATCH v2 0/4] clk: imx: scu and fracn pll update Peng Fan (OSS)
2024-10-18 10:00 ` [PATCH v2 1/4] clk: imx: lpcg-scu: SW workaround for errata (e10858) Peng Fan (OSS)
2024-10-22 14:29   ` Abel Vesa
2024-10-23  3:15     ` Peng Fan
2024-10-22 18:09   ` kernel test robot
2024-10-18 10:00 ` [PATCH v2 2/4] clk: imx: lpcg-scu: Skip HDMI LPCG clock save/restore Peng Fan (OSS)
2024-10-18 10:00 ` [PATCH v2 3/4] clk: imx: fracn-gppll: correct PLL initialization flow Peng Fan (OSS)
2024-10-18 10:00 ` [PATCH v2 4/4] clk: imx: fracn-gppll: fix pll power up Peng Fan (OSS)

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.