* [GIT PULL] clk: imx: Updates for v6.11
@ 2024-07-01 18:18 Abel Vesa
2024-07-01 20:29 ` Stephen Boyd
0 siblings, 1 reply; 2+ messages in thread
From: Abel Vesa @ 2024-07-01 18:18 UTC (permalink / raw)
To: Mike Turquette, Stephen Boyd
Cc: imx, NXP Linux Team, linux-clk, Linux Kernel Mailing List
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git/ tags/clk-imx-6.11
for you to fetch changes up to 466da3d2d967ee87d82060df2bc9c6ad4fc4af49:
clk: imx: composite-7ulp: Use NULL instead of 0 (2024-06-24 14:22:08 +0300)
----------------------------------------------------------------
i.MX clocks changes for 6.11
- Add reset controller support to audiomix block control
- Add CLK_SET_RATE_PARENT flag to all audiomix clocks and to
i.MX7D lcdif_pixel_src clock
- Fix parent clocks for earc_phy and audpll on i.MX8MP
- Fix default parents for enet[12]_ref_sel on i.MX6UL
- Add ops in composite 8M and 93 that allow no-op on disable
- Add check for PCC present bit on composite 7ULP register
- Fix fractional part for fracn-gppll on prepare
- Fix clock tree update for TF-A managed clocks on i.MX8M
- Drop CLK_SET_PARENT_GATE for DRAM mux on i.MX7D
- Add the SAI7 IPG clock for i.MX8MN
- Mark the 'nand_usdhc_bus' clock as non-critical on i.MX8MM
- Add LVDS bypass clocks on i.MX8QXP
- Add muxes for MIPI and PHY ref clocks
- Reorder dc0_bypass0_clk, lcd_pxl and dc1_disp clocks on i.MX8QXP
- Add 1039.5MHz and 800MHz rates to fracn-gppll table
- Add CLK_SET_RATE_PARENT for media_disp pixel clocks on i.MX8QXP
- Add some module descriptions to the i.MX generic and the
i.MXRT1050 driver.
- Fix return value for bypass for composite 7ULP
----------------------------------------------------------------
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
Jeff Johnson (1):
clk: imx: add missing MODULE_DESCRIPTION() macros
Marek Vasut (1):
clk: imx: clk-imx8mp: Allow media_disp pixel clock reconfigure parent rate
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: 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
clk: imx: composite-7ulp: Use NULL instead of 0
Pengfei Li (1):
clk: imx: fracn-gppll: fix fractional part of PLL getting lost
Sebastien Laveze (1):
clk: imx: imx6ul: fix default parent for enet*_ref_sel
Shengjiu Wang (4):
dt-bindings: clock: imx8mp: Add #reset-cells property
clk: imx: clk-audiomix: Add reset controller
clk: imx: clk-audiomix: Add CLK_SET_RATE_PARENT flags for clocks
clk: imx: clk-audiomix: Correct parent clock for earc_phy and audpll
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
.../devicetree/bindings/clock/imx8mp-audiomix.yaml | 3 +
drivers/clk/imx/Kconfig | 1 +
drivers/clk/imx/clk-composite-7ulp.c | 7 ++
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-imx6ul.c | 4 +-
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 | 86 ++++++++++++++++++++--
drivers/clk/imx/clk-imx8mp.c | 8 +-
drivers/clk/imx/clk-imx8qxp.c | 51 ++++++++-----
drivers/clk/imx/clk-imxrt1050.c | 1 +
drivers/clk/imx/clk.c | 1 +
drivers/clk/imx/clk.h | 4 +
16 files changed, 197 insertions(+), 52 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] clk: imx: Updates for v6.11
2024-07-01 18:18 [GIT PULL] clk: imx: Updates for v6.11 Abel Vesa
@ 2024-07-01 20:29 ` Stephen Boyd
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2024-07-01 20:29 UTC (permalink / raw)
To: Abel Vesa, Mike Turquette
Cc: imx, NXP Linux Team, linux-clk, Linux Kernel Mailing List
Quoting Abel Vesa (2024-07-01 11:18:25)
> The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
>
> Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git/ tags/clk-imx-6.11
>
> for you to fetch changes up to 466da3d2d967ee87d82060df2bc9c6ad4fc4af49:
>
> clk: imx: composite-7ulp: Use NULL instead of 0 (2024-06-24 14:22:08 +0300)
>
> ----------------------------------------------------------------
Thanks. Pulled into clk-next
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-01 20:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-01 18:18 [GIT PULL] clk: imx: Updates for v6.11 Abel Vesa
2024-07-01 20:29 ` Stephen Boyd
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).