Re: [PATCH v5 3/3] irqchip/plic: add support for UltraRISC DP1000 PLIC
From: Thomas Gleixner
Date: Thu Oct 16 2025 - 06:17:36 EST
On Thu, Oct 16 2025 at 09:42, Lucas Zampieri wrote:
> @@ -430,6 +516,8 @@ static const struct of_device_id plic_match[] = {
^^^^^^^^^^^^
How on earth did you manage to screw up the hunk header?
Applying: irqchip/plic: Add support for UltraRISC DP1000 PLIC
error: corrupt patch at line 116
> .data = (const void *)BIT(PLIC_QUIRK_EDGE_INTERRUPT) },
> { .compatible = "thead,c900-plic",
> .data = (const void *)BIT(PLIC_QUIRK_EDGE_INTERRUPT) },
> + { .compatible = "ultrarisc,cp100-plic",
> + .data = (const void *)BIT(PLIC_QUIRK_CP100_CLAIM_REGISTER_ERRATUM) },
> {}
> };
>
> @@ -664,12 +752,16 @@ static int plic_probe(struct fwnode_handle *fwnode)
^^^^^^^^^^^^^^^
Ditto here.
I fixed it up manually. Please be more careful next time.