[GIT PULL] clk fixes for v5.6-rc5

From: Stephen Boyd
Date: Fri Mar 13 2020 - 21:27:47 EST


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