linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Bjorn Andersson <andersson@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	Kevin Hilman <khilman@baylibre.com>,
	Varadarajan Narayanan <quic_varada@quicinc.com>,
	Abel Vesa <abel.vesa@linaro.org>, Chen Ni <nichen@iscas.ac.cn>,
	Javier Carrasco <javier.carrasco.cruz@gmail.com>,
	Satya Priya Kakitapalli <quic_skakitap@quicinc.com>
Subject: [GIT PULL] A few more Qualcomm clk updates for v6.11
Date: Tue,  9 Jul 2024 14:38:31 -0500	[thread overview]
Message-ID: <20240709193832.4270-1-andersson@kernel.org> (raw)


The following changes since commit f27e42c7d3ff8ddfc57273efd1e8642ea89bad90:

  clk: qcom: gcc-x1e80100: Fix halt_check for all pipe clocks (2024-07-01 22:28:05 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 23711cabe122ef55bcb2e5c3e3835b5a2a688fc0:

  clk: qcom: ipq9574: Use icc-clk for enabling NoC related clocks (2024-07-08 11:40:57 -0500)

----------------------------------------------------------------
A few more Qualcomm clk updates for v6.11

This introduces helper logic to expose clock controllers as simple
interconnect providers, and used this on ipq9574 to add the the system's
interconnect providers.

CLK_SET_RATE_PARENT is added to the remaining USB pipe clocks on
X1Elite.

Error handling is improved in kpss-xcc, and lastly the SC8280XP LPASS
clock controller regmap_config is declared const.

----------------------------------------------------------------
Abel Vesa (1):
      clk: qcom: gcc-x1e80100: Set parent rate for USB3 sec and tert PHY pipe clks

Bjorn Andersson (1):
      Merge branch '20240430064214.2030013-3-quic_varada@quicinc.com' into clk-for-6.11

Chen Ni (1):
      clk: qcom: kpss-xcc: Return of_clk_add_hw_provider to transfer the error

Javier Carrasco (1):
      clk: qcom: lpasscc-sc8280xp: Constify struct regmap_config

Satya Priya Kakitapalli (1):
      dt-bindings: clock: qcom: Add AHB clock for SM8150

Varadarajan Narayanan (5):
      dt-bindings: interconnect: Add Qualcomm IPQ9574 support
      interconnect: icc-clk: Specify master/slave ids
      interconnect: icc-clk: Add devm_icc_clk_register
      clk: qcom: common: Add interconnect clocks support
      clk: qcom: ipq9574: Use icc-clk for enabling NoC related clocks

 .../bindings/clock/qcom,ipq9574-gcc.yaml           |  3 ++
 .../devicetree/bindings/clock/qcom,videocc.yaml    | 17 ++++++-
 drivers/clk/qcom/Kconfig                           |  2 +
 drivers/clk/qcom/clk-cbf-8996.c                    |  7 ++-
 drivers/clk/qcom/common.c                          | 35 ++++++++++++-
 drivers/clk/qcom/common.h                          |  9 ++++
 drivers/clk/qcom/gcc-ipq9574.c                     | 33 ++++++++++++
 drivers/clk/qcom/gcc-x1e80100.c                    |  2 +
 drivers/clk/qcom/kpss-xcc.c                        |  4 +-
 drivers/clk/qcom/lpasscc-sc8280xp.c                |  4 +-
 drivers/interconnect/icc-clk.c                     | 24 +++++++--
 include/dt-bindings/interconnect/qcom,ipq9574.h    | 59 ++++++++++++++++++++++
 include/linux/interconnect-clk.h                   |  4 ++
 13 files changed, 192 insertions(+), 11 deletions(-)
 create mode 100644 include/dt-bindings/interconnect/qcom,ipq9574.h


             reply	other threads:[~2024-07-09 19:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-09 19:38 Bjorn Andersson [this message]
2024-07-09 19:43 ` [GIT PULL] A few more Qualcomm clk updates for v6.11 Bjorn Andersson
  -- strict thread matches above, loose matches on Subject: below --
2024-07-09 19:39 Bjorn Andersson
2024-07-09 20:04 ` Stephen Boyd

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=20240709193832.4270-1-andersson@kernel.org \
    --to=andersson@kernel.org \
    --cc=abel.vesa@linaro.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=javier.carrasco.cruz@gmail.com \
    --cc=khilman@baylibre.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=nichen@iscas.ac.cn \
    --cc=olof@lixom.net \
    --cc=quic_skakitap@quicinc.com \
    --cc=quic_varada@quicinc.com \
    --cc=soc@kernel.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).