[PATCH v3 0/2] soc: qcom: llcc: Add support for Glymur SoC

Pankaj Patil posted 2 patches 4 days, 20 hours ago
.../devicetree/bindings/cache/qcom,llcc.yaml       |  47 ++++-
drivers/soc/qcom/llcc-qcom.c                       | 207 +++++++++++++++++++++
include/linux/soc/qcom/llcc-qcom.h                 |   4 +
3 files changed, 256 insertions(+), 2 deletions(-)
[PATCH v3 0/2] soc: qcom: llcc: Add support for Glymur SoC
Posted by Pankaj Patil 4 days, 20 hours ago
Glymur SoC uses the Last Level Cache Controller (LLCC) as its
system cache controller, update the device-tree bindings to allow
maximum of 14 registers for llcc block since GLymur has 12 llcc base
register regions and an additional AND, OR broadcast base register.
Updated SCT configuration data in the LLCC driver.

Enabled additional use case IDs defined in
include/linux/soc/qcom/llcc-qcom.h:

OOBM_NS
OOBM_S
VIDSC_VSP1
PCIE_TCU

Signed-off-by: Pankaj Patil <pankaj.patil@oss.qualcomm.com>
---
Changes in v3:
- Dropped patch for changing alignment style for usecase-id macro in
  include/linux/soc/qcom/llcc-qcom.h
- Link to v2: https://lore.kernel.org/r/20251125-glymur_llcc_enablement-v2-0-75a10be51d74@oss.qualcomm.com

Changes in v2:
- Updated dt-bindings for maximum no of registers to be 14
- Re-ordered the fix alignment patch to before adding a new entry for Glymur
- Squashed commit for enablement of usecase id and driver changes
- Link to v1: https://lore.kernel.org/all/20251121-glymur_llcc_enablement-v1-0-336b851b8dcb@oss.qualcomm.com/

---
Pankaj Patil (2):
      dt-bindings: cache: qcom,llcc: Document Glymur LLCC block
      soc: qcom: llcc-qcom: Add support for Glymur

 .../devicetree/bindings/cache/qcom,llcc.yaml       |  47 ++++-
 drivers/soc/qcom/llcc-qcom.c                       | 207 +++++++++++++++++++++
 include/linux/soc/qcom/llcc-qcom.h                 |   4 +
 3 files changed, 256 insertions(+), 2 deletions(-)
---
base-commit: c75caf76ed86bbc15a72808f48f8df1608a0886c
change-id: 20251029-glymur_llcc_enablement-6a812c08f4c1

Best regards,
-- 
Pankaj Patil <pankaj.patil@oss.qualcomm.com>