[PATCH net-next 0/6] net: ipa: more work toward runtime PM

From: Alex Elder
Date: Wed Aug 04 2021 - 11:36:37 EST


The first two patches in this series are basically bug fixes, but in
practice I don't think we've seen the problems they might cause.

The third patch moves clock and interconnect related error messages
around a bit, reporting better information and doing so in the
functions where they are enabled or disabled (rather than those
functions' callers).

The last three patches move power-related code into "ipa_clock.c",
as a step toward generalizing the purpose of that source file.

-Alex

Alex Elder (6):
net: ipa: don't suspend/resume modem if not up
net: ipa: reorder netdev pointer assignments
net: ipa: improve IPA clock error messages
net: ipa: move IPA power operations to ipa_clock.c
net: ipa: move ipa_suspend_handler()
net: ipa: move IPA flags field

drivers/net/ipa/ipa.h | 12 ---
drivers/net/ipa/ipa_clock.c | 147 +++++++++++++++++++++++++++++++-----
drivers/net/ipa/ipa_clock.h | 15 ++++
drivers/net/ipa/ipa_main.c | 97 ++----------------------
drivers/net/ipa/ipa_modem.c | 30 +++++---
5 files changed, 172 insertions(+), 129 deletions(-)

--
2.27.0