[PATCH 1/7] cache: ax45mp_cache: refactor cache driver for generic Andes platform support

Krzysztof Kozlowski krzk at kernel.org
Mon Mar 30 06:01:30 PDT 2026


On 30/03/2026 12:27, Hui Min Mina Chou wrote:
> -
> -static const struct riscv_nonstd_cache_ops ax45mp_cmo_ops __initdata = {
> -	.wback = &ax45mp_dma_cache_wback,
> -	.inv = &ax45mp_dma_cache_inv,
> -	.wback_inv = &ax45mp_dma_cache_wback_inv,
> -};
> -
> -static const struct of_device_id ax45mp_cache_ids[] = {
> -	{ .compatible = "andestech,ax45mp-cache" },

NAK, actual ABI break.

Best regards,
Krzysztof



More information about the linux-riscv mailing list