Re: [PATCH] gpio: gpio-reg: fix build

2017-12-24 Thread Russell King - ARM Linux
On Sun, Dec 24, 2017 at 06:44:07PM +0100, Linus Walleij wrote: > On Sun, Dec 24, 2017 at 4:56 PM, Russell King - ARM Linux > wrote: > > > But the main thing is, this needs to be fixed - it's been causing build > > errors for those of us carrying patches to use it, and

Re: [PATCH] gpio: gpio-reg: fix build

2017-12-24 Thread Russell King - ARM Linux
On Sun, Dec 24, 2017 at 06:44:07PM +0100, Linus Walleij wrote: > On Sun, Dec 24, 2017 at 4:56 PM, Russell King - ARM Linux > wrote: > > > But the main thing is, this needs to be fixed - it's been causing build > > errors for those of us carrying patches to use it, and thereby destroying > > the

Re: [PATCH] gpio: gpio-reg: fix build

2017-12-24 Thread Linus Walleij
On Sun, Dec 24, 2017 at 4:56 PM, Russell King - ARM Linux wrote: > But the main thing is, this needs to be fixed - it's been causing build > errors for those of us carrying patches to use it, and thereby destroying > the usefulness of nightly testing. I'm sorry, it's my

Re: [PATCH] gpio: gpio-reg: fix build

2017-12-24 Thread Linus Walleij
On Sun, Dec 24, 2017 at 4:56 PM, Russell King - ARM Linux wrote: > But the main thing is, this needs to be fixed - it's been causing build > errors for those of us carrying patches to use it, and thereby destroying > the usefulness of nightly testing. I'm sorry, it's my fault for not being

Re: [PATCH] gpio: gpio-reg: fix build

2017-12-24 Thread Russell King - ARM Linux
On Sun, Dec 24, 2017 at 04:49:39PM +0100, Geert Uytterhoeven wrote: > Hi Grygorii, > > On Wed, Dec 6, 2017 at 6:37 PM, Grygorii Strashko > wrote: > > Revert changes introduced by commit f0fbe7bce733 ("gpio: Move irqdomain > > into struct gpio_irq_chip") as they are not

Re: [PATCH] gpio: gpio-reg: fix build

2017-12-24 Thread Russell King - ARM Linux
On Sun, Dec 24, 2017 at 04:49:39PM +0100, Geert Uytterhoeven wrote: > Hi Grygorii, > > On Wed, Dec 6, 2017 at 6:37 PM, Grygorii Strashko > wrote: > > Revert changes introduced by commit f0fbe7bce733 ("gpio: Move irqdomain > > into struct gpio_irq_chip") as they are not aplicable to this driver.

Re: [PATCH] gpio: gpio-reg: fix build

2017-12-24 Thread Geert Uytterhoeven
Hi Grygorii, On Wed, Dec 6, 2017 at 6:37 PM, Grygorii Strashko wrote: > Revert changes introduced by commit f0fbe7bce733 ("gpio: Move irqdomain > into struct gpio_irq_chip") as they are not aplicable to this driver. > > Cc: Russell King - ARM Linux

Re: [PATCH] gpio: gpio-reg: fix build

2017-12-24 Thread Geert Uytterhoeven
Hi Grygorii, On Wed, Dec 6, 2017 at 6:37 PM, Grygorii Strashko wrote: > Revert changes introduced by commit f0fbe7bce733 ("gpio: Move irqdomain > into struct gpio_irq_chip") as they are not aplicable to this driver. > > Cc: Russell King - ARM Linux > Fixes: f0fbe7bce733 ("gpio: Move irqdomain

Re: [PATCH] gpio: gpio-reg: fix build

2017-12-07 Thread Linus Walleij
On Wed, Dec 6, 2017 at 6:37 PM, Grygorii Strashko wrote: > Revert changes introduced by commit f0fbe7bce733 ("gpio: Move irqdomain > into struct gpio_irq_chip") as they are not aplicable to this driver. > > Cc: Russell King - ARM Linux > Fixes:

Re: [PATCH] gpio: gpio-reg: fix build

2017-12-07 Thread Linus Walleij
On Wed, Dec 6, 2017 at 6:37 PM, Grygorii Strashko wrote: > Revert changes introduced by commit f0fbe7bce733 ("gpio: Move irqdomain > into struct gpio_irq_chip") as they are not aplicable to this driver. > > Cc: Russell King - ARM Linux > Fixes: f0fbe7bce733 ("gpio: Move irqdomain into struct

[PATCH] gpio: gpio-reg: fix build

2017-12-06 Thread Grygorii Strashko
Revert changes introduced by commit f0fbe7bce733 ("gpio: Move irqdomain into struct gpio_irq_chip") as they are not aplicable to this driver. Cc: Russell King - ARM Linux Fixes: f0fbe7bce733 ("gpio: Move irqdomain into struct gpio_irq_chip") Signed-off-by: Grygorii

[PATCH] gpio: gpio-reg: fix build

2017-12-06 Thread Grygorii Strashko
Revert changes introduced by commit f0fbe7bce733 ("gpio: Move irqdomain into struct gpio_irq_chip") as they are not aplicable to this driver. Cc: Russell King - ARM Linux Fixes: f0fbe7bce733 ("gpio: Move irqdomain into struct gpio_irq_chip") Signed-off-by: Grygorii Strashko --- Sorry, for