From: Conor Dooley <conor.dooley@microchip.com>
To: <linux-riscv@lists.infradead.org>
Cc: <conor@kernel.org>, <conor.dooley@microchip.com>,
Paul Walmsley <paul.walmsley@sifive.com>,
Palmer Dabbelt <palmer@dabbelt.com>,
"Daire McNamara" <daire.mcnamara@microchip.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Samuel Holland <samuel.holland@sifive.com>,
<devicetree@vger.kernel.org>
Subject: [PATCH v1 1/5] cache: ccache: allow building for PolarFire
Date: Mon, 10 Jun 2024 12:09:13 +0100 [thread overview]
Message-ID: <20240610-mocker-ankle-d3ee407bb352@wendy> (raw)
In-Reply-To: <20240610-vertical-frugally-a92a55427dd9@wendy>
There's a ccache on PolarFire SoC, so don't limit it to SIFIVE/STARFIVE
SoCs only.
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
---
drivers/cache/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/cache/Kconfig b/drivers/cache/Kconfig
index 9345ce4976d76..b2d525e540212 100644
--- a/drivers/cache/Kconfig
+++ b/drivers/cache/Kconfig
@@ -10,7 +10,7 @@ config AX45MP_L2_CACHE
config SIFIVE_CCACHE
bool "Sifive Composable Cache controller"
- depends on ARCH_SIFIVE || ARCH_STARFIVE
+ depends on ARCH_MICROCHIP || ARCH_SIFIVE || ARCH_STARFIVE
help
Support for the composable cache controller on SiFive platforms.
--
2.43.2
next prev parent reply other threads:[~2024-06-10 11:10 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-10 11:09 [PATCH v1 0/5] PolarFire SoC Icicle Reference Design PCIe ?support?/fixes Conor Dooley
2024-06-10 11:09 ` Conor Dooley [this message]
2024-06-12 9:23 ` [PATCH v1 1/5] cache: ccache: allow building for PolarFire Emil Renner Berthing
2024-06-10 11:09 ` [PATCH v1 2/5] cache: ccache: add mpfs to nonstandard cache ops list Conor Dooley
2024-06-12 9:23 ` Emil Renner Berthing
2024-06-10 11:09 ` [PATCH v1 3/5] RISC-V: Add an MPFS erratum for PCIe Conor Dooley
2024-06-12 9:29 ` Emil Renner Berthing
2024-06-10 11:09 ` [PATCH v1 4/5] riscv: dts: microchip: modify memory map & add dma-ranges for pcie on icicle Conor Dooley
2024-06-10 11:09 ` [PATCH v1 5/5] riscv: dts: microchip: update pcie reg properties Conor Dooley
2024-06-10 11:16 ` [PATCH v1 0/5] PolarFire SoC Icicle Reference Design PCIe ?support?/fixes Conor Dooley
2024-06-10 19:55 ` Rob Herring (Arm)
2024-06-10 21:28 ` Conor Dooley
2024-07-03 20:09 ` Palmer Dabbelt
2024-07-03 20:15 ` Conor Dooley
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=20240610-mocker-ankle-d3ee407bb352@wendy \
--to=conor.dooley@microchip.com \
--cc=conor@kernel.org \
--cc=daire.mcnamara@microchip.com \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=robh@kernel.org \
--cc=samuel.holland@sifive.com \
/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