mbox series

[net-next,0/4] net: ipa: support two more platforms

Message ID 20210409204024.1255938-1-elder@linaro.org
Headers show
Series net: ipa: support two more platforms | expand

Message

Alex Elder April 9, 2021, 8:40 p.m. UTC
This series adds IPA support for two more Qualcomm SoCs.

The first patch updates the DT binding to add compatible strings.

The second temporarily disables checksum offload support for IPA
version 4.5 and above.  Changes are required to the RMNet driver
to support the "inline" checksum offload used for IPA v4.5+, and
once those are present this capability will be enabled for IPA.

The third and fourth patches add configuration data for IPA versions
4.5 (used for the SDX55 SoC) and 4.11 (used for the SD7280 SoC).

					-Alex

Alex Elder (4):
  dt-bindings: net: qcom,ipa: add some compatible strings
  net: ipa: disable checksum offload for IPA v4.5+
  net: ipa: add IPA v4.5 configuration data
  net: ipa: add IPA v4.11 configuration data

 .../devicetree/bindings/net/qcom,ipa.yaml     |   6 +-
 drivers/net/ipa/Makefile                      |   3 +-
 drivers/net/ipa/ipa_data-v4.11.c              | 382 +++++++++++++++
 drivers/net/ipa/ipa_data-v4.5.c               | 437 ++++++++++++++++++
 drivers/net/ipa/ipa_data.h                    |   2 +
 drivers/net/ipa/ipa_endpoint.c                |  16 +
 drivers/net/ipa/ipa_main.c                    |   8 +
 drivers/net/ipa/ipa_mem.h                     |   6 +-
 8 files changed, 855 insertions(+), 5 deletions(-)
 create mode 100644 drivers/net/ipa/ipa_data-v4.11.c
 create mode 100644 drivers/net/ipa/ipa_data-v4.5.c

-- 
2.27.0

Comments

patchwork-bot+netdevbpf@kernel.org April 12, 2021, 12:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Fri,  9 Apr 2021 15:40:20 -0500 you wrote:
> This series adds IPA support for two more Qualcomm SoCs.

> 

> The first patch updates the DT binding to add compatible strings.

> 

> The second temporarily disables checksum offload support for IPA

> version 4.5 and above.  Changes are required to the RMNet driver

> to support the "inline" checksum offload used for IPA v4.5+, and

> once those are present this capability will be enabled for IPA.

> 

> [...]


Here is the summary with links:
  - [net-next,1/4] dt-bindings: net: qcom,ipa: add some compatible strings
    https://git.kernel.org/netdev/net-next/c/c3264fee72e7
  - [net-next,2/4] net: ipa: disable checksum offload for IPA v4.5+
    https://git.kernel.org/netdev/net-next/c/c88c34fcf8f5
  - [net-next,3/4] net: ipa: add IPA v4.5 configuration data
    https://git.kernel.org/netdev/net-next/c/fbb763e7e736
  - [net-next,4/4] net: ipa: add IPA v4.11 configuration data
    https://git.kernel.org/netdev/net-next/c/927c5043459e

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
patchwork-bot+linux-arm-msm@kernel.org May 26, 2021, 7:03 p.m. UTC | #2
Hello:

This series was applied to qcom/linux.git (refs/heads/for-next):

On Fri,  9 Apr 2021 15:40:20 -0500 you wrote:
> This series adds IPA support for two more Qualcomm SoCs.

> 

> The first patch updates the DT binding to add compatible strings.

> 

> The second temporarily disables checksum offload support for IPA

> version 4.5 and above.  Changes are required to the RMNet driver

> to support the "inline" checksum offload used for IPA v4.5+, and

> once those are present this capability will be enabled for IPA.

> 

> [...]


Here is the summary with links:
  - [net-next,1/4] dt-bindings: net: qcom,ipa: add some compatible strings
    https://git.kernel.org/qcom/c/c3264fee72e7
  - [net-next,2/4] net: ipa: disable checksum offload for IPA v4.5+
    https://git.kernel.org/qcom/c/c88c34fcf8f5
  - [net-next,3/4] net: ipa: add IPA v4.5 configuration data
    https://git.kernel.org/qcom/c/fbb763e7e736
  - [net-next,4/4] net: ipa: add IPA v4.11 configuration data
    https://git.kernel.org/qcom/c/927c5043459e

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html