Re: [PATCH v1] gpiolib: Bind gpio_device to a driver to enable fw_devlink=on by default

2021-01-16 Thread Andy Shevchenko
On Fri, Jan 15, 2021 at 11:03 PM Saravana Kannan wrote: > > There are multiple instances of GPIO devictree nodes of the form: What? Device Tree (or device tree). > foo { > compatible = "acme,foo"; > ... > > gpio0: gpio0@ { > compatible =

Re: [PATCH v1] gpiolib: Bind gpio_device to a driver to enable fw_devlink=on by default

2021-01-15 Thread kernel test robot
Hi Saravana, I love your patch! Yet something to improve: [auto build test ERROR on gpio/for-next] [also build test ERROR on v5.11-rc3 next-20210115] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in

[PATCH v1] gpiolib: Bind gpio_device to a driver to enable fw_devlink=on by default

2021-01-15 Thread Saravana Kannan
There are multiple instances of GPIO devictree nodes of the form: foo { compatible = "acme,foo"; ... gpio0: gpio0@ { compatible = "acme,bar"; ... gpio-controller; }; gpio1: gpio1@ {