Re: [PATCH] kernel: irq: fix build failure

2016-10-24 Thread Lee Jones
On Mon, 24 Oct 2016, Stephen Rothwell wrote: > On Mon, 24 Oct 2016 11:22:15 +0100 Lee Jones wrote: > > On Fri, 21 Oct 2016, Thomas Gleixner wrote: > > > > > On Fri, 21 Oct 2016, Stephen Rothwell wrote: > > > > On Thu, 20 Oct 2016 14:55:45 +0200 (CEST) Thomas Gleixner > > > > wrote: > > > >

Re: [PATCH] kernel: irq: fix build failure

2016-10-24 Thread Stephen Rothwell
Hi Lee, On Mon, 24 Oct 2016 11:22:15 +0100 Lee Jones wrote: > > On Fri, 21 Oct 2016, Thomas Gleixner wrote: > > > On Fri, 21 Oct 2016, Stephen Rothwell wrote: > > > On Thu, 20 Oct 2016 14:55:45 +0200 (CEST) Thomas Gleixner > > > wrote: > > > > I know. This is under discussion with the driv

Re: [PATCH] kernel: irq: fix build failure

2016-10-24 Thread Lee Jones
On Fri, 21 Oct 2016, Thomas Gleixner wrote: > On Fri, 21 Oct 2016, Stephen Rothwell wrote: > > On Thu, 20 Oct 2016 14:55:45 +0200 (CEST) Thomas Gleixner > > wrote: > > > I know. This is under discussion with the driver folks as we are not going > > > to blindly export stuff just because someone

Re: [PATCH] kernel: irq: fix build failure

2016-10-21 Thread Stephen Rothwell
Hi Thomas, On Fri, 21 Oct 2016 10:07:41 +0200 (CEST) Thomas Gleixner wrote: > > On Fri, 21 Oct 2016, Stephen Rothwell wrote: > > On Thu, 20 Oct 2016 14:55:45 +0200 (CEST) Thomas Gleixner > > wrote: > > > I know. This is under discussion with the driver folks as we are not going > > > to blin

Re: [PATCH] kernel: irq: fix build failure

2016-10-21 Thread Thomas Gleixner
On Fri, 21 Oct 2016, Stephen Rothwell wrote: > On Thu, 20 Oct 2016 14:55:45 +0200 (CEST) Thomas Gleixner > wrote: > > I know. This is under discussion with the driver folks as we are not going > > to blindly export stuff just because someone slapped a irq_set_parent() > > into the code w/o knowin

Re: [PATCH] kernel: irq: fix build failure

2016-10-20 Thread Stephen Rothwell
Hi Thomas, On Thu, 20 Oct 2016 14:55:45 +0200 (CEST) Thomas Gleixner wrote: > > On Mon, 10 Oct 2016, Sudip Mukherjee wrote: > > > On Thursday 06 October 2016 11:06 PM, Sudip Mukherjee wrote: > > > The allmodconfig build of powerpc is failing with the error: > > > ERROR: ".irq_set_parent" [dri

Re: [PATCH] kernel: irq: fix build failure

2016-10-20 Thread Thomas Gleixner
On Mon, 10 Oct 2016, Sudip Mukherjee wrote: > On Thursday 06 October 2016 11:06 PM, Sudip Mukherjee wrote: > > The allmodconfig build of powerpc is failing with the error: > > ERROR: ".irq_set_parent" [drivers/mfd/tps65217.ko] undefined! > > > > export the symbol to fix the failure. > > Hi Thoma

Re: [PATCH] kernel: irq: fix build failure

2016-10-10 Thread Sudip Mukherjee
On Thursday 06 October 2016 11:06 PM, Sudip Mukherjee wrote: The allmodconfig build of powerpc is failing with the error: ERROR: ".irq_set_parent" [drivers/mfd/tps65217.ko] undefined! export the symbol to fix the failure. Hi Thomas, powerpc and arm allmodconfig builds still fails with the same