]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cache: Add StarFive StarLink cache management
authorJoshua Yeong <joshua.yeong@starfivetech.com>
Wed, 15 May 2024 05:02:52 +0000 (13:02 +0800)
committerConor Dooley <conor.dooley@microchip.com>
Tue, 28 May 2024 11:34:11 +0000 (12:34 +0100)
commitcabff60ca77da6cb460988e2af40bde95776d92b
treeb997127aa411bd3bb023f43a1ca235317a7b7275
parentc6005d4dd216a5eb0837432511cc87c9a19c5c9e
cache: Add StarFive StarLink cache management

Add StarFive Starlink cache management driver.
The driver enables RISC-V non-standard cache
operation on SoC that does not support Zicbom
extension instructions.

Signed-off-by: Joshua Yeong <joshua.yeong@starfivetech.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
drivers/cache/Kconfig
drivers/cache/Makefile
drivers/cache/starfive_starlink_cache.c [new file with mode: 0644]