]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-ipa-two-fixes'
authorJakub Kicinski <kuba@kernel.org>
Fri, 13 Nov 2020 23:37:10 +0000 (15:37 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 13 Nov 2020 23:37:10 +0000 (15:37 -0800)
commit5de4c7c6eeaf40072c78ecbd838cab28a28f9a02
treeceaf979962c55ce951e0ca0e75aeb65debbda722
parentc020bde78d8dc69fc62ac39350c9f1217cc30998
parente2fceffeaabf5fd3180d339c799c4cd8e5984c10
Merge branch 'net-ipa-two-fixes'

Alex Elder says:

====================
net: ipa: two fixes

This small series makes two fixes to the IPA code:
  - While reviewing something else I found that one of the resource
    limits on the SDM845 used the wrong value.  The first patch
    fixes this.  The correct value allocates more resources of this
    type for IPA to use, and otherwise does not change behavior.
  - When the IPA-resident microcontroller starts up it generates an
    event, which triggers an AP interrupt.  The event merely
    provides some information for logging, which we don't support.
    We already ignore the event, and that's harmless.  So this
    patch explicitly ignores it rather than issuing a warning when
    it occurs.
====================

Link: https://lore.kernel.org/r/20201112121157.19784-1-elder@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>