]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ipa-runtime-pm'
authorDavid S. Miller <davem@davemloft.net>
Thu, 5 Aug 2021 10:27:05 +0000 (11:27 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Aug 2021 10:27:05 +0000 (11:27 +0100)
commit9d8e040311b9b6f0f78f61d477247cd0bf0905d1
tree86cfad3184988cd1641b36901328fe879a28b4e3
parent218191d191b3e3e685fe6fa82f0966fd981827c9
parentbe8be4a76549271c8a4cfbe252e6734569149f2e
Merge branch 'ipa-runtime-pm'

Alex Elder says:

====================
net: ipa: more work toward runtime PM

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>