linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] LLCC: Support for Broadcast_AND region
@ 2024-01-26 19:47 Unnathi Chalicheemala
  2024-01-26 19:47 ` [PATCH 1/5] dt-bindings: arm: msm: Add llcc Broadcast_AND register region Unnathi Chalicheemala
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Unnathi Chalicheemala @ 2024-01-26 19:47 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel, kernel

This series adds:
1. Device tree register mapping for Broadcast_AND region in SM8450,
SM8550, SM8650.
2. LLCC driver updates to reflect addition of Broadcast_AND regmap.

To support CSR programming, a broadcast interface is used to program all
channels in a single command. Until SM8450 there was only one broadcast
region (Broadcast_OR) used to broadcast write and check for status bit
0. From SM8450 onwards another broadcast region (Broadcast_AND) has been
added which checks for status bit 1.

This series updates the device trees from SM8450 onwards to have a
mapping to this Broadcast_AND region. It also updates the llcc_drv_data
structure with a regmap for Broadcast_AND region and corrects the
broadcast region used to check for status bit 1.

Merging strategy
----------------

All patches should be merged due to LLCC DeviceTree/driver dependency.

Unnathi Chalicheemala (5):
  dt-bindings: arm: msm: Add llcc Broadcast_AND register region
  arm64: dts: qcom: sm8450: Add mapping to llcc Broadcast_AND region
  arm64: dts: qcom: sm8550: Add mapping to llcc Broadcast_AND region
  arm64: dts: qcom: sm8650: Add mapping to llcc Broadcast_AND region
  soc: qcom: llcc: Add regmap for Broadcast_AND region

 .../devicetree/bindings/cache/qcom,llcc.yaml  | 27 ++++++++++++++++++-
 arch/arm64/boot/dts/qcom/sm8450.dtsi          |  5 ++--
 arch/arm64/boot/dts/qcom/sm8550.dtsi          |  6 +++--
 arch/arm64/boot/dts/qcom/sm8650.dtsi          |  6 +++--
 drivers/soc/qcom/llcc-qcom.c                  | 12 ++++++++-
 include/linux/soc/qcom/llcc-qcom.h            |  4 ++-
 6 files changed, 51 insertions(+), 9 deletions(-)

-- 
2.25.1

Best Regards,
Unnathi

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

end of thread, other threads:[~2024-02-05  5:36 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-26 19:47 [PATCH 0/5] LLCC: Support for Broadcast_AND region Unnathi Chalicheemala
2024-01-26 19:47 ` [PATCH 1/5] dt-bindings: arm: msm: Add llcc Broadcast_AND register region Unnathi Chalicheemala
2024-01-29  8:31   ` Krzysztof Kozlowski
2024-01-26 19:47 ` [PATCH 2/5] arm64: dts: qcom: sm8450: Add mapping to llcc Broadcast_AND region Unnathi Chalicheemala
2024-01-26 19:47 ` [PATCH 3/5] arm64: dts: qcom: sm8550: " Unnathi Chalicheemala
2024-01-26 19:47 ` [PATCH 4/5] arm64: dts: qcom: sm8650: " Unnathi Chalicheemala
2024-01-26 19:47 ` [PATCH 5/5] soc: qcom: llcc: Add regmap for " Unnathi Chalicheemala
2024-01-26 20:29   ` Dmitry Baryshkov
2024-01-29 18:17     ` Unnathi Chalicheemala
2024-01-29 22:03       ` Dmitry Baryshkov
2024-01-30 17:52         ` Unnathi Chalicheemala
2024-01-30 18:57           ` Dmitry Baryshkov
2024-02-05  1:01             ` Satya Durga Srinivasu Prabhala
2024-02-05  5:36               ` Dmitry Baryshkov

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