All of lore.kernel.org
 help / color / mirror / Atom feed
From: Abel Vesa <abel.vesa@nxp.com>
To: Mike Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>
Cc: 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 v5.19
Date: Tue, 17 May 2022 11:57:20 +0300	[thread overview]
Message-ID: <20220517085720.375941-1-abel.vesa@nxp.com> (raw)

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git/ tags/clk-imx-5.19

for you to fetch changes up to cf7f3f4fa9e57b8e9f594823e77e6cbb0ce2b254:

  clk: imx8mp: fix usb_root_clk parent (2022-05-17 11:42:07 +0300)

----------------------------------------------------------------
i.MX clock changes for 5.19

- Add 27 MHz phy PLL ref clock
- Add mcore_booted module parameter to tell kernel M core has already
  booted
- Remove snvs clock
- Add bindings for i.MX8MN GPT
- Add check for kcalloc
- Fix for a potential memory leak in __imx_clk_gpr_sync
- Add DISP2 pixel clock for i.MX8MP
- Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usage
- Add clkout1/2 for i.MX8MP
- Fix parent clock of ubs_root_clk for i.MX8MP

----------------------------------------------------------------
Alvin Šipraga (2):
      dt-bindings: imx: add clock bindings for i.MX8MN GPT
      clk: imx8mn: add GPT support

Jacky Bai (1):
      clk: imx: Remove the snvs clock

Jiasheng Jiang (1):
      clk: imx: Add check for kcalloc

Lucas Stach (1):
      clk: imx8mp: add clkout1/2 support

Marek Vasut (1):
      clk: imx8mp: Add DISP2 pixel clock

Miaoqian Lin (1):
      clk: imx: scu: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usage

Peng Fan (4):
      clk: imx8mq: add 27m phy pll ref clock
      clk: imx: add mcore_booted module paratemter
      clk: imx8m: check mcore_booted before register clk
      clk: imx8mp: fix usb_root_clk parent

Xiaoke Wang (1):
      clk: imx: scu: fix a potential memory leak in __imx_clk_gpr_scu()

 drivers/clk/imx/clk-composite-8m.c       | 19 ++++++++-------
 drivers/clk/imx/clk-imx7d.c              |  1 -
 drivers/clk/imx/clk-imx8mm.c             |  3 ++-
 drivers/clk/imx/clk-imx8mn.c             | 41 +++++++++++++++++++++++++++++++-
 drivers/clk/imx/clk-imx8mp.c             | 24 +++++++++++++++----
 drivers/clk/imx/clk-imx8mq.c             |  5 ++--
 drivers/clk/imx/clk-scu.c                |  6 +++--
 drivers/clk/imx/clk.c                    |  5 ++++
 drivers/clk/imx/clk.h                    |  1 +
 include/dt-bindings/clock/imx8mn-clock.h | 16 ++++++++++++-
 include/dt-bindings/clock/imx8mp-clock.h |  9 ++++++-
 11 files changed, 109 insertions(+), 21 deletions(-)

             reply	other threads:[~2022-05-17  8:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-17  8:57 Abel Vesa [this message]
2022-05-17 19:57 ` [GIT PULL] clk: imx: Updates for v5.19 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=20220517085720.375941-1-abel.vesa@nxp.com \
    --to=abel.vesa@nxp.com \
    --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 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.