]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipa: configure memory regions early
authorAlex Elder <elder@linaro.org>
Mon, 26 Jul 2021 20:11:33 +0000 (15:11 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 26 Jul 2021 22:09:18 +0000 (23:09 +0100)
commitc9a08a1e1769a4f149bafda77c5b688be706a8c0
treedeb6db7f3ce32a91b6d2ea1d74d3bf81b9af48a4
parent44d162cdbec790ebee58a2caf63c8560cecb9e0c
net: ipa: configure memory regions early

IPA-resident memory is one of the most primitive resources that
needs initialization, so call init_mem_config() early in
ipa_config().

This is in preparation for initializing the IPA-resident
microcontroller earlier.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipa/ipa_main.c