Re: powerpc: IRQF_NO_SUSPEND not IRQF_TIMER for non-timer

2015-11-26 Thread Michael Ellerman
On Wed, 2015-11-11 at 14:15:03 UTC, John Ogness wrote: > Since gpio1 is not a timer, it also should not use IRQF_TIMER. > > Similar to commit ba461f094bab ("powerpc: Use IRQF_NO_SUSPEND not > IRQF_TIMER for non-timer interrupts"). > > Signed-off-by: John Ogness Applied to powerpc next, thanks.

[PATCH] powerpc: IRQF_NO_SUSPEND not IRQF_TIMER for non-timer

2015-11-11 Thread John Ogness
Since gpio1 is not a timer, it also should not use IRQF_TIMER. Similar to commit ba461f094bab ("powerpc: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interrupts"). Signed-off-by: John Ogness --- drivers/macintosh/via-pmu.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff