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>,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] clk: imx: Updates for v5.17
Date: Sun, 19 Dec 2021 00:34:42 +0200	[thread overview]
Message-ID: <1639866882-9578-1-git-send-email-abel.vesa@nxp.com> (raw)

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 9dd81021084ff22cf88a180d720f4f4b47392059:

  clk: imx8mp: Fix the parent clk of the audio_root_clk (2021-11-22 17:33:12 +0200)

----------------------------------------------------------------
i.MX clock changes for 5.17

- Set suppress_bind_attrs to true for i.MX8ULP driver
- Switch from do_div to div64_ul for throughout all drivers
- Fix imx8mn_clko1_sels for i.MX8MN
- Remove unused IPG_AUDIO_ROOT from i.MX8MP
- Switch parent for audio_root_clk to audio ahb in i.MX8MP driver

----------------------------------------------------------------
Adam Ford (1):
      clk: imx8mn: Fix imx8mn_clko1_sels

Changcheng Deng (1):
      clk: imx: Use div64_ul instead of do_div

Hui Wang (2):
      clk: imx8mp: Remove IPG_AUDIO_ROOT from imx8mp-clock.h
      clk: imx8mp: Fix the parent clk of the audio_root_clk

Peng Fan (1):
      clk: imx: imx8ulp: set suppress_bind_attrs to true

 drivers/clk/imx/clk-imx8mn.c             | 6 +++---
 drivers/clk/imx/clk-imx8mp.c             | 2 +-
 drivers/clk/imx/clk-imx8ulp.c            | 1 +
 drivers/clk/imx/clk-pllv3.c              | 6 +++---
 include/dt-bindings/clock/imx8mp-clock.h | 1 -
 5 files changed, 8 insertions(+), 8 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
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>,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] clk: imx: Updates for v5.17
Date: Sun, 19 Dec 2021 00:34:42 +0200	[thread overview]
Message-ID: <1639866882-9578-1-git-send-email-abel.vesa@nxp.com> (raw)

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 9dd81021084ff22cf88a180d720f4f4b47392059:

  clk: imx8mp: Fix the parent clk of the audio_root_clk (2021-11-22 17:33:12 +0200)

----------------------------------------------------------------
i.MX clock changes for 5.17

- Set suppress_bind_attrs to true for i.MX8ULP driver
- Switch from do_div to div64_ul for throughout all drivers
- Fix imx8mn_clko1_sels for i.MX8MN
- Remove unused IPG_AUDIO_ROOT from i.MX8MP
- Switch parent for audio_root_clk to audio ahb in i.MX8MP driver

----------------------------------------------------------------
Adam Ford (1):
      clk: imx8mn: Fix imx8mn_clko1_sels

Changcheng Deng (1):
      clk: imx: Use div64_ul instead of do_div

Hui Wang (2):
      clk: imx8mp: Remove IPG_AUDIO_ROOT from imx8mp-clock.h
      clk: imx8mp: Fix the parent clk of the audio_root_clk

Peng Fan (1):
      clk: imx: imx8ulp: set suppress_bind_attrs to true

 drivers/clk/imx/clk-imx8mn.c             | 6 +++---
 drivers/clk/imx/clk-imx8mp.c             | 2 +-
 drivers/clk/imx/clk-imx8ulp.c            | 1 +
 drivers/clk/imx/clk-pllv3.c              | 6 +++---
 include/dt-bindings/clock/imx8mp-clock.h | 1 -
 5 files changed, 8 insertions(+), 8 deletions(-)

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

             reply	other threads:[~2021-12-18 22:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-18 22:34 Abel Vesa [this message]
2021-12-18 22:34 ` [GIT PULL] clk: imx: Updates for v5.17 Abel Vesa
2022-01-04 21:04 ` Stephen Boyd
2022-01-04 21:04   ` 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=1639866882-9578-1-git-send-email-abel.vesa@nxp.com \
    --to=abel.vesa@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --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.