From: David S. Miller Date: Tue, 27 Jul 2021 23:06:41 +0000 (+0100) Subject: Merge branch 'ipa-clock-refs' X-Git-Tag: v5.15-rc1~157^2~372 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=299b50fc9e8b986d21e51ac8bac0a880bf8c5fc5;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'ipa-clock-refs' Alex Elder says: ==================== net: ipa: add clock references This series continues preparation for implementing runtime power management for IPA. We need to ensure that the IPA core clock and interconnects are operational whenever IPA hardware is accessed. And in particular this means that any external entry point that can lead to accessing IPA hardware must guarantee the hardware is "up" when it is accessed. The first four patches in this series take IPA clock references when needed by such external entry points, dropping those references in those same functions when they are no longer required. The last patch is a bit different, though it too prepares for enabling runtime power management. It avoids suspending/resuming endpoints if setup is not complete. ==================== Signed-off-by: David S. Miller --- 299b50fc9e8b986d21e51ac8bac0a880bf8c5fc5