From: Abel Vesa <abel.vesa@linaro.org>
To: Mike Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>
Cc: imx@lists.linux.dev, NXP Linux Team <linux-imx@nxp.com>,
linux-clk@vger.kernel.org,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] clk: imx: Updates for v6.11
Date: Mon, 1 Jul 2024 21:18:25 +0300 [thread overview]
Message-ID: <20240701181825.916610-1-abel.vesa@linaro.org> (raw)
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(-)
next reply other threads:[~2024-07-01 18:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-01 18:18 Abel Vesa [this message]
2024-07-01 20:29 ` [GIT PULL] clk: imx: Updates for v6.11 Stephen Boyd
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240701181825.916610-1-abel.vesa@linaro.org \
--to=abel.vesa@linaro.org \
--cc=imx@lists.linux.dev \
--cc=linux-clk@vger.kernel.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=sboyd@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox