[PATCH 3/4] soc: fsl: qe: Add support of IRQ in QE GPIO
Krzysztof Kozlowski
krzk at kernel.org
Wed Aug 13 01:30:28 AEST 2025
On 12/08/2025 13:02, Christophe Leroy wrote:
>
> qe_gc = kzalloc(sizeof(*qe_gc), GFP_KERNEL);
> if (!qe_gc) {
> @@ -313,6 +324,14 @@ static int qe_gpio_probe(struct platform_device *ofdev)
>
> spin_lock_init(&qe_gc->lock);
>
> + if (!of_property_read_u32(np, "fsl,qe-gpio-irq-mask", &mask)) {
Undocumented ABI. You cannot add such stuff and testing your DTS would
point it out.
Best regards,
Krzysztof
More information about the Linuxppc-dev
mailing list