]> 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)
commitea7eeb4befbbd2c71f641dc0b1b5e76e3c1ed27d
treedeb6db7f3ce32a91b6d2ea1d74d3bf81b9af48a4
parent558f729f423b522ebcdcb9d8d6f67d4e4d23215b
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