Re: [PATCH] mfd: motorola-cpcap: Disable interrupt for suspend

2020-07-16 Thread Lee Jones
On Mon, 06 Jul 2020, Tony Lindgren wrote: > Otherwise we get spammed with errors on resume after rtcwake: > > cpcap-core spi0.0: Failed to read IRQ status: -108 > > Note that rtcwake is still capable of waking up the system with > this patch. > > Cc: Merlijn Wajer > Cc: Pavel Machek > Cc: Seb

[PATCH] mfd: motorola-cpcap: Disable interrupt for suspend

2020-07-06 Thread Tony Lindgren
Otherwise we get spammed with errors on resume after rtcwake: cpcap-core spi0.0: Failed to read IRQ status: -108 Note that rtcwake is still capable of waking up the system with this patch. Cc: Merlijn Wajer Cc: Pavel Machek Cc: Sebastian Reichel Signed-off-by: Tony Lindgren --- This has alw