All of lore.kernel.org
 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 v4.20-rc6
Date: Fri,  7 Dec 2018 16:03:14 -0800	[thread overview]
Message-ID: <20181208000314.180968-1-sboyd@kernel.org> (raw)

The following changes since commit 1aefa98b010e9cc7a07046cbcb1237ddad85b708:

  clk: qcom: gcc: Fix board clock node name (2018-11-09 14:13:55 -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 9a43be9cedd516f188e6333d3b43402386723eff:

  clk: zynqmp: Off by one in zynqmp_is_valid_clock() (2018-12-03 09:54:48 -0800)

----------------------------------------------------------------
A few clk driver fixes this time:

 - Introduce protected-clock DT binding to fix breakage on qcom sdm845-mtp
   boards where the qspi clks introduced this merge window cause the
   firmware on those boards to take down the system if we try to read
   the clk registers

 - Fix a couple off-by-one errors found by Dan Carpenter

 - Handle failure in zynq fixed factor clk driver to avoid using
   uninitialized data

----------------------------------------------------------------
Bjorn Andersson (1):
      arm64: dts: qcom: sdm845-mtp: Mark protected gcc clocks

Dan Carpenter (3):
      clk: mvebu: Off by one bugs in cp110_of_clk_get()
      clk: mmp: Off by one in mmp_clk_add()
      clk: zynqmp: Off by one in zynqmp_is_valid_clock()

Rajan Vaja (1):
      clk: zynqmp: handle fixed factor param query error

Stephen Boyd (3):
      dt-bindings: clk: Introduce 'protected-clocks' property
      clk: qcom: Support 'protected-clocks' property
      Merge branch 'clk-protected-binding' into clk-fixes

 .../devicetree/bindings/clock/clock-bindings.txt       | 16 ++++++++++++++++
 arch/arm64/boot/dts/qcom/sdm845-mtp.dts                |  6 ++++++
 drivers/clk/mmp/clk.c                                  |  2 +-
 drivers/clk/mvebu/cp110-system-controller.c            |  4 ++--
 drivers/clk/qcom/common.c                              | 18 ++++++++++++++++++
 drivers/clk/zynqmp/clkc.c                              |  5 ++++-
 6 files changed, 47 insertions(+), 4 deletions(-)

-- 
Sent by a computer through tubes

             reply	other threads:[~2018-12-08  0:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-08  0:03 Stephen Boyd [this message]
2018-12-08 19:50 ` [GIT PULL] clk fixes for v4.20-rc6 pr-tracker-bot
2018-12-14 18:19 Stephen Boyd
2018-12-14 20:40 ` 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=20181208000314.180968-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 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.