linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: sboyd@kernel.org
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Stephen Boyd <sboyd@kernel.org>,
	Michael Turquette <mturquette@baylibre.com>,
	linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] clk fixes for v4.18-rc6
Date: Wed, 25 Jul 2018 10:08:07 -0700	[thread overview]
Message-ID: <20180725170807.12780-1-sboyd@kernel.org> (raw)

From: Stephen Boyd <sboyd@kernel.org>

The following changes since commit 9cc63791fad6d2624878c93f3415da77780e68a7:

  Merge branch 'clk-fix-imx6ul-defs' into clk-fixes (2018-06-29 11:40:29 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus

for you to fetch changes up to 565b9937f44d5ab7956339b6c105c03471ce3243:

  clk: aspeed: Support HPLL strapping on ast2400 (2018-07-11 09:34:25 -0700)

----------------------------------------------------------------
One more round of updates for problems seen this -rc series. Drivers fixes
are:

 - Amlogic Meson audio divider fix and CPU clk critical marking

 - Qualcomm multimedia GDSC marked as 'always on' to keep display working

 - Aspeed fixes for critical clks, resets causing clks to stay disabled, and
   an incorrect HPLL frequency calculation

 - Marvell Armada 3700 cpu clks would undervolt when switching from low
   frequencies to high frequencies because the voltage didn't stabilize in
   time so now we switch to an intermediate frequency

Plus we have a core framework thinko that messed up the debugfs flag
printing logic to make it not very useful.

----------------------------------------------------------------
Benjamin Herrenschmidt (1):
      clk: aspeed: Treat a gate in reset as disabled

Geert Uytterhoeven (1):
      clk: Really show symbolic clock flags in debugfs

Gregory CLEMENT (1):
      clk: mvebu: armada-37xx-periph: Fix switching CPU rate from 300Mhz to 1.2GHz

Jerome Brunet (1):
      clk: meson: audio-divider is one based

Joel Stanley (2):
      clk: aspeed: Mark bclk (PCIe) and dclk (VGA) as critical
      clk: aspeed: Support HPLL strapping on ast2400

Neil Armstrong (1):
      clk: meson-gxbb: set fclk_div2 as CLK_IS_CRITICAL

Stephen Boyd (1):
      Merge tag 'meson-clk-fixes-4.18-1' of https://github.com/BayLibre/clk-meson into clk-fixes

Vinod Koul (1):
      clk: qcom: gcc-msm8996: Disable halt check on UFS tx clock

Vivek Gautam (1):
      clk/mmcc-msm8996: Make mmagic_bimc_gdsc ALWAYS_ON

 drivers/clk/clk-aspeed.c               | 59 +++++++++++++++++++++++++---------
 drivers/clk/clk.c                      |  3 +-
 drivers/clk/meson/clk-audio-divider.c  |  2 +-
 drivers/clk/meson/gxbb.c               |  1 +
 drivers/clk/mvebu/armada-37xx-periph.c | 38 ++++++++++++++++++++++
 drivers/clk/qcom/gcc-msm8996.c         |  1 +
 drivers/clk/qcom/mmcc-msm8996.c        |  1 +
 7 files changed, 87 insertions(+), 18 deletions(-)

-- 
Sent by a computer through tubes

                 reply	other threads:[~2018-07-25 17:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20180725170807.12780-1-sboyd@kernel.org \
    --to=sboyd@kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=torvalds@linux-foundation.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;
as well as URLs for NNTP newsgroup(s).