linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Michael Turquette <mturquette@baylibre.com>,
	linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] clk fixes for v5.0-rc3
Date: Tue, 22 Jan 2019 14:37:29 -0800	[thread overview]
Message-ID: <20190122223729.95720-1-sboyd@kernel.org> (raw)

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

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 b488517b28a47d16b228ce8dcf07f5cb8e5b3dc5:

  clk: socfpga: stratix10: fix naming convention for the fixed-clocks (2019-01-15 12:58:38 -0800)

----------------------------------------------------------------
This is a sort of random collection of clk fixes that have come in since
the merge window.

 - Handful of memory allocation and potentially bad pointer usage fixes

 - JSON format was incorrect for clk_dump because it missed a comma

 - Two Kconfig fixes, one duplicate and one missing select line

 - Compiler warning fix for the VC5 clk driver

 - Name and rate fixes for PLLs in the stratix10 driver so it can
   properly detect PLL rates and parents

----------------------------------------------------------------
Abel Vesa (1):
      clk: imx: Remove Kconfig duplicate include

Dan Carpenter (1):
      clk: tegra: dfll: Fix a potential Oop in remove()

Dinh Nguyen (2):
      clk: socfpga: stratix10: fix rate calculation for pll clocks
      clk: socfpga: stratix10: fix naming convention for the fixed-clocks

Gustavo A. R. Silva (1):
      clk: zynqmp: Fix memory allocation in zynqmp_clk_setup

Lubomir Rintel (1):
      clk: sysfs: fix invalid JSON in clk_dump

Marc Gonzalez (1):
      clk: qcom: Select QCOM_GDSC with MSM_GCC_8998

Marek Vasut (1):
      clk: vc5: Abort clock configuration without upstream clock

Wei Yongjun (1):
      clk: imx: fix potential NULL dereference in imx8qxp_lpcg_clk_probe()

 drivers/clk/Kconfig                        |  1 -
 drivers/clk/clk-versaclock5.c              |  4 +++-
 drivers/clk/clk.c                          |  2 +-
 drivers/clk/imx/clk-imx8qxp-lpcg.c         |  2 ++
 drivers/clk/qcom/Kconfig                   |  1 +
 drivers/clk/socfpga/clk-pll-s10.c          |  2 +-
 drivers/clk/socfpga/clk-s10.c              | 20 ++++++++++----------
 drivers/clk/tegra/clk-tegra124-dfll-fcpu.c |  4 +++-
 drivers/clk/zynqmp/clkc.c                  |  4 ++--
 9 files changed, 23 insertions(+), 17 deletions(-)

-- 
Sent by a computer through tubes

             reply	other threads:[~2019-01-22 22:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-22 22:37 Stephen Boyd [this message]
2019-01-23  1:10 ` [GIT PULL] clk fixes for v5.0-rc3 pr-tracker-bot

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=20190122223729.95720-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).