Re: [PATCH v5 2/7] gpio: ep93xx: Fix single irqchip with multi gpiochips

2021-02-09 Thread Andy Shevchenko
On Tue, Feb 9, 2021 at 2:54 PM Nikita Shubin wrote: > On Tuesday, 9 February 2021 15:46:19 MSK Andy Shevchenko wrote: > >On Tue, Feb 9, 2021 at 2:35 PM Nikita Shubin > wrote: > >> On Monday, 8 February 2021 16:20:17 MSK Andy Shevchenko wrote: > >> >On Mon, Feb 8, 2021 at 11:00 AM Nikita Shubin >

Re: [PATCH v5 2/7] gpio: ep93xx: Fix single irqchip with multi gpiochips

2021-02-09 Thread Nikita Shubin
On Tuesday, 9 February 2021 15:46:19 MSK Andy Shevchenko wrote: >On Tue, Feb 9, 2021 at 2:35 PM Nikita Shubin wrote: >> On Monday, 8 February 2021 16:20:17 MSK Andy Shevchenko wrote: >> >On Mon, Feb 8, 2021 at 11:00 AM Nikita Shubin >> >> wrote: >... > >> >> +static void ep93xx_init_irq_chip(st

Re: [PATCH v5 2/7] gpio: ep93xx: Fix single irqchip with multi gpiochips

2021-02-09 Thread Andy Shevchenko
On Tue, Feb 9, 2021 at 2:35 PM Nikita Shubin wrote: > On Monday, 8 February 2021 16:20:17 MSK Andy Shevchenko wrote: > >On Mon, Feb 8, 2021 at 11:00 AM Nikita Shubin > wrote: ... > >> +static void ep93xx_init_irq_chip(struct device *dev, struct irq_chip > >> *ic, const char *label) +{ > >> > >>

Re: [PATCH v5 2/7] gpio: ep93xx: Fix single irqchip with multi gpiochips

2021-02-09 Thread Nikita Shubin
Hello Andy. On Monday, 8 February 2021 16:20:17 MSK Andy Shevchenko wrote: >On Mon, Feb 8, 2021 at 11:00 AM Nikita Shubin wrote: >> Fixes the following warnings which results in interrupts disabled on >> port B/F: >> >> gpio gpiochip1: (B): detected irqchip that is shared with multiple >> gpioc

Re: [PATCH v5 2/7] gpio: ep93xx: Fix single irqchip with multi gpiochips

2021-02-08 Thread Alexander Sverdlin
Hello Nikita, On Mon, 2021-02-08 at 11:59 +0300, Nikita Shubin wrote: > Fixes the following warnings which results in interrupts disabled on > port B/F: > > gpio gpiochip1: (B): detected irqchip that is shared with multiple gpiochips: > please fix the driver. > gpio gpiochip5: (F): detected irqc

Re: [PATCH v5 2/7] gpio: ep93xx: Fix single irqchip with multi gpiochips

2021-02-08 Thread Andy Shevchenko
On Mon, Feb 8, 2021 at 11:00 AM Nikita Shubin wrote: > > Fixes the following warnings which results in interrupts disabled on > port B/F: > > gpio gpiochip1: (B): detected irqchip that is shared with multiple gpiochips: > please fix the driver. > gpio gpiochip5: (F): detected irqchip that is shar

[PATCH v5 2/7] gpio: ep93xx: Fix single irqchip with multi gpiochips

2021-02-08 Thread Nikita Shubin
Fixes the following warnings which results in interrupts disabled on port B/F: gpio gpiochip1: (B): detected irqchip that is shared with multiple gpiochips: please fix the driver. gpio gpiochip5: (F): detected irqchip that is shared with multiple gpiochips: please fix the driver. - added separa