[PATCH v3 0/5] clk: imx: scu and fracn pll update

From: Peng Fan (OSS)
Date: Sun Oct 27 2024 - 07:50:12 EST


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@xxxxxxxxxxx/

Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
---
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@xxxxxxx

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@xxxxxxx

---
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@xxxxxxx>