Re: [PATCH v7 06/11] gpio: regmap: Allow to allocate regmap-irq device
From: Andy Shevchenko
Date: Fri May 02 2025 - 06:22:33 EST
On Mon, Apr 28, 2025 at 01:57:24PM +0200, Mathieu Dubois-Briand wrote:
> GPIO controller often have support for IRQ: allow to easily allocate
> both gpio-regmap and regmap-irq in one operation.
...
> -#include <linux/array_size.h>
Stray change?
> #include <linux/device.h>
> #include <linux/export.h>
> #include <linux/interrupt.h>
> #include <linux/irq.h>
> #include <linux/irqdomain.h>
> +#include <linux/overflow.h>
> #include <linux/pm_runtime.h>
> #include <linux/regmap.h>
> #include <linux/slab.h>
--
With Best Regards,
Andy Shevchenko