OSDN Git Service

Merge branch 'ipa-v3.1'
authorDavid S. Miller <davem@davemloft.net>
Mon, 21 Jun 2021 19:31:00 +0000 (12:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Jun 2021 19:31:00 +0000 (12:31 -0700)
commit63d66ec924d3237437e4aa4152cd2d98e318a171
tree3c22265befd2602c88e51ae5ce78eb9e770057e1
parentbe752283a2a2b4bfc2df512b5d9b03a34aece252
parent1bb1a117878b925dcb959830cd3384c11ed0dea5
Merge branch 'ipa-v3.1'

Alex Elder says:

====================
net: ipa: add support for IPA v3.1

This series adds support for IPA v3.1, used by the Qualcomm
Snapdragon 835 (MSM8998).

The first patch adds "qcom,msm8998-ipa" to the DT binding.

The next four patches add code to ensure correct operation on
IPA v3.1:
  - Avoid touching unsupported inter-EE interrupt mask registers
  - Set the proper flags in the clock configuration register
  - Work around the lack of an IPA FLAVOR_0 register
  - Work around the lack of a GSI PARAM_2 register

The last patch defines configuration data for this version of IPA.

Many thanks are due to AngeloGioacchino Del Regno and Jami Kettunen,
both associated with SoMainline.  Angelo first posted code to
implement most of what was required for this, and Jami has been
helpful testing these changes on his hardware.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>