mbox series

[GIT,PULL] Qualcomm clock fixes for v5.19

Message ID 20220523212255.64355-1-bjorn.andersson@linaro.org
State New
Headers show
Series [GIT,PULL] Qualcomm clock fixes for v5.19 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-clk-for-5.19-2

Message

Bjorn Andersson May 23, 2022, 9:22 p.m. UTC
Stephen, I sent this as a follow up rather than creating a new tag. Let me know
if you prefer it in a different way.

Regards,
Bjorn

The following changes since commit 703db1f5da1e3a62b84356a29c150efa24a2377d:

  clk: qcom: rcg2: Cache CFG register updates for parked RCGs (2022-05-19 16:42:30 -0500)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-clk-for-5.19-2

for you to fetch changes up to 03e053b4f717c0d893881fe8e4ca8d9ae2f035f2:

  Revert "clk: qcom: regmap-mux: add pipe clk implementation" (2022-05-23 12:26:13 -0500)

----------------------------------------------------------------
Qualcomm clock fixes for v5.19

After concerns were raised about the new PCIe pipe_clk mux
implementation an updated implementation has evolved, but has not yet
been accepted.

This reverts the merged changes to avoid these concerns in the current
release.

----------------------------------------------------------------
Dmitry Baryshkov (3):
      Revert "clk: qcom: gcc-sm8450: use new clk_regmap_mux_safe_ops for PCIe pipe clocks"
      Revert "clk: qcom: gcc-sc7280: use new clk_regmap_mux_safe_ops for PCIe pipe clocks"
      Revert "clk: qcom: regmap-mux: add pipe clk implementation"

 drivers/clk/qcom/clk-regmap-mux.c | 78 ---------------------------------------
 drivers/clk/qcom/clk-regmap-mux.h |  3 --
 drivers/clk/qcom/gcc-sc7280.c     |  6 +--
 drivers/clk/qcom/gcc-sm8450.c     |  6 +--
 4 files changed, 4 insertions(+), 89 deletions(-)