1. 15 Nov, 2020 16 commits
  2. 14 Nov, 2020 22 commits
  3. 13 Nov, 2020 2 commits
    • Jakub Kicinski's avatar
      Merge branch 'net-ipa-two-fixes' · 2caf08e7
      Jakub Kicinski authored
      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.orgSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      2caf08e7
    • Alex Elder's avatar
      net: ipa: ignore the microcontroller log event · 0a5096ec
      Alex Elder authored
      The IPA-resident microcontroller has the ability to log various
      activity in an area of IPA shared memory.  When the microcontroller
      starts it generates an event to the AP to provide information about
      the log.
      
      We don't support reading this log, and we can safely ignore the
      event.  So do that rather than treating the log info event we
      receive as "unsupported."
      Signed-off-by: default avatarAlex Elder <elder@linaro.org>
      Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      0a5096ec