devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2 RESEND] Add StarFive's StarLink Cache Controller
@ 2024-05-15  5:02 Joshua Yeong
  2024-05-15  5:02 ` [PATCH v4 1/2 RESEND] cache: Add StarFive StarLink cache management Joshua Yeong
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Joshua Yeong @ 2024-05-15  5:02 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, conor, paul.walmsley, palmer, aou,
	joshua.yeong, leyfoon.tan, jeeheng.sia
  Cc: devicetree, linux-kernel, linux-riscv

StarFive's StarLink Cache Controller flush/invalidates cache using non-
conventional RISC-V Zicbom extension instructions. This driver provides the
cache handling on StarFive RISC-V SoC.

Changes in v4:
- Move cache controller initialization to arch_initcall()
- Link to v3: https://lore.kernel.org/all/20240424075856.145850-1-joshua.yeong@starfivetech.com/

Changes in v3:
- Fix code syntax
- Link to v2: https://lore.kernel.org/all/20240423072639.143450-1-joshua.yeong@starfivetech.com/

Changes in v2:
- Change patch title from 'Add StarFive's StarLink-500 Cache Controller'
- Remove StarFive alternative from errata framework
- Fixes warning from https://lore.kernel.org/oe-kbuild-all/202403151625.boKDjHGr-lkp@intel.com/
- Flush completion through atomic timeout function
- Link to v1: https://lore.kernel.org/lkml/20240314061205.26143-1-joshua.yeong@starfivetech.com/

Joshua Yeong (2):
  cache: Add StarFive StarLink cache management for StarFive JH8100
  dt-bindings: cache: Add docs for StarFive Starlink cache controller

Joshua Yeong (2):
  cache: Add StarFive StarLink cache management
  dt-bindings: cache: Add docs for StarFive Starlink cache controller

 .../cache/starfive,jh8100-starlink-cache.yaml |  66 +++++++++
 drivers/cache/Kconfig                         |   9 ++
 drivers/cache/Makefile                        |   5 +-
 drivers/cache/starfive_starlink_cache.c       | 130 ++++++++++++++++++
 4 files changed, 208 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/cache/starfive,jh8100-starlink-cache.yaml
 create mode 100644 drivers/cache/starfive_starlink_cache.c

--
2.25.1

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

end of thread, other threads:[~2024-05-28 11:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-15  5:02 [PATCH v4 0/2 RESEND] Add StarFive's StarLink Cache Controller Joshua Yeong
2024-05-15  5:02 ` [PATCH v4 1/2 RESEND] cache: Add StarFive StarLink cache management Joshua Yeong
2024-05-15  5:02 ` [PATCH v4 2/2 RESEND] dt-bindings: cache: Add docs for StarFive Starlink cache controller Joshua Yeong
2024-05-15  7:21 ` [PATCH v4 0/2 RESEND] Add StarFive's StarLink Cache Controller Conor Dooley
2024-05-28 11:44 ` Conor Dooley

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