OSDN Git Service

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)
commit2ef88644e5d4a81c21d18532529195012e14566f
tree4c5aaa049aa16b86fb5ef15776fef41fa12819cd
parent8f692169b13843532a9eae5ad7de692223c85b7f
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