Message ID | 20240707-whoever-undesired-c5f6e96ae403@spud (mailing list archive) |
---|---|
State | Accepted |
Commit | 9e6b81559330f3c5fa1a5352af7e9682efe1f7df |
Headers | show |
Series | [GIT,PULL] RISC-V cache drivers for v6.11 | expand |
Hello: This pull request was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Sun, 7 Jul 2024 18:27:42 +0100 you wrote: > Hey Arnd, > > Another attempt 2 with a fixed $subject. > > Please pull the addition of a new cache driver. > > There's a wee maintainers update in here too, I put the series on this > branch as one patch is cache related and I have no soc driver patches. > > [...] Here is the summary with links: - [GIT,PULL] RISC-V cache drivers for v6.11 https://git.kernel.org/soc/soc/c/9e6b81559330 You are awesome, thank you!
Hey Arnd, Another attempt 2 with a fixed $subject. Please pull the addition of a new cache driver. There's a wee maintainers update in here too, I put the series on this branch as one patch is cache related and I have no soc driver patches. Cheers, Conor. The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0: Linux 6.10-rc1 (2024-05-26 15:20:12 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ riscv-cache-for-v6.11 for you to fetch changes up to 3d41249c1dee0fa22ebd8d27aa0a280edf943a0e: MAINTAINERS: add microchip soc binding directory to microchip soc driver entry (2024-06-27 17:33:06 +0100) ---------------------------------------------------------------- RISC-V cache drivers for v6.11 StarFive: A new driver for the cache controller on the jh8100, which didn't implement Zicbom and thus needs an implementation of non-standard cache management operations. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> ---------------------------------------------------------------- Conor Dooley (2): MAINTAINERS: add cache binding directory to cache driver entry MAINTAINERS: add microchip soc binding directory to microchip soc driver entry Joshua Yeong (2): dt-bindings: cache: Add docs for StarFive Starlink cache controller cache: Add StarFive StarLink cache management .../cache/starfive,jh8100-starlink-cache.yaml | 66 +++++++++++ MAINTAINERS | 2 + drivers/cache/Kconfig | 9 ++ drivers/cache/Makefile | 5 +- drivers/cache/starfive_starlink_cache.c | 130 +++++++++++++++++++++ 5 files changed, 210 insertions(+), 2 deletions(-) create mode 100644 Documentation/devicetree/bindings/cache/starfive,jh8100-starlink-cache.yaml create mode 100644 drivers/cache/starfive_starlink_cache.c