Re: [PATCH v2 2/3] gpio: davinci: Add new compatible for K3 AM654 SoCs

2019-06-07 Thread Linus Walleij
On Thu, Jun 6, 2019 at 9:49 AM Bartosz Golaszewski wrote: > śr., 5 cze 2019 o 17:12 Keerthy napisał(a): > > >> static const struct of_device_id davinci_gpio_ids[] = { > > >> { .compatible = "ti,keystone-gpio", keystone_gpio_get_irq_chip}, > > >> + { .compatible =

Re: [PATCH v2 2/3] gpio: davinci: Add new compatible for K3 AM654 SoCs

2019-06-07 Thread Linus Walleij
On Wed, Jun 5, 2019 at 10:02 AM Keerthy wrote: > Add new compatible for K3 AM654 SoCs. > > Signed-off-by: Keerthy Patch applied. Yours, Linus Walleij

Re: [PATCH v2 2/3] gpio: davinci: Add new compatible for K3 AM654 SoCs

2019-06-06 Thread Bartosz Golaszewski
śr., 5 cze 2019 o 17:12 Keerthy napisał(a): > > > > On 05/06/19 7:56 PM, Bartosz Golaszewski wrote: > > śr., 5 cze 2019 o 10:02 Keerthy napisał(a): > >> > >> Add new compatible for K3 AM654 SoCs. > >> > >> Signed-off-by: Keerthy > >> --- > >> drivers/gpio/gpio-davinci.c | 1 + > >> 1 file

Re: [PATCH v2 2/3] gpio: davinci: Add new compatible for K3 AM654 SoCs

2019-06-05 Thread Keerthy
On 05/06/19 7:56 PM, Bartosz Golaszewski wrote: śr., 5 cze 2019 o 10:02 Keerthy napisał(a): Add new compatible for K3 AM654 SoCs. Signed-off-by: Keerthy --- drivers/gpio/gpio-davinci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpio/gpio-davinci.c

Re: [PATCH v2 2/3] gpio: davinci: Add new compatible for K3 AM654 SoCs

2019-06-05 Thread Bartosz Golaszewski
śr., 5 cze 2019 o 10:02 Keerthy napisał(a): > > Add new compatible for K3 AM654 SoCs. > > Signed-off-by: Keerthy > --- > drivers/gpio/gpio-davinci.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpio/gpio-davinci.c b/drivers/gpio/gpio-davinci.c > index