linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] A few more Qualcomm clk updates for v6.11
@ 2024-07-09 19:38 Bjorn Andersson
  2024-07-09 19:43 ` Bjorn Andersson
  0 siblings, 1 reply; 4+ messages in thread
From: Bjorn Andersson @ 2024-07-09 19:38 UTC (permalink / raw)
  To: arm, soc
  Cc: linux-arm-msm, linux-arm-kernel, Arnd Bergmann, Olof Johansson,
	Kevin Hilman, Varadarajan Narayanan, Abel Vesa, Chen Ni,
	Javier Carrasco, Satya Priya Kakitapalli


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] A few more Qualcomm clk updates for v6.11
@ 2024-07-09 19:39 Bjorn Andersson
  2024-07-09 20:04 ` Stephen Boyd
  0 siblings, 1 reply; 4+ messages in thread
From: Bjorn Andersson @ 2024-07-09 19:39 UTC (permalink / raw)
  To: Stephen Boyd, linux-clk
  Cc: linux-arm-msm, linux-arm-kernel, Varadarajan Narayanan, Abel Vesa,
	Chen Ni, Javier Carrasco, Satya Priya Kakitapalli


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] A few more Qualcomm clk updates for v6.11
  2024-07-09 19:38 Bjorn Andersson
@ 2024-07-09 19:43 ` Bjorn Andersson
  0 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2024-07-09 19:43 UTC (permalink / raw)
  To: arm, soc
  Cc: linux-arm-msm, linux-arm-kernel, Arnd Bergmann, Olof Johansson,
	Kevin Hilman, Varadarajan Narayanan, Abel Vesa, Chen Ni,
	Javier Carrasco, Satya Priya Kakitapalli

On Tue, Jul 09, 2024 at 02:38:31PM GMT, Bjorn Andersson wrote:
> 
> The following changes since commit f27e42c7d3ff8ddfc57273efd1e8642ea89bad90:
> 

Sorry, got the wrong recipients inserted on this one. It was meant for
the clock maintainers.

Regards,
Bjorn

>   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
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] A few more Qualcomm clk updates for v6.11
  2024-07-09 19:39 [GIT PULL] A few more Qualcomm clk updates for v6.11 Bjorn Andersson
@ 2024-07-09 20:04 ` Stephen Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2024-07-09 20:04 UTC (permalink / raw)
  To: Bjorn Andersson, linux-clk
  Cc: linux-arm-msm, linux-arm-kernel, Varadarajan Narayanan, Abel Vesa,
	Chen Ni, Javier Carrasco, Satya Priya Kakitapalli

Quoting Bjorn Andersson (2024-07-09 12:39:27)
> 
> 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)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-07-09 20:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-09 19:39 [GIT PULL] A few more Qualcomm clk updates for v6.11 Bjorn Andersson
2024-07-09 20:04 ` Stephen Boyd
  -- strict thread matches above, loose matches on Subject: below --
2024-07-09 19:38 Bjorn Andersson
2024-07-09 19:43 ` Bjorn Andersson

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).