mbox series

[net-next,v2,0/3] net: ipa: fully support IPA v5.0

Message ID 20230321182644.2143990-1-elder@linaro.org
Headers show
Series net: ipa: fully support IPA v5.0 | expand

Message

Alex Elder March 21, 2023, 6:26 p.m. UTC
At long last, add the IPA and GSI register definitions, and the
configuration data required to support IPA v5.0.  This enables IPA
support for the Qualcomm SDX65 SoC.

The first version of this series had build errors due to a
non-existent source file being required.  This version addresses
that by changing how required files are specified in the Makefile.

Note that the second patch has some warnings about lines starting
with spaces; those spaces align text with the open parenthesis on
the previous line.

					-Alex

Alex Elder (3):
  net: ipa: add IPA v5.0 register definitions
  net: ipa: add IPA v5.0 GSI register definitions
  net: ipa: add IPA v5.0 configuration data

 drivers/net/ipa/Makefile             |  12 +-
 drivers/net/ipa/data/ipa_data-v5.0.c | 481 +++++++++++++++++++++++
 drivers/net/ipa/gsi.h                |   4 +-
 drivers/net/ipa/gsi_reg.c            |   3 +
 drivers/net/ipa/gsi_reg.h            |   1 +
 drivers/net/ipa/ipa_data.h           |   3 +-
 drivers/net/ipa/ipa_main.c           |   6 +-
 drivers/net/ipa/ipa_reg.c            |   2 +
 drivers/net/ipa/ipa_reg.h            |   1 +
 drivers/net/ipa/reg/gsi_reg-v5.0.c   | 317 +++++++++++++++
 drivers/net/ipa/reg/ipa_reg-v5.0.c   | 564 +++++++++++++++++++++++++++
 11 files changed, 1385 insertions(+), 9 deletions(-)
 create mode 100644 drivers/net/ipa/data/ipa_data-v5.0.c
 create mode 100644 drivers/net/ipa/reg/gsi_reg-v5.0.c
 create mode 100644 drivers/net/ipa/reg/ipa_reg-v5.0.c

Comments

patchwork-bot+netdevbpf@kernel.org March 23, 2023, 5:50 a.m. UTC | #1
Hello:

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

On Tue, 21 Mar 2023 13:26:41 -0500 you wrote:
> At long last, add the IPA and GSI register definitions, and the
> configuration data required to support IPA v5.0.  This enables IPA
> support for the Qualcomm SDX65 SoC.
> 
> The first version of this series had build errors due to a
> non-existent source file being required.  This version addresses
> that by changing how required files are specified in the Makefile.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/3] net: ipa: add IPA v5.0 register definitions
    https://git.kernel.org/netdev/net-next/c/ed4c7d616289
  - [net-next,v2,2/3] net: ipa: add IPA v5.0 GSI register definitions
    https://git.kernel.org/netdev/net-next/c/faf0678ec8a0
  - [net-next,v2,3/3] net: ipa: add IPA v5.0 configuration data
    https://git.kernel.org/netdev/net-next/c/cb7550b44383

You are awesome, thank you!