[PATCH V2 2/3] gpio: xilinx: Add interrupt support

Srinivas Neeli sneeli at xilinx.com
Fri Jul 24 10:56:11 EDT 2020


Hi Linus,

Thanks for the review

> -----Original Message-----
> From: Linus Walleij <linus.walleij at linaro.org>
> Sent: Friday, July 24, 2020 2:52 PM
> To: kernel test robot <lkp at intel.com>
> Cc: Srinivas Neeli <sneeli at xilinx.com>; Bartosz Golaszewski
> <bgolaszewski at baylibre.com>; Michal Simek <michals at xilinx.com>;
> Shubhrajyoti Datta <shubhraj at xilinx.com>; Srinivas Goud
> <sgoud at xilinx.com>; kbuild-all at lists.01.org; open list:GPIO SUBSYSTEM
> <linux-gpio at vger.kernel.org>; Linux ARM <linux-arm-
> kernel at lists.infradead.org>; linux-kernel at vger.kernel.org; git
> <git at xilinx.com>
> Subject: Re: [PATCH V2 2/3] gpio: xilinx: Add interrupt support
> 
> On Fri, Jul 24, 2020 at 6:12 AM kernel test robot <lkp at intel.com> wrote:
> 
> >    drivers/gpio/gpio-xilinx.c: In function 'xgpio_probe':
> >    drivers/gpio/gpio-xilinx.c:638:10: error: 'struct gpio_chip' has no member
> named 'of_gpio_n_cells'
> >      638 |  chip->gc.of_gpio_n_cells = cells;
> >          |          ^
> > >> drivers/gpio/gpio-xilinx.c:639:10: error: 'struct gpio_chip' has no
> member named 'of_xlate'
> >      639 |  chip->gc.of_xlate = xgpio_xlate;
> >          |          ^
> 
> This is probably because your driver needs:
> 
> depends on OF_GPIO
> 
> in KConfig
> 
I will address in v3.

> Yours,
> Linus Walleij


More information about the linux-arm-kernel mailing list