]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipa: define some new memory regions
authorAlex Elder <elder@linaro.org>
Fri, 19 Mar 2021 15:24:21 +0000 (10:24 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Mar 2021 20:35:54 +0000 (13:35 -0700)
commit21b240e7148cce4e774ffe18294730e1912679f1
tree4c5aaa049aa16b86fb5ef15776fef41fa12819cd
parentd7b53ad75972ebf90f9a79158cb52318331f8e49
net: ipa: define some new memory regions

There are several memory regions that are defined starting with IPA
v4.0, but which were not used for the SC7180 SoC (IPA v4.2).  Even
though they're not used (yet), define them so they are ready to be
used for SoCs when they become supported.

There are two QUOTA statistics memory regions, one for the modem and
one for the AP.  Define distinct names for these regions, and get
rid of the definition of IPA_MEM_STATS_QUOTA.

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