[PATCH v4 2/3] dma: arm-dma350: support combined IRQ mode with runtime IRQ topology detection

Krzysztof Kozlowski krzk at kernel.org
Mon Mar 23 05:03:35 PDT 2026


On 23/03/2026 12:48, Jun Guo wrote:
>  
>  		dch->has_wrap = FIELD_GET(CH_CFG_HAS_WRAP, reg);
>  		dch->has_trig = FIELD_GET(CH_CFG_HAS_TRIGIN, reg) &
> @@ -640,6 +752,7 @@ static void d350_remove(struct platform_device *pdev)
>  }
>  
>  static const struct of_device_id d350_of_match[] __maybe_unused = {
> +	{ .compatible = "cix,sky1-dma-350" },

Redundant. Drop. Review your LLM generated code...


>  	{ .compatible = "arm,dma-350" },
>  	{}
>  };


Best regards,
Krzysztof



More information about the linux-arm-kernel mailing list