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.15-rc4
Date: Thu, 21 Dec 2017 16:57:19 -0800	[thread overview]
Message-ID: <20171222005719.30240-1-sboyd@codeaurora.org> (raw)

The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

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 61d2f2a05765a5f57149efbd93e3e81a83cbc2c1:

  clk: sunxi: sun9i-mmc: Implement reset callback for reset controls (2017-12-19 11:50:46 -0800)

----------------------------------------------------------------
Here's a trio of fixes:

 - The runtime PM clk patches that landed this merge window forgot to
   runtime resume devices that may be off while recalculating and setting
   rates of child clks of whatever clk is changing rates.

 - We had a NULL pointer deref in an old clk tracepoint when clk_set_parent()
   is called with a NULL parent pointer. This shouldn't really happen, but
   it's best to avoid this regardless.

 - The sun9i-mmc clk driver didn't provide 'reset' support, just 'assert'
   and 'deassert' so the MMC driver stopped probing when the probe was changed
   to do a reset instead of assert/deassert pair. This implements the reset so
   things work again.

----------------------------------------------------------------
Cai Li (1):
      clk: fix a panic error caused by accessing NULL pointer

Chen-Yu Tsai (1):
      clk: sunxi: sun9i-mmc: Implement reset callback for reset controls

Marek Szyprowski (1):
      clk: Manage proper runtime PM state in clk_change_rate()

 drivers/clk/clk.c                 |  5 +++++
 drivers/clk/sunxi/clk-sun9i-mmc.c | 12 ++++++++++++
 include/trace/events/clk.h        |  4 ++--
 3 files changed, 19 insertions(+), 2 deletions(-)

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

                 reply	other threads:[~2017-12-22  0:57 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=20171222005719.30240-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).