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.6-rc5
Date: Fri, 13 Mar 2020 18:27:22 -0700	[thread overview]
Message-ID: <20200314012722.234270-1-sboyd@kernel.org> (raw)

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -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 20055448dc1b439c87d0cb602e6d0469b0a3aaad:

  Merge tag 'imx-clk-fixes-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into clk-fixes (2020-02-25 08:57:00 -0800)

----------------------------------------------------------------
A small collection of fixes. I'll make another sweep soon to look for
more fixes for this -rc series.

 - Mark device node const in of_clk_get_parent APIs to ease landing
   changes in users later
 - Fix flag for Qualcomm SC7180 video clocks where we thought it would
   never turn off but actually hardware takes care of it
 - Remove disp_cc_mdss_rscc_ahb_clk on Qualcomm SC7180 SoCs because this
   clk is always on anyway
 - Correct some bad dt-binding numbers for i.MX8MN SoCs

----------------------------------------------------------------
Anson Huang (1):
      clk: imx8mn: Fix incorrect clock defines

Geert Uytterhoeven (1):
      of: clk: Make of_clk_get_parent_{count,name}() parameter const

Stephen Boyd (1):
      Merge tag 'imx-clk-fixes-5.6' of git://git.kernel.org/.../shawnguo/linux into clk-fixes

Taniya Das (2):
      clk: qcom: videocc: Update the clock flag for video_cc_vcodec0_core_clk
      clk: qcom: dispcc: Remove support of disp_cc_mdss_rscc_ahb_clk

 drivers/clk/clk.c                        |  4 ++--
 drivers/clk/qcom/dispcc-sc7180.c         | 19 -------------------
 drivers/clk/qcom/videocc-sc7180.c        |  2 +-
 include/dt-bindings/clock/imx8mn-clock.h |  4 ++--
 include/linux/of_clk.h                   |  8 ++++----
 5 files changed, 9 insertions(+), 28 deletions(-)

-- 
Sent by a computer, using git, on the internet

             reply	other threads:[~2020-03-14  1:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-14  1:27 Stephen Boyd [this message]
2020-03-14 16:35 ` [GIT PULL] clk fixes for v5.6-rc5 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=20200314012722.234270-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).