mbox series

[net-next,0/2] net: ipa: enable IPA v4.7 support

Message ID 20221208211529.757669-1-elder@linaro.org (mailing list archive)
Headers show
Series net: ipa: enable IPA v4.7 support | expand

Message

Alex Elder Dec. 8, 2022, 9:15 p.m. UTC
The first patch in this series adds "qcom,sm6350-ipa" as a possible
IPA compatible string, for the Qualcomm SM6350 SoC.  That SoC uses
IPA v4.7

The second patch in this series adds code that enables support for
IPA v4.7.  DTS updates that make use of these will be merged later.

					-Alex

Alex Elder (1):
  net: ipa: add IPA v4.7 support

Luca Weiss (1):
  dt-bindings: net: qcom,ipa: Add SM6350 compatible

 .../devicetree/bindings/net/qcom,ipa.yaml     |   1 +
 drivers/net/ipa/Makefile                      |   2 +-
 drivers/net/ipa/data/ipa_data-v4.7.c          | 405 ++++++++++++++
 drivers/net/ipa/ipa_data.h                    |   1 +
 drivers/net/ipa/ipa_main.c                    |   4 +
 drivers/net/ipa/ipa_reg.c                     |   2 +
 drivers/net/ipa/ipa_reg.h                     |   1 +
 drivers/net/ipa/ipa_version.h                 |   1 +
 drivers/net/ipa/reg/ipa_reg-v4.7.c            | 507 ++++++++++++++++++
 9 files changed, 923 insertions(+), 1 deletion(-)
 create mode 100644 drivers/net/ipa/data/ipa_data-v4.7.c
 create mode 100644 drivers/net/ipa/reg/ipa_reg-v4.7.c

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 13, 2022, midnight UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Thu,  8 Dec 2022 15:15:27 -0600 you wrote:
> The first patch in this series adds "qcom,sm6350-ipa" as a possible
> IPA compatible string, for the Qualcomm SM6350 SoC.  That SoC uses
> IPA v4.7
> 
> The second patch in this series adds code that enables support for
> IPA v4.7.  DTS updates that make use of these will be merged later.
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] dt-bindings: net: qcom,ipa: Add SM6350 compatible
    https://git.kernel.org/netdev/net-next/c/5071429f8281
  - [net-next,2/2] net: ipa: add IPA v4.7 support
    https://git.kernel.org/netdev/net-next/c/b310de784bac

You are awesome, thank you!