linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/17] clk: imx: misc update/fix
@ 2024-05-10  9:18 Peng Fan (OSS)
  2024-05-10  9:18 ` [PATCH v2 01/17] clk: imx: composite-8m: Enable gate clk with mcore_booted Peng Fan (OSS)
                   ` (16 more replies)
  0 siblings, 17 replies; 29+ messages in thread
From: Peng Fan (OSS) @ 2024-05-10  9:18 UTC (permalink / raw)
  To: Abel Vesa, Michael Turquette, Stephen Boyd, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam, Jacky Bai,
	Ye Li, Dong Aisheng
  Cc: linux-clk, imx, linux-arm-kernel, linux-kernel, Abel Vesa,
	Peng Fan, Chancel Liu, Pengfei Li, Shengjiu Wang, Zhipeng Wang,
	Adrian Alonso, Ranjani Vaidyanathan, Oliver F. Brown,
	Robert Chiras

Upstream several patches landed in NXP downstream repo for some time.
- i.MX8M/93/7ULP composite clk update
- Fix Fracn-gppll MFN got lost
- PLL14xx update
- i.MX8MP DRAM CLK fix
- i.MX8MM/N misc update
- Init i.MX8QXP parent clk before child clk

Downstream tags are kept for the patches got R-b

Although there are a few fixes, non-urgent for 6.9.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
Changes in v2:
- Drop "clk: imx: pll14xx: potential integer overflow eliminated by
       casting to u64"
- Add Fixes tag  "clk: imx: imx8mp-audiomix: remove sdma root clock"
- Link to v1: https://lore.kernel.org/r/20240504-imx-clk-v1-0-f7915489d58d@nxp.com

---
Adrian Alonso (1):
      clk: imx: imx8mn: add sai7_ipg_clk clock settings

Jacky Bai (2):
      clk: imx: composite-93: keep root clock on when mcore enabled
      clk: imx: imx8mm: Change the 'nand_usdhc_bus' clock to non-critical one

Oliver F. Brown (1):
      clk: imx: imx8qxp: Add clock muxes for MIPI and PHY ref clocks

Peng Fan (8):
      clk: imx: composite-8m: Enable gate clk with mcore_booted
      clk: imx: imx8mp-audiomix: remove sdma root clock
      clk: imx: Remove CLK_SET_PARENT_GATE for DRAM mux for i.MX7D
      clk: imx: add CLK_SET_RATE_PARENT for lcdif_pixel_src for i.MX7D
      clk: imx: imx8qxp: Add LVDS bypass clocks
      clk: imx: imx8qxp: Register dc0_bypass0_clk before disp clk
      clk: imx: imx8qxp: Parent should be initialized earlier than the clock
      clk: imx: fracn-gppll: update rate table

Pengfei Li (1):
      clk: imx: fracn-gppll: fix fractional part of PLL getting lost

Shengjiu Wang (2):
      clk: imx: pll14xx: Add constraint for fvco frequency
      clk: imx: pll14xx: use rate_table for audio plls

Ye Li (1):
      clk: imx: composite-7ulp: Check the PCC present bit

Zhipeng Wang (1):
      clk: imx: imx8mp: fix clock tree update of TF-A managed clocks

 drivers/clk/imx/clk-composite-7ulp.c  |  5 ++++
 drivers/clk/imx/clk-composite-8m.c    | 53 +++++++++++++++++++++++++++--------
 drivers/clk/imx/clk-composite-93.c    | 15 +++++-----
 drivers/clk/imx/clk-fracn-gppll.c     |  6 ++++
 drivers/clk/imx/clk-imx7d.c           |  6 ++--
 drivers/clk/imx/clk-imx8mm.c          |  2 +-
 drivers/clk/imx/clk-imx8mn.c          |  1 +
 drivers/clk/imx/clk-imx8mp-audiomix.c |  1 -
 drivers/clk/imx/clk-imx8mp.c          |  4 +--
 drivers/clk/imx/clk-imx8qxp.c         | 51 +++++++++++++++++++++------------
 drivers/clk/imx/clk-pll14xx.c         | 19 ++++++++++++-
 11 files changed, 119 insertions(+), 44 deletions(-)
---
base-commit: 9221b2819b8a4196eecf5476d66201be60fbcf29
change-id: 20240503-imx-clk-a45b6ce7c15a

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2024-05-13 12:42 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-10  9:18 [PATCH v2 00/17] clk: imx: misc update/fix Peng Fan (OSS)
2024-05-10  9:18 ` [PATCH v2 01/17] clk: imx: composite-8m: Enable gate clk with mcore_booted Peng Fan (OSS)
2024-05-13  6:39   ` Sascha Hauer
2024-05-13  8:31     ` Peng Fan
2024-05-10  9:18 ` [PATCH v2 02/17] clk: imx: composite-93: keep root clock on when mcore enabled Peng Fan (OSS)
2024-05-10  9:18 ` [PATCH v2 03/17] clk: imx: composite-7ulp: Check the PCC present bit Peng Fan (OSS)
2024-05-13  6:54   ` Sascha Hauer
2024-05-10  9:18 ` [PATCH v2 04/17] clk: imx: fracn-gppll: fix fractional part of PLL getting lost Peng Fan (OSS)
2024-05-10  9:19 ` [PATCH v2 05/17] clk: imx: pll14xx: Add constraint for fvco frequency Peng Fan (OSS)
2024-05-13 12:13   ` Rasmus Villemoes
2024-05-13 12:39     ` Peng Fan
2024-05-13 12:28   ` Rasmus Villemoes
2024-05-13 12:42     ` Peng Fan
2024-05-13 12:40   ` Adam Ford
2024-05-10  9:19 ` [PATCH v2 06/17] clk: imx: pll14xx: use rate_table for audio plls Peng Fan (OSS)
2024-05-13 11:49   ` Rasmus Villemoes
2024-05-13 11:56     ` Peng Fan
2024-05-10  9:19 ` [PATCH v2 07/17] clk: imx: imx8mp-audiomix: remove sdma root clock Peng Fan (OSS)
2024-05-10  9:19 ` [PATCH v2 08/17] clk: imx: imx8mp: fix clock tree update of TF-A managed clocks Peng Fan (OSS)
2024-05-13 12:26   ` Ahmad Fatoum
2024-05-10  9:19 ` [PATCH v2 09/17] clk: imx: Remove CLK_SET_PARENT_GATE for DRAM mux for i.MX7D Peng Fan (OSS)
2024-05-10  9:19 ` [PATCH v2 10/17] clk: imx: add CLK_SET_RATE_PARENT for lcdif_pixel_src " Peng Fan (OSS)
2024-05-10  9:19 ` [PATCH v2 11/17] clk: imx: imx8mn: add sai7_ipg_clk clock settings Peng Fan (OSS)
2024-05-10  9:19 ` [PATCH v2 12/17] clk: imx: imx8mm: Change the 'nand_usdhc_bus' clock to non-critical one Peng Fan (OSS)
2024-05-10  9:19 ` [PATCH v2 13/17] clk: imx: imx8qxp: Add LVDS bypass clocks Peng Fan (OSS)
2024-05-10  9:19 ` [PATCH v2 14/17] clk: imx: imx8qxp: Add clock muxes for MIPI and PHY ref clocks Peng Fan (OSS)
2024-05-10  9:19 ` [PATCH v2 15/17] clk: imx: imx8qxp: Register dc0_bypass0_clk before disp clk Peng Fan (OSS)
2024-05-10  9:19 ` [PATCH v2 16/17] clk: imx: imx8qxp: Parent should be initialized earlier than the clock Peng Fan (OSS)
2024-05-10  9:19 ` [PATCH v2 17/17] clk: imx: fracn-gppll: update rate table Peng Fan (OSS)

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