All of lore.kernel.org
 help / color / mirror / Atom feed
From: Conor Dooley <conor.dooley@microchip.com>
To: Conor Dooley <conor@kernel.org>
Cc: Joshua Yeong <joshua.yeong@starfivetech.com>,
	<paul.walmsley@sifive.com>, <palmer@dabbelt.com>,
	<aou@eecs.berkeley.edu>, <geert+renesas@glider.be>,
	<prabhakar.mahadev-lad.rj@bp.renesas.com>,
	<alexghiti@rivosinc.com>, <evan@rivosinc.com>,
	<ajones@ventanamicro.com>, <heiko@sntech.de>, <guoren@kernel.org>,
	<uwu@icenowy.me>, <jszhang@kernel.org>, <robh+dt@kernel.org>,
	<krzysztof.kozlowski+dt@linaro.org>, <conor+dt@kernel.org>,
	<leyfoon.tan@starfivetech.com>, <jeeheng.sia@starfivetech.com>,
	<linux-riscv@lists.infradead.org>, <linux-kernel@vger.kernel.org>,
	<devicetree@vger.kernel.org>
Subject: Re: [PATCH 0/4] Add StarFive's StarLink-500 Cache Controller
Date: Wed, 20 Mar 2024 08:08:41 +0000	[thread overview]
Message-ID: <20240320-implement-finishing-136eae51d659@wendy> (raw)
In-Reply-To: <20240317-viral-handcraft-12b2519ff1be@spud>

[-- Attachment #1: Type: text/plain, Size: 666 bytes --]

On Sun, Mar 17, 2024 at 03:01:05PM +0000, Conor Dooley wrote:
> On Thu, Mar 14, 2024 at 02:12:01PM +0800, Joshua Yeong wrote:
> > StarFive's StarLink-500 Cache Controller flush/invalidates cache using non-
> > conventional CMO method. This driver provides the cache handling on StarFive
> > RISC-V SoC.
> 
> Unlike the other "non-conventional" CMO methods, the jh8100 does not
> pre-date the Zicbom extension. Why has that not been implemented?

Stefan pointed out on IRC yesterday that one of the main selling points
is the ease of operating on large ranges.

> How many peripherals on the jh8100 rely on non-coherent DMA?
> 
> Cheers,
> Conor.



[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Conor Dooley <conor.dooley@microchip.com>
To: Conor Dooley <conor@kernel.org>
Cc: devicetree@vger.kernel.org, conor+dt@kernel.org,
	aou@eecs.berkeley.edu, alexghiti@rivosinc.com,
	geert+renesas@glider.be, jeeheng.sia@starfivetech.com,
	leyfoon.tan@starfivetech.com, heiko@sntech.de,
	prabhakar.mahadev-lad.rj@bp.renesas.com, guoren@kernel.org,
	linux-kernel@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org,
	robh+dt@kernel.org, evan@rivosinc.com, palmer@dabbelt.com,
	jszhang@kernel.org, paul.walmsley@sifive.com,
	Joshua Yeong <joshua.yeong@starfivetech.com>,
	linux-riscv@lists.infradead.org, ajones@ventanamicro.com
Subject: Re: [PATCH 0/4] Add StarFive's StarLink-500 Cache Controller
Date: Wed, 20 Mar 2024 08:08:41 +0000	[thread overview]
Message-ID: <20240320-implement-finishing-136eae51d659@wendy> (raw)
In-Reply-To: <20240317-viral-handcraft-12b2519ff1be@spud>


[-- Attachment #1.1: Type: text/plain, Size: 666 bytes --]

On Sun, Mar 17, 2024 at 03:01:05PM +0000, Conor Dooley wrote:
> On Thu, Mar 14, 2024 at 02:12:01PM +0800, Joshua Yeong wrote:
> > StarFive's StarLink-500 Cache Controller flush/invalidates cache using non-
> > conventional CMO method. This driver provides the cache handling on StarFive
> > RISC-V SoC.
> 
> Unlike the other "non-conventional" CMO methods, the jh8100 does not
> pre-date the Zicbom extension. Why has that not been implemented?

Stefan pointed out on IRC yesterday that one of the main selling points
is the ease of operating on large ranges.

> How many peripherals on the jh8100 rely on non-coherent DMA?
> 
> Cheers,
> Conor.



[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 161 bytes --]

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

  reply	other threads:[~2024-03-20  8:10 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-14  6:12 [PATCH 0/4] Add StarFive's StarLink-500 Cache Controller Joshua Yeong
2024-03-14  6:12 ` Joshua Yeong
2024-03-14  6:12 ` [PATCH 1/4] riscv: asm: vendorid_list: Add StarFive Technology to vendors list Joshua Yeong
2024-03-14  6:12   ` Joshua Yeong
2024-03-14  6:12 ` [PATCH 2/4] riscv: errata: Add StarFive alternative ports Joshua Yeong
2024-03-14  6:12   ` Joshua Yeong
2024-03-15 23:13   ` Samuel Holland
2024-03-15 23:13     ` Samuel Holland
2024-03-17 15:04     ` Conor Dooley
2024-03-17 15:04       ` Conor Dooley
2024-03-14  6:12 ` [PATCH 3/4] cache: Add StarLink-500 cache management for StarFive JH8100 RISC-V core Joshua Yeong
2024-03-14  6:12   ` Joshua Yeong
2024-03-15  8:22   ` kernel test robot
2024-03-15  8:22     ` kernel test robot
2024-03-15 23:33   ` Samuel Holland
2024-03-15 23:33     ` Samuel Holland
2024-03-14  6:12 ` [PATCH 4/4] dt-bindings: cache: Add docs for StarFive StarLink-500 cache controller Joshua Yeong
2024-03-14  6:12   ` Joshua Yeong
2024-03-15 16:36   ` Rob Herring
2024-03-15 16:36     ` Rob Herring
2024-03-17 14:58     ` Conor Dooley
2024-03-17 14:58       ` Conor Dooley
2024-03-17 15:01 ` [PATCH 0/4] Add StarFive's StarLink-500 Cache Controller Conor Dooley
2024-03-17 15:01   ` Conor Dooley
2024-03-20  8:08   ` Conor Dooley [this message]
2024-03-20  8:08     ` Conor Dooley
2024-03-22  6:16     ` Joshua Yeong
2024-03-22  6:16       ` Joshua Yeong

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=20240320-implement-finishing-136eae51d659@wendy \
    --to=conor.dooley@microchip.com \
    --cc=ajones@ventanamicro.com \
    --cc=alexghiti@rivosinc.com \
    --cc=aou@eecs.berkeley.edu \
    --cc=conor+dt@kernel.org \
    --cc=conor@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=evan@rivosinc.com \
    --cc=geert+renesas@glider.be \
    --cc=guoren@kernel.org \
    --cc=heiko@sntech.de \
    --cc=jeeheng.sia@starfivetech.com \
    --cc=joshua.yeong@starfivetech.com \
    --cc=jszhang@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=leyfoon.tan@starfivetech.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@sifive.com \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=robh+dt@kernel.org \
    --cc=uwu@icenowy.me \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.