Re: [PATCH] mfd: tps65217: Drop call to irq_set_parent()

2016-11-09 Thread Lee Jones
On Wed, 26 Oct 2016, Guenter Roeck wrote: > On 10/26/2016 05:58 AM, Lee Jones wrote: > > On Wed, 26 Oct 2016, Thomas Gleixner wrote: > > > > > On Wed, 26 Oct 2016, Lee Jones wrote: > > > > On Fri, 14 Oct 2016, Guenter Roeck wrote: > > > > > > > > > The call to irq_set_parent() causes the followi

Re: [PATCH] mfd: tps65217: Drop call to irq_set_parent()

2016-10-26 Thread Guenter Roeck
On 10/26/2016 05:58 AM, Lee Jones wrote: On Wed, 26 Oct 2016, Thomas Gleixner wrote: On Wed, 26 Oct 2016, Lee Jones wrote: On Fri, 14 Oct 2016, Guenter Roeck wrote: The call to irq_set_parent() causes the following build error if tps65217 is built as module. ERROR: ".irq_set_parent" [driver

Re: [PATCH] mfd: tps65217: Drop call to irq_set_parent()

2016-10-26 Thread Lee Jones
On Fri, 14 Oct 2016, Guenter Roeck wrote: > The call to irq_set_parent() causes the following build error if tps65217 > is built as module. > > ERROR: ".irq_set_parent" [drivers/mfd/tps65217.ko] undefined! > > The problem was introduced with commit 6556bdacf646f ("mfd: tps65217: Add > support fo

Re: [PATCH] mfd: tps65217: Drop call to irq_set_parent()

2016-10-26 Thread Lee Jones
On Wed, 26 Oct 2016, Thomas Gleixner wrote: > On Wed, 26 Oct 2016, Lee Jones wrote: > > On Fri, 14 Oct 2016, Guenter Roeck wrote: > > > > > The call to irq_set_parent() causes the following build error if tps65217 > > > is built as module. > > > > > > ERROR: ".irq_set_parent" [drivers/mfd/tps652

Re: [PATCH] mfd: tps65217: Drop call to irq_set_parent()

2016-10-26 Thread Thomas Gleixner
On Wed, 26 Oct 2016, Lee Jones wrote: > On Fri, 14 Oct 2016, Guenter Roeck wrote: > > > The call to irq_set_parent() causes the following build error if tps65217 > > is built as module. > > > > ERROR: ".irq_set_parent" [drivers/mfd/tps65217.ko] undefined! > > > > The problem was introduced with

[PATCH] mfd: tps65217: Drop call to irq_set_parent()

2016-10-14 Thread Guenter Roeck
The call to irq_set_parent() causes the following build error if tps65217 is built as module. ERROR: ".irq_set_parent" [drivers/mfd/tps65217.ko] undefined! The problem was introduced with commit 6556bdacf646f ("mfd: tps65217: Add support for IRQs"). The author states: "I have added irq_set_paren