All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] clk: imx: scu and fracn pll update
@ 2024-10-27 12:00 Peng Fan (OSS)
  2024-10-27 12:00 ` [PATCH v3 1/5] clk: imx: lpcg-scu: SW workaround for errata (e10858) Peng Fan (OSS)
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Peng Fan (OSS) @ 2024-10-27 12: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, Abel Vesa,
	Peng Fan, Jacky Bai, Carlos Song

Patch 1 is to resubmit [1] with comments addressed.
Patch 2 and Patch 3 are for i.MX93 Fracn PLL fix.
Patch 4 is for clk scu fix
Patch 5 is for hdmi. Fix tag not needed.

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 v3:
- Drop some comments in patch 1 per Abel
- Address build warning per kernel robot in patch 1
- Add a new patch, patch 4
- Link to v2: https://lore.kernel.org/r/20241018-imx-clk-v1-v2-0-92c0b66ca970@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

---
Dong Aisheng (1):
      clk: imx: clk-scu: fix clk enable state save and restore

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

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

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


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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-27 12:00 [PATCH v3 0/5] clk: imx: scu and fracn pll update Peng Fan (OSS)
2024-10-27 12:00 ` [PATCH v3 1/5] clk: imx: lpcg-scu: SW workaround for errata (e10858) Peng Fan (OSS)
2024-11-05  9:58   ` Abel Vesa
2024-10-27 12:00 ` [PATCH v3 2/5] clk: imx: fracn-gppll: correct PLL initialization flow Peng Fan (OSS)
2024-11-05  9:59   ` Abel Vesa
2024-10-27 12:00 ` [PATCH v3 3/5] clk: imx: fracn-gppll: fix pll power up Peng Fan (OSS)
2024-11-05 10:00   ` Abel Vesa
2024-10-27 12:00 ` [PATCH v3 4/5] clk: imx: clk-scu: fix clk enable state save and restore Peng Fan (OSS)
2024-10-27 12:00 ` [PATCH v3 5/5] clk: imx: lpcg-scu: Skip HDMI LPCG clock save/restore Peng Fan (OSS)
2024-11-05 10:21 ` [PATCH v3 0/5] clk: imx: scu and fracn pll update Abel Vesa

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.