Re: [PATCH v2 2/5] genirq: Export irq_chip_set_wake_parent()

2018-12-06 Thread Thomas Gleixner
On Thu, 6 Dec 2018, Marc Zyngier wrote: > On 05/12/2018 21:31, Linus Walleij wrote: > > On Thu, Nov 29, 2018 at 6:03 PM Thierry Reding > > wrote: > > > >> From: Thierry Reding > >> > >> Interrupt controllers in a hierarchy want to use this function to > >> propogate ->irq_set_wake()

Re: [PATCH v2 2/5] genirq: Export irq_chip_set_wake_parent()

2018-12-06 Thread Thomas Gleixner
On Thu, 6 Dec 2018, Marc Zyngier wrote: > On 05/12/2018 21:31, Linus Walleij wrote: > > On Thu, Nov 29, 2018 at 6:03 PM Thierry Reding > > wrote: > > > >> From: Thierry Reding > >> > >> Interrupt controllers in a hierarchy want to use this function to > >> propogate ->irq_set_wake()

Re: [PATCH v2 2/5] genirq: Export irq_chip_set_wake_parent()

2018-12-06 Thread Marc Zyngier
On 05/12/2018 21:31, Linus Walleij wrote: > On Thu, Nov 29, 2018 at 6:03 PM Thierry Reding > wrote: > >> From: Thierry Reding >> >> Interrupt controllers in a hierarchy want to use this function to >> propogate ->irq_set_wake() operations to their parent domains. >> >> Signed-off-by: Thierry

Re: [PATCH v2 2/5] genirq: Export irq_chip_set_wake_parent()

2018-12-06 Thread Marc Zyngier
On 05/12/2018 21:31, Linus Walleij wrote: > On Thu, Nov 29, 2018 at 6:03 PM Thierry Reding > wrote: > >> From: Thierry Reding >> >> Interrupt controllers in a hierarchy want to use this function to >> propogate ->irq_set_wake() operations to their parent domains. >> >> Signed-off-by: Thierry

Re: [PATCH v2 2/5] genirq: Export irq_chip_set_wake_parent()

2018-12-05 Thread Linus Walleij
On Thu, Nov 29, 2018 at 6:03 PM Thierry Reding wrote: > From: Thierry Reding > > Interrupt controllers in a hierarchy want to use this function to > propogate ->irq_set_wake() operations to their parent domains. > > Signed-off-by: Thierry Reding Tglx/Marc: is this change OK? (ACK?) Yours,

Re: [PATCH v2 2/5] genirq: Export irq_chip_set_wake_parent()

2018-12-05 Thread Linus Walleij
On Thu, Nov 29, 2018 at 6:03 PM Thierry Reding wrote: > From: Thierry Reding > > Interrupt controllers in a hierarchy want to use this function to > propogate ->irq_set_wake() operations to their parent domains. > > Signed-off-by: Thierry Reding Tglx/Marc: is this change OK? (ACK?) Yours,

[PATCH v2 2/5] genirq: Export irq_chip_set_wake_parent()

2018-11-29 Thread Thierry Reding
From: Thierry Reding Interrupt controllers in a hierarchy want to use this function to propogate ->irq_set_wake() operations to their parent domains. Signed-off-by: Thierry Reding --- kernel/irq/chip.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c

[PATCH v2 2/5] genirq: Export irq_chip_set_wake_parent()

2018-11-29 Thread Thierry Reding
From: Thierry Reding Interrupt controllers in a hierarchy want to use this function to propogate ->irq_set_wake() operations to their parent domains. Signed-off-by: Thierry Reding --- kernel/irq/chip.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c