]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipa: request IPA register values be retained
authorAlex Elder <elder@linaro.org>
Tue, 1 Feb 2022 15:02:05 +0000 (09:02 -0600)
committerJakub Kicinski <kuba@kernel.org>
Thu, 3 Feb 2022 16:03:43 +0000 (08:03 -0800)
commit8013af20b35b5b79a540c020fbd83c0182968a7d
treeef2a4c77b1aa36414499d176e709aae58fecc853
parentdf4c6bbfcde02beb072d4489409b80a35a7d847e
net: ipa: request IPA register values be retained

In some cases, the IPA hardware needs to request the always-on
subsystem (AOSS) to coordinate with the IPA microcontroller to
retain IPA register values at power collapse.  This is done by
issuing a QMP request to the AOSS microcontroller.  A similar
request ondoes that request.

We must get and hold the "QMP" handle early, because we might get
back EPROBE_DEFER for that.  But the actual request should be sent
while we know the IPA clock is active, and when we know the
microcontroller is operational.

Fixes: 4447751f5012 ("net: ipa: use autosuspend")
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipa/ipa_power.c
drivers/net/ipa/ipa_power.h
drivers/net/ipa/ipa_uc.c