]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipa: add some missing resource limits
authorAlex Elder <elder@linaro.org>
Fri, 26 Mar 2021 15:11:14 +0000 (10:11 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Mar 2021 22:02:38 +0000 (15:02 -0700)
commitb761774c7823e86f580546781e884b8d16cc1447
treea7bcc3ac938049304ce930610082db27e47ebbf6
parent969f1679d93eba53779681ba1f9f31085cf73d59
net: ipa: add some missing resource limits

Currently, the SDM845 configuration data defines resource limits for
the first two resource groups (for both source and destination
resource types).  The hardware supports additional resource groups,
and we should program the resource limits for those groups as well.

Even the "unused" destination resource group (number 2) should have
non-zero limits programmed in some cases, to ensure correct operation.

Add these missing resource group limit definitions to the SDM845
configuration data.

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