From: David S. Miller Date: Wed, 4 Aug 2021 09:12:05 +0000 (+0100) Subject: Merge branch 'ipa-pm-irqs' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8eceea41347eb3a5ec8e23c4a303e95be8b85383;p=linux.git Merge branch 'ipa-pm-irqs' Alex Elder says: ==================== net: ipa: prepare GSI interrupts for runtime PM The last patch in this series arranges for GSI interrupts to be disabled when the IPA hardware is suspended. This ensures the clock is always operational when a GSI interrupt fires. Leading up to that are patches that rearrange the code a bit to allow this to be done. The first two patches aren't *directly* related. They remove some flag arguments to some GSI suspend/resume related functions, using the version field now present in the GSI structure. ==================== Signed-off-by: David S. Miller --- 8eceea41347eb3a5ec8e23c4a303e95be8b85383