[GIT PULL] clk fixes for v5.12-rc6

From: Stephen Boyd
Date: Fri Apr 09 2021 - 21:46:06 EST


The following changes since commit 148ddaa89d4a0a927c4353398096cc33687755c1:

clk: qcom: gcc-sc7180: Use floor ops for the correct sdcc1 clk (2021-03-13 13:00:05 -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 50ce6826a48f119baf2794fa384a64efe9bd84a5:

clk: fixed: fix double free in resource managed fixed-factor clock (2021-04-07 16:01:25 -0700)

----------------------------------------------------------------
Here's the latest pile of clk driver and clk framework fixes for this
release.

- Two clk framework fixes for a long standing issue in
clk_notifier_{register,unregister}() where we used a
pointer that was for a struct containing a list head
when there was no container struct

- A compile warning fix for socfpga that's good to have

- A double free problem with devm registered fixed factor clks

- One last fix to the Qualcomm camera clk driver to use the
right clk ops so clks don't get stuck and stop working
because the firmware takes them for a ride.

----------------------------------------------------------------
Dmitry Baryshkov (1):
clk: fixed: fix double free in resource managed fixed-factor clock

Krzysztof Kozlowski (1):
clk: socfpga: fix iomem pointer cast on 64-bit

Lukasz Bartosik (2):
clk: fix invalid usage of list cursor in register
clk: fix invalid usage of list cursor in unregister

Taniya Das (1):
clk: qcom: camcc: Update the clock ops for the SC7180

drivers/clk/clk-fixed-factor.c | 9 +++++++-
drivers/clk/clk.c | 47 +++++++++++++++++---------------------
drivers/clk/qcom/camcc-sc7180.c | 50 ++++++++++++++++++++---------------------
drivers/clk/socfpga/clk-gate.c | 2 +-
4 files changed, 55 insertions(+), 53 deletions(-)

--
https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/
https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git