Re: [PATCH] mfd: tps6586x: implement irq_set_wake

2013-09-09 Thread Lee Jones
On Fri, 06 Sep 2013, Stephen Warren wrote: > From: Stephen Warren > > rtc-tps6586x calls enable/disable_irq_wake() during suspend/resume. Since > the main tps6586x irq_chip doesn't implement .irq_set_wake, this causes > the RTC's enable_irq_wake() to fail, and the disable_irq_wake() to spew a >

[PATCH] mfd: tps6586x: implement irq_set_wake

2013-09-06 Thread Stephen Warren
From: Stephen Warren rtc-tps6586x calls enable/disable_irq_wake() during suspend/resume. Since the main tps6586x irq_chip doesn't implement .irq_set_wake, this causes the RTC's enable_irq_wake() to fail, and the disable_irq_wake() to spew a WARN about unbalanced wake disable. Solve this by implem