linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@codeaurora.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.9-rc5
Date: Fri, 11 Nov 2016 17:06:23 -0800	[thread overview]
Message-ID: <20161112010623.28849-1-sboyd@codeaurora.org> (raw)

The following changes since commit 91bbc174d45c347aa7aedb2215cc7d2013c06c1f:

  clk: at91: Fix a return value in case of error (2016-10-20 16:37:56 -0700)

are available in the git repository at:

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

for you to fetch changes up to 10f2bfb092e3b49000526c02cfe8b2abbbdbb752:

  clk: mmp: pxa910: fix return value check in pxa910_clk_init() (2016-11-01 17:41:20 -0700)

----------------------------------------------------------------
The typical collection of minor bug fixes in clk drivers. We don't have
anything in the core framework here, just driver fixes. There's a boot fix for
Samsung devices and a safety measure for qoriq to prevent CPUs from running too
fast. There's also a fix for i.MX6Q to properly handle audio clock rates. We
also have some "that's obviously wrong" fixes like bad NULL pointer checks in
the MPP driver and a poor usage of __pa in the xgene clk driver that are fixed
here.

----------------------------------------------------------------
Emil Lundmark (1):
      clk: imx: fix integer overflow in AV PLL round rate

Laura Abbott (1):
      clk: xgene: Don't call __pa on ioremaped address

Marek Szyprowski (1):
      clk/samsung: Use CLK_OF_DECLARE_DRIVER initialization method for CLKOUT

Scott Wood (1):
      clk: qoriq: Don't allow CPU clocks higher than starting value

Shawn Lin (1):
      clk: rockchip: don't return NULL when failing to register ddrclk branch

Stephen Boyd (1):
      Merge tag 'v4.9-rockchip-clkfixes1' of git://git.kernel.org/.../mmind/linux-rockchip into clk-fixes

Wei Yongjun (3):
      clk: mmp: mmp2: fix return value check in mmp2_clk_init()
      clk: mmp: pxa168: fix return value check in pxa168_clk_init()
      clk: mmp: pxa910: fix return value check in pxa910_clk_init()

 drivers/clk/clk-qoriq.c                 | 13 ++++++++-----
 drivers/clk/clk-xgene.c                 | 10 ++++------
 drivers/clk/imx/clk-pllv3.c             |  8 ++++++--
 drivers/clk/mmp/clk-of-mmp2.c           |  2 +-
 drivers/clk/mmp/clk-of-pxa168.c         |  2 +-
 drivers/clk/mmp/clk-of-pxa910.c         |  4 ++--
 drivers/clk/rockchip/clk-ddr.c          |  5 +----
 drivers/clk/samsung/clk-exynos-clkout.c | 22 ++++++++++++++--------
 8 files changed, 37 insertions(+), 29 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

                 reply	other threads:[~2016-11-12  1:06 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=20161112010623.28849-1-sboyd@codeaurora.org \
    --to=sboyd@codeaurora.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).